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

  /cts/tests/tests/opengl/src/android/opengl/cts/
OpenGLES20ActivityTwo.java 30 OpenGLES20View view;
51 view = new OpenGLES20View(this,type,i, vertexColors, mLatch);
57 view = new OpenGLES20View(this, type, i, f, mLatch) ;
89 class OpenGLES20View extends GLSurfaceView {
91 public OpenGLES20View(Context context, int type, int index, float[] rgba,
OpenGLES20NativeActivityTwo.java 29 OpenGLES20View view;
51 view = new OpenGLES20View(this,type,i, vertexColors, mLatch);
88 class OpenGLES20View extends GLSurfaceView {
100 public OpenGLES20View(Context context, int type, int index, float[] rgba,
OpenGLES20ActivityOne.java 35 OpenGLES20View view;
49 view = new OpenGLES20View(this, viewType, viewIndex, mLatch);
87 class OpenGLES20View extends GLSurfaceView {
89 public OpenGLES20View(Context context, int type, int index, CountDownLatch latch) {
OpenGLES20NativeActivityOne.java 41 OpenGLES20View view;
59 view = new OpenGLES20View(this, viewType, viewIndex, mLatch);
87 class OpenGLES20View extends GLSurfaceView {
88 public OpenGLES20View(Context context, int category, int testCase, CountDownLatch latch) {

Completed in 172 milliseconds