Home
last modified time | relevance | path

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

/cts/tests/openglperf2/jni/graphics/
DRenderer.cpp105 EGL_RESULT_CHECK(eglChooseConfig(mEglDisplay, configAttribs, &mGlConfig, 1, &numConfigs) in eglSetUp()
108 mEglSurface = eglCreateWindowSurface(mEglDisplay, mGlConfig, mWindow, NULL); in eglSetUp()
111 mEglContext = eglCreateContext(mEglDisplay, mGlConfig, EGL_NO_CONTEXT, contextAttribs); in eglSetUp()
DRenderer.h39 EGLConfig mGlConfig; variable
/cts/tests/openglperf2/jni/primitive/contextswitch/
DContextSwitchRenderer.cpp109 mContexts[i] = eglCreateContext(mEglDisplay, mGlConfig, mEglContext, contextAttribs); in setUp()
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
DDeqpTestRunner.java177 private final String mGlConfig; field in DeqpTestRunner.BatchRunConfiguration
182 mGlConfig = glConfig; in BatchRunConfiguration()
192 mGlConfig, mRotation, mSurfaceType); in getId()
199 return mGlConfig; in getGlConfig()