Classes | |
class | ConfigChooser |
class | ContextFactory |
class | Renderer |
Public Member Functions | |
GL2JNIView (Context context, boolean translucent, int depth, int stencil) | |
GL2JNIView (Context context) | |
Private Member Functions | |
void | init (boolean translucent, int depth, int stencil) |
Static Private Member Functions | |
static void | checkEglError (String prompt, EGL10 egl) |
Static Private Attributes | |
static final boolean | DEBUG = false |
static String | TAG = "GL2JNIView" |
A simple GLSurfaceView sub-class that demonstrate how to perform OpenGL ES 2.0 rendering into a GL Surface. Note the following important details:
Definition at line 69 of file GL2JNIView.java.
com::android::gl2jni::GL2JNIView::GL2JNIView | ( | Context | context | ) | [inline] |
Definition at line 73 of file GL2JNIView.java.
com::android::gl2jni::GL2JNIView::GL2JNIView | ( | Context | context, | |
boolean | translucent, | |||
int | depth, | |||
int | stencil | |||
) | [inline] |
Definition at line 78 of file GL2JNIView.java.
static void com::android::gl2jni::GL2JNIView::checkEglError | ( | String | prompt, | |
EGL10 | egl | |||
) | [inline, static, private] |
Definition at line 128 of file GL2JNIView.java.
void com::android::gl2jni::GL2JNIView::init | ( | boolean | translucent, | |
int | depth, | |||
int | stencil | |||
) | [inline, private] |
Definition at line 83 of file GL2JNIView.java.
final boolean com::android::gl2jni::GL2JNIView::DEBUG = false [static, private] |
Definition at line 71 of file GL2JNIView.java.
String com::android::gl2jni::GL2JNIView::TAG = "GL2JNIView" [static, private] |
Definition at line 70 of file GL2JNIView.java.