Searched refs:mEGLContextFactory (Results 1 – 1 of 1) sorted by relevance
352 if (mEGLContextFactory == null) { in setRenderer()353 mEGLContextFactory = new DefaultContextFactory(); in setRenderer()375 mEGLContextFactory = factory; in setEGLContextFactory()1042 mEglContext = view.mEGLContextFactory.createContext(mEgl, mEglDisplay, mEglConfig); in start()1185 view.mEGLContextFactory.destroyContext(mEgl, mEglDisplay, mEglContext); in finish()2006 private EGLContextFactory mEGLContextFactory; field in GLSurfaceView