class AndroidAcceleratedScreen extends AcceleratedScreen
eglConfigs, ls| Constructor and Description |
|---|
AndroidAcceleratedScreen(int[] attributes) |
| Modifier and Type | Method and Description |
|---|---|
(package private) boolean |
initPlatformLibraries()
Load any native libraries needed to instantiate and initialize the
native drawing surface and rendering context
|
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, swapBuffersAndroidAcceleratedScreen(int[] attributes)
throws GLException
GLExceptionboolean initPlatformLibraries()
AcceleratedScreeninitPlatformLibraries in class AcceleratedScreenprotected long platformGetNativeDisplay()
AcceleratedScreenplatformGetNativeDisplay in class AcceleratedScreenprotected long platformGetNativeWindow()
AcceleratedScreenplatformGetNativeWindow in class AcceleratedScreen