Home
last modified time | relevance | path

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

/frameworks/base/opengl/java/android/opengl/
DGLSurfaceView.java355 if (mEGLWindowSurfaceFactory == null) { in setRenderer()
356 mEGLWindowSurfaceFactory = new DefaultWindowSurfaceFactory(); in setRenderer()
389 mEGLWindowSurfaceFactory = factory; in setEGLWindowSurfaceFactory()
1106 mEglSurface = view.mEGLWindowSurfaceFactory.createWindowSurface(mEgl, in createSurface()
1189 view.mEGLWindowSurfaceFactory.destroySurface(mEgl, mEglDisplay, mEglSurface); in destroySurfaceImp()
1927 private EGLWindowSurfaceFactory mEGLWindowSurfaceFactory; field in GLSurfaceView