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

  /cts/tests/tests/openglperf/src/android/openglperf/cts/
GLSurfaceViewCustom.java 352 if (mEGLConfigChooser == null) {
353 mEGLConfigChooser = new SimpleEGLConfigChooser(true);
409 mEGLConfigChooser = configChooser;
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
GLSurfaceView.java 282 if (mEGLConfigChooser == null) {
283 mEGLConfigChooser = new SimpleEGLConfigChooser(true);
337 mEGLConfigChooser = configChooser;
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLSurfaceView.java 349 if (mEGLConfigChooser == null) {
350 mEGLConfigChooser = new SimpleEGLConfigChooser(true);
406 mEGLConfigChooser = configChooser;
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-7.1.0_r7-robolectric-0.jar 

Completed in 95 milliseconds