public static interface GLTextureView.EGLConfigChooser
This interface must be implemented by clients wishing to call
GLTextureView.setEGLConfigChooser(EGLConfigChooser)
Modifier and Type | Method and Description |
---|---|
javax.microedition.khronos.egl.EGLConfig |
chooseConfig(javax.microedition.khronos.egl.EGL10 egl,
javax.microedition.khronos.egl.EGLDisplay display)
Choose a configuration from the list.
|
javax.microedition.khronos.egl.EGLConfig chooseConfig(javax.microedition.khronos.egl.EGL10 egl, javax.microedition.khronos.egl.EGLDisplay display)
EGL10.eglChooseConfig(javax.microedition.khronos.egl.EGLDisplay, int[], javax.microedition.khronos.egl.EGLConfig[], int, int[])
and iterating through the results. Please consult the
EGL specification available from The Khronos Group to learn how to call eglChooseConfig.egl
- the EGL10 for the current display.display
- the current display.