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, swapBuffersprivate long fbGetDisplayByIndexHandle
private long fbCreateWindowHandle
private long cachedNativeDisplay
MX6AcceleratedScreen(int[] attributes)
throws GLException
GLExceptionprivate long _platformGetNativeWindow(long methodHandle,
long display)
private long _platformGetNativeDisplay(long methodHandle)
protected long platformGetNativeWindow()
AcceleratedScreenplatformGetNativeWindow in class AcceleratedScreenprotected long platformGetNativeDisplay()
AcceleratedScreenplatformGetNativeDisplay in class AcceleratedScreen