Home
last modified time | relevance | path

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

/frameworks/base/opengl/java/android/opengl/
DGLSurfaceView.java356 if (mEGLWindowSurfaceFactory == null) { in setRenderer()
357 mEGLWindowSurfaceFactory = new DefaultWindowSurfaceFactory(); in setRenderer()
390 mEGLWindowSurfaceFactory = factory; in setEGLWindowSurfaceFactory()
1107 mEglSurface = view.mEGLWindowSurfaceFactory.createWindowSurface(mEgl, in createSurface()
1190 view.mEGLWindowSurfaceFactory.destroySurface(mEgl, mEglDisplay, mEglSurface); in destroySurfaceImp()
1932 private EGLWindowSurfaceFactory mEGLWindowSurfaceFactory; field in GLSurfaceView