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

  /cts/tests/tests/openglperf/src/android/openglperf/cts/
GLSurfaceViewCustom.java 355 if (mEGLContextFactory == null) {
356 mEGLContextFactory = new DefaultContextFactory();
378 mEGLContextFactory = factory;
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
GLSurfaceView.java 285 if (mEGLContextFactory == null) {
286 mEGLContextFactory = new DefaultContextFactory();
307 mEGLContextFactory = factory;
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLSurfaceView.java 352 if (mEGLContextFactory == null) {
353 mEGLContextFactory = new DefaultContextFactory();
375 mEGLContextFactory = factory;
    [all...]

Completed in 79 milliseconds