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, swapBuffers
AndroidAcceleratedScreen(int[] attributes) throws GLException
GLException
boolean initPlatformLibraries()
AcceleratedScreen
initPlatformLibraries
in class AcceleratedScreen
protected long platformGetNativeDisplay()
AcceleratedScreen
platformGetNativeDisplay
in class AcceleratedScreen
protected long platformGetNativeWindow()
AcceleratedScreen
platformGetNativeWindow
in class AcceleratedScreen