/frameworks/native/libs/gui/tests/ |
SurfaceTextureGLToGL.h | 40 mProducerEglSurface = eglCreateWindowSurface(mEglDisplay, mGlConfig, 45 mProducerEglContext = eglCreateContext(mEglDisplay, mGlConfig,
|
GLTest.h | 42 mGlConfig(NULL) { 67 EGLConfig mGlConfig;
|
SurfaceTextureMultiContextGL.h | 38 mSecondEglContext = eglCreateContext(mEglDisplay, mGlConfig, 50 mThirdEglContext = eglCreateContext(mEglDisplay, mGlConfig,
|
GLTest.cpp | 46 EXPECT_TRUE(eglChooseConfig(mEglDisplay, getConfigAttribs(), &mGlConfig, 1, 77 mEglSurface = createWindowSurface(mEglDisplay, mGlConfig, window); 84 mEglSurface = eglCreatePbufferSurface(mEglDisplay, mGlConfig, 90 mEglContext = eglCreateContext(mEglDisplay, mGlConfig, EGL_NO_CONTEXT,
|
SurfaceTextureMultiContextGL_test.cpp | 441 mEglSurface = eglCreatePbufferSurface(mEglDisplay, mGlConfig, 445 mSecondEglContext = eglCreateContext(mEglDisplay, mGlConfig,
|
/cts/tests/openglperf2/jni/graphics/ |
Renderer.h | 39 EGLConfig mGlConfig;
|
Renderer.cpp | 105 EGL_RESULT_CHECK(eglChooseConfig(mEglDisplay, configAttribs, &mGlConfig, 1, &numConfigs) 108 mEglSurface = eglCreateWindowSurface(mEglDisplay, mGlConfig, mWindow, NULL); 111 mEglContext = eglCreateContext(mEglDisplay, mGlConfig, EGL_NO_CONTEXT, contextAttribs);
|
/frameworks/av/media/libstagefright/tests/ |
SurfaceMediaSource_test.cpp | 71 EXPECT_TRUE(eglChooseConfig(mEglDisplay, getConfigAttribs(), &mGlConfig, 103 mEglSurface = eglCreateWindowSurface(mEglDisplay, mGlConfig, 112 mEglSurface = eglCreateWindowSurface(mEglDisplay, mGlConfig, 118 mEglContext = eglCreateContext(mEglDisplay, mGlConfig, EGL_NO_CONTEXT, 339 EGLConfig mGlConfig; 488 mEglSurface = eglCreateWindowSurface(mEglDisplay, mGlConfig, 790 mEglSurface = eglCreateWindowSurface(mEglDisplay, mGlConfig, [all...] |
/cts/tests/openglperf2/jni/primitive/contextswitch/ |
ContextSwitchRenderer.cpp | 109 mContexts[i] = eglCreateContext(mEglDisplay, mGlConfig, mEglContext, contextAttribs);
|
/hardware/ti/omap4-aah/test/CameraHal/ |
camera_test_surfacetexture.cpp | 323 ASSERT(eglChooseConfig(mEglDisplay, getConfigAttribs(), &mGlConfig, 343 mEglSurface = eglCreateWindowSurface(mEglDisplay, mGlConfig, 350 mEglSurface = eglCreatePbufferSurface(mEglDisplay, mGlConfig, 356 mEglContext = eglCreateContext(mEglDisplay, mGlConfig, EGL_NO_CONTEXT,
|
camera_test_surfacetexture.h | 91 EGLConfig mGlConfig;
|
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/ |
DeqpTestRunner.java | 177 private final String mGlConfig; 182 mGlConfig = glConfig; 192 mGlConfig, mRotation, mSurfaceType); 199 return mGlConfig; [all...] |
/external/deqp/android/cts/runner/src/com/drawelements/deqp/runner/ |
DeqpTestRunner.java | 254 private final String mGlConfig; 259 mGlConfig = glConfig; 269 mGlConfig, mRotation, mSurfaceType); 276 return mGlConfig; [all...] |