Searched refs:mEGLWindowSurfaceFactory (Results 1 – 1 of 1) sorted by relevance
355 if (mEGLWindowSurfaceFactory == null) { in setRenderer()356 mEGLWindowSurfaceFactory = new DefaultWindowSurfaceFactory(); in setRenderer()389 mEGLWindowSurfaceFactory = factory; in setEGLWindowSurfaceFactory()1077 mEglSurface = view.mEGLWindowSurfaceFactory.createWindowSurface(mEgl, in createSurface()1160 view.mEGLWindowSurfaceFactory.destroySurface(mEgl, mEglDisplay, mEglSurface); in destroySurfaceImp()1950 private EGLWindowSurfaceFactory mEGLWindowSurfaceFactory; field in GLSurfaceView