Searched refs:mGlConfig (Results 1 – 4 of 4) sorted by relevance
/cts/tests/openglperf2/jni/graphics/ |
D | Renderer.cpp | 105 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()
|
D | Renderer.h | 39 EGLConfig mGlConfig; variable
|
/cts/tests/openglperf2/jni/primitive/contextswitch/ |
D | ContextSwitchRenderer.cpp | 109 mContexts[i] = eglCreateContext(mEglDisplay, mGlConfig, mEglContext, contextAttribs); in setUp()
|
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/ |
D | DeqpTestRunner.java | 177 private final String mGlConfig; field in DeqpTestRunner.BatchRunConfiguration 182 mGlConfig = glConfig; in BatchRunConfiguration() 192 mGlConfig, mRotation, mSurfaceType); in getId() 199 return mGlConfig; in getGlConfig()
|