Searched defs:mEGLWindowSurfaceFactory (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/opengl/java/android/opengl/
H A DGLSurfaceView.java354 if (mEGLWindowSurfaceFactory == null) {
355 mEGLWindowSurfaceFactory = new DefaultWindowSurfaceFactory();
388 mEGLWindowSurfaceFactory = factory;
1077 mEglSurface = view.mEGLWindowSurfaceFactory.createWindowSurface(mEgl,
1160 view.mEGLWindowSurfaceFactory.destroySurface(mEgl, mEglDisplay, mEglSurface);
1924 private EGLWindowSurfaceFactory mEGLWindowSurfaceFactory; field in class:GLSurfaceView

Completed in 68 milliseconds