class MX6AcceleratedScreen extends AcceleratedScreen
Modifier and Type | Field and Description |
---|---|
private long |
cachedNativeDisplay |
private long |
fbCreateWindowHandle |
private long |
fbGetDisplayByIndexHandle |
eglConfigs, ls
Constructor and Description |
---|
MX6AcceleratedScreen(int[] attributes) |
Modifier and Type | Method and Description |
---|---|
private long |
_platformGetNativeDisplay(long methodHandle) |
private long |
_platformGetNativeWindow(long methodHandle,
long display) |
protected long |
platformGetNativeDisplay()
Returns a platform-specific native display handle suitable for use with
eglGetDisplay.
|
protected long |
platformGetNativeWindow()
Returns a platform-specific native window handle suitable for use with
eglCreateWindowSurface.
|
enableRendering, getEGLHandle, getGLHandle, initPlatformLibraries, swapBuffers
private long fbGetDisplayByIndexHandle
private long fbCreateWindowHandle
private long cachedNativeDisplay
MX6AcceleratedScreen(int[] attributes) throws GLException
GLException
private long _platformGetNativeWindow(long methodHandle, long display)
private long _platformGetNativeDisplay(long methodHandle)
protected long platformGetNativeWindow()
AcceleratedScreen
platformGetNativeWindow
in class AcceleratedScreen
protected long platformGetNativeDisplay()
AcceleratedScreen
platformGetNativeDisplay
in class AcceleratedScreen