Home
last modified time | relevance | path

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

/cts/tests/tests/nativeopengl/standalone/jni/tests/
DEGLCreateContext_test.cpp51 mEglConfig(0), in EGLCreateContextTest()
69 &mEglConfig, 1, &numConfigs)); in SetUp()
71 ASSERT_NE((EGLConfig)0, mEglConfig); in SetUp()
73 mEglWindowSurface = eglCreateWindowSurface(mEglDisplay, mEglConfig, in SetUp()
112 EGLConfig mEglConfig; member in android::EGLCreateContextTest
123 mEglContext = eglCreateContext(mEglDisplay, mEglConfig, EGL_NO_CONTEXT, in TEST_F()
132 mEglContext = eglCreateContext(mEglDisplay, mEglConfig, EGL_NO_CONTEXT, in TEST_F()
/cts/tests/tests/openglperf/src/android/openglperf/cts/
DGLSurfaceViewCustom.java1031 mEglConfig = null; in start()
1034 mEglConfig = view.mEGLConfigChooser.chooseConfig(mEgl, mEglDisplay); in start()
1040 mEglContext = view.mEGLContextFactory.createContext(mEgl, mEglDisplay, mEglConfig); in start()
1072 if (mEglConfig == null) { in createSurface()
1088 mEglDisplay, mEglConfig, view.getHolder()); in createSurface()
1218 EGLConfig mEglConfig; field in GLSurfaceViewCustom.EglHelper
1504 view.mRenderer.onSurfaceCreated(gl, mEglHelper.mEglConfig); in guardedRun()