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

/frameworks/base/opengl/java/android/opengl/
H A DGLSurfaceView.java343 if (mEGLWindowSurfaceFactory == null) {
344 mEGLWindowSurfaceFactory = new DefaultWindowSurfaceFactory();
377 mEGLWindowSurfaceFactory = factory;
1059 mEGLWindowSurfaceFactory.destroySurface(mEgl, mEglDisplay, mEglSurface);
1065 mEglSurface = mEGLWindowSurfaceFactory.createWindowSurface(mEgl,
1150 mEGLWindowSurfaceFactory.destroySurface(mEgl, mEglDisplay, mEglSurface);
1837 private EGLWindowSurfaceFactory mEGLWindowSurfaceFactory; field in class:GLSurfaceView

Completed in 60 milliseconds