| Interface | Description |
|---|---|
| GLTextureView.EGLConfigChooser |
An interface for choosing an EGLConfig configuration from a list of
potential configurations.
|
| GLTextureView.EGLContextFactory |
An interface for customizing the eglCreateContext and eglDestroyContext calls.
|
| GLTextureView.EGLWindowSurfaceFactory |
An interface for customizing the eglCreateWindowSurface and eglDestroySurface calls.
|
| GLTextureView.GLWrapper |
An interface used to wrap a GL interface.
|
| GLTextureView.Renderer |
A generic renderer interface.
|
| Class | Description |
|---|---|
| GLTextureView |
An implementation of TextureView that uses the dedicated surface for
displaying OpenGL rendering.
|
| SystemProperties |
Gives access to the system properties store.
|