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

  /frameworks/base/opengl/tests/gl2_jni/src/com/android/gl2jni/
GL2JNIView.java 139 EGLConfig closestConfig = null;
161 closestConfig = config;
165 return closestConfig;
  /frameworks/base/opengl/tests/gl_perfapp/src/com/android/glperf/
GLPerfView.java 139 EGLConfig closestConfig = null;
161 closestConfig = config;
165 return closestConfig;
  /frameworks/base/opengl/tests/gldual/src/com/android/gldual/
GLDualGL2View.java 142 EGLConfig closestConfig = null;
164 closestConfig = config;
168 return closestConfig;
  /external/replicaisland/src/com/replica/replicaisland/
GLSurfaceView.java     [all...]

Completed in 406 milliseconds