HomeSort by relevance Sort by last modified time
    Searched refs:mEGLContextFactory (Results 1 - 4 of 4) 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/libgdx/backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/surfaceview/
GLSurfaceViewAPI18.java 364 if (mEGLContextFactory == null) {
365 mEGLContextFactory = new DefaultContextFactory();
387 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 523 milliseconds