Home
last modified time | relevance | path

Searched refs:mEGLContextFactory (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/openglperf/src/android/openglperf/cts/
DGLSurfaceViewCustom.java355 if (mEGLContextFactory == null) { in setRenderer()
356 mEGLContextFactory = new DefaultContextFactory(); in setRenderer()
378 mEGLContextFactory = factory; in setEGLContextFactory()
1040 mEglContext = view.mEGLContextFactory.createContext(mEgl, mEglDisplay, mEglConfig); in start()
1183 view.mEGLContextFactory.destroyContext(mEgl, mEglDisplay, mEglContext); in finish()
1937 private EGLContextFactory mEGLContextFactory; field in GLSurfaceViewCustom