HomeSort by relevance Sort by last modified time
    Searched refs:GL2JNIView (Results 1 - 4 of 4) sorted by null

  /development/ndk/platforms/android-5/samples/hello-gl2/src/com/android/gl2jni/
GL2JNIActivity.java 29 GL2JNIView mView;
33 mView = new GL2JNIView(getApplication());
GL2JNIView.java 67 class GL2JNIView extends GLSurfaceView {
68 private static String TAG = "GL2JNIView";
71 public GL2JNIView(Context context) {
76 public GL2JNIView(Context context, boolean translucent, int depth, int stencil) {
  /frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/
GL2JNIActivity.java 29 GL2JNIView mView;
33 mView = new GL2JNIView(getApplication());
GL2JNIView.java 57 class GL2JNIView extends GLSurfaceView {
58 private static String TAG = "GL2JNIView";
60 public GL2JNIView(Context context) {
65 public GL2JNIView(Context context, boolean translucent, int depth, int stencil) {

Completed in 70 milliseconds