Searched refs:mEGLContextFactory (Results 1 – 1 of 1) sorted by relevance
285 if (mEGLContextFactory == null) { in setRenderer()286 mEGLContextFactory = new DefaultContextFactory(); in setRenderer()307 mEGLContextFactory = factory; in setEGLContextFactory()949 mEglContext = mEGLContextFactory.createContext(mEgl, mEglDisplay, mEglConfig); in start()1042 mEGLContextFactory.destroyContext(mEgl, mEglDisplay, mEglContext); in finish()1659 private EGLContextFactory mEGLContextFactory; field in GLSurfaceView