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

  /external/replicaisland/src/com/replica/replicaisland/
GLSurfaceView.java 288 if (mEGLWindowSurfaceFactory == null) {
289 mEGLWindowSurfaceFactory = new DefaultWindowSurfaceFactory();
321 mEGLWindowSurfaceFactory = factory;
    [all...]
  /cts/tests/tests/openglperf/src/android/openglperf/cts/
GLSurfaceViewCustom.java 358 if (mEGLWindowSurfaceFactory == null) {
359 mEGLWindowSurfaceFactory = new DefaultWindowSurfaceFactory();
392 mEGLWindowSurfaceFactory = factory;
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLSurfaceView.java 355 if (mEGLWindowSurfaceFactory == null) {
356 mEGLWindowSurfaceFactory = new DefaultWindowSurfaceFactory();
389 mEGLWindowSurfaceFactory = factory;
    [all...]

Completed in 725 milliseconds