Searched refs:GL2JNIView (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/
H A DGL2JNIActivity.java29 GL2JNIView mView;
33 mView = new GL2JNIView(getApplication());
H A DGL2JNIView.java57 class GL2JNIView extends GLSurfaceView { class in inherits:GLSurfaceView
58 private static String TAG = "GL2JNIView";
60 public GL2JNIView(Context context) { method in class:GL2JNIView
65 public GL2JNIView(Context context, boolean translucent, int depth, int stencil) { method in class:GL2JNIView

Completed in 84 milliseconds