Searched refs:mEGLWindowSurfaceFactory (Results 1 – 1 of 1) sorted by relevance
358 if (mEGLWindowSurfaceFactory == null) { in setRenderer()359 mEGLWindowSurfaceFactory = new DefaultWindowSurfaceFactory(); in setRenderer()392 mEGLWindowSurfaceFactory = factory; in setEGLWindowSurfaceFactory()1087 mEglSurface = view.mEGLWindowSurfaceFactory.createWindowSurface(mEgl, in createSurface()1170 view.mEGLWindowSurfaceFactory.destroySurface(mEgl, mEglDisplay, mEglSurface); in destroySurfaceImp()1938 private EGLWindowSurfaceFactory mEGLWindowSurfaceFactory; field in GLSurfaceViewCustom