- get(String) - Static method in class minus.android.support.opengl.SystemProperties
-
Get the value for the given key.
- get(String, String) - Static method in class minus.android.support.opengl.SystemProperties
-
Get the value for the given key.
- getBoolean(String, boolean) - Static method in class minus.android.support.opengl.SystemProperties
-
Get the value for the given key, returned as a boolean.
- getDebugFlags() - Method in class minus.android.support.opengl.GLTextureView
-
Get the current value of the debug flags.
- getInt(String, int) - Static method in class minus.android.support.opengl.SystemProperties
-
Get the value for the given key, and return as an integer.
- getLong(String, long) - Static method in class minus.android.support.opengl.SystemProperties
-
Get the value for the given key, and return as a long.
- getPreserveEGLContextOnPause() - Method in class minus.android.support.opengl.GLTextureView
-
- getRenderMode() - Method in class minus.android.support.opengl.GLTextureView
-
Get the current rendering mode.
- GLTextureView - Class in minus.android.support.opengl
-
An implementation of TextureView that uses the dedicated surface for
displaying OpenGL rendering.
- GLTextureView(Context) - Constructor for class minus.android.support.opengl.GLTextureView
-
Standard View constructor.
- GLTextureView(Context, AttributeSet) - Constructor for class minus.android.support.opengl.GLTextureView
-
Standard View constructor.
- GLTextureView.EGLConfigChooser - Interface in minus.android.support.opengl
-
An interface for choosing an EGLConfig configuration from a list of
potential configurations.
- GLTextureView.EGLContextFactory - Interface in minus.android.support.opengl
-
An interface for customizing the eglCreateContext and eglDestroyContext calls.
- GLTextureView.EGLWindowSurfaceFactory - Interface in minus.android.support.opengl
-
An interface for customizing the eglCreateWindowSurface and eglDestroySurface calls.
- GLTextureView.GLWrapper - Interface in minus.android.support.opengl
-
An interface used to wrap a GL interface.
- GLTextureView.Renderer - Interface in minus.android.support.opengl
-
A generic renderer interface.