Searched refs:mEGLWindowSurfaceFactory (Results 1 – 1 of 1) sorted by relevance
288 if (mEGLWindowSurfaceFactory == null) { in setRenderer()289 mEGLWindowSurfaceFactory = new DefaultWindowSurfaceFactory(); in setRenderer()321 mEGLWindowSurfaceFactory = factory; in setEGLWindowSurfaceFactory()974 mEGLWindowSurfaceFactory.destroySurface(mEgl, mEglDisplay, mEglSurface); in createSurface()980 mEglSurface = mEGLWindowSurfaceFactory.createWindowSurface(mEgl, in createSurface()1035 mEGLWindowSurfaceFactory.destroySurface(mEgl, mEglDisplay, mEglSurface); in destroySurface()1660 private EGLWindowSurfaceFactory mEGLWindowSurfaceFactory; field in GLSurfaceView