com::android::gl2jni::GL2JNIView Class Reference

Inheritance diagram for com::android::gl2jni::GL2JNIView:
Inheritance graph
[legend]

List of all members.

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"

Detailed Description

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.


Constructor & Destructor Documentation

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.


Member Function Documentation

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.


Member Data Documentation

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.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Defines


pcl_android
Author(s): Maintained by Ethan Rublee
autogenerated on Fri Jan 11 09:53:21 2013