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

  /cts/tests/tests/opengl/src/android/opengl/cts/
OpenGLES20ActivityTwo.java 32 OpenGLES20View view;
60 view = new OpenGLES20View(this, type, i, vertexColors, mLatch);
97 class OpenGLES20View extends GLSurfaceView {
99 public OpenGLES20View(Context context, int type, int index, float[] rgba,
OpenGLES20NativeActivityTwo.java 32 OpenGLES20View view;
61 view = new OpenGLES20View(this,type,i, vertexColors, mLatch);
98 class OpenGLES20View extends GLSurfaceView {
110 public OpenGLES20View(Context context, int type, int index, float[] rgba,
OpenGLES20ActivityOne.java 35 OpenGLES20View view;
52 view = new OpenGLES20View(this, viewType, viewIndex, mLatch);
94 class OpenGLES20View extends GLSurfaceView {
96 public OpenGLES20View(Context context, int type, int index, CountDownLatch latch) {
OpenGLES20NativeActivityOne.java 41 OpenGLES20View view;
62 view = new OpenGLES20View(this, viewType, viewIndex, mLatch);
90 class OpenGLES20View extends GLSurfaceView {
91 public OpenGLES20View(Context context, int category, int testCase, CountDownLatch latch) {
  /cts/tests/vr/src/android/vr/cts/
OpenGLESActivity.java 61 OpenGLES20View mView;
78 mView = new OpenGLES20View(this, viewIndex, protectedAttribute, priorityAttribute,
188 class OpenGLES20View extends GLSurfaceView {
190 public OpenGLES20View(Context context, int renderer, int protectedAttribute,

Completed in 96 milliseconds