class EGLFBGLDrawable extends GLDrawable
Modifier and Type | Field and Description |
---|---|
(package private) boolean |
isDummy |
private static boolean |
transparentFramebuffer |
nativeDrawableInfo
Constructor and Description |
---|
EGLFBGLDrawable(GLPixelFormat pixelFormat) |
EGLFBGLDrawable(long nativeWindow,
GLPixelFormat pixelFormat) |
Modifier and Type | Method and Description |
---|---|
private static long |
nCreateDrawable(long nativeWindow,
long nativeCtxInfo) |
private static long |
nGetDummyDrawable(long nativeCtxInfo) |
private static boolean |
nSwapBuffers(long nativeDInfo) |
(package private) boolean |
swapBuffers(GLContext glCtx) |
getNativeDrawableInfo, getNativeWindow, getPixelFormat, setNativeDrawableInfo
private static final boolean transparentFramebuffer
boolean isDummy
EGLFBGLDrawable(GLPixelFormat pixelFormat)
EGLFBGLDrawable(long nativeWindow, GLPixelFormat pixelFormat)
private static long nCreateDrawable(long nativeWindow, long nativeCtxInfo)
private static long nGetDummyDrawable(long nativeCtxInfo)
private static boolean nSwapBuffers(long nativeDInfo)
boolean swapBuffers(GLContext glCtx)
swapBuffers
in class GLDrawable