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

  /development/ndk/platforms/android-5/samples/hello-gl2/src/com/android/gl2jni/
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/
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 219 milliseconds