-
-
Field Summary
Fields Modifier and Type Field Description public final static intEGL_FLAG_DEPTH_BUFFERpublic final static intEGL_FLAG_RECORDABLEpublic final static intEGL_FLAG_STENCIL_1BITpublic final static intEGL_FLAG_STENCIL_8BIT
-
Constructor Summary
Constructors Constructor Description EGLTask(EGLBase.IContext sharedContext, int flags)EGLTask(EGLBase.IContext sharedContext, int flags, int maxClientVersion)
-
Method Summary
Modifier and Type Method Description voidrun()LoopergetLooper()booleanquit()booleanquitSafely()-
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, onSpinWait, resume, run, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, start, stop, suspend, toString, yield -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
EGLTask
EGLTask(EGLBase.IContext sharedContext, int flags)
-
EGLTask
EGLTask(EGLBase.IContext sharedContext, int flags, int maxClientVersion)
-
-
Method Detail
-
run
void run()
-
getLooper
Looper getLooper()
-
quit
boolean quit()
-
quitSafely
boolean quitSafely()
-
-
-
-