Searched refs:mGlConfig (Results 1 – 6 of 6) sorted by relevance
/frameworks/native/libs/gui/tests/ |
D | SurfaceTextureGLToGL.h | 38 mProducerEglSurface = eglCreateWindowSurface(mEglDisplay, mGlConfig, in SetUp() 43 mProducerEglContext = eglCreateContext(mEglDisplay, mGlConfig, in SetUp()
|
D | SurfaceTextureMultiContextGL.h | 37 mSecondEglContext = eglCreateContext(mEglDisplay, mGlConfig, in SetUp() 49 mThirdEglContext = eglCreateContext(mEglDisplay, mGlConfig, in SetUp()
|
D | GLTest.cpp | 46 EXPECT_TRUE(eglChooseConfig(mEglDisplay, getConfigAttribs(), &mGlConfig, 1, in SetUp() 77 mEglSurface = createWindowSurface(mEglDisplay, mGlConfig, window); in SetUp() 84 mEglSurface = eglCreatePbufferSurface(mEglDisplay, mGlConfig, in SetUp() 90 mEglContext = eglCreateContext(mEglDisplay, mGlConfig, EGL_NO_CONTEXT, in SetUp()
|
D | GLTest.h | 65 EGLConfig mGlConfig; variable
|
D | SurfaceTextureMultiContextGL_test.cpp | 424 mEglSurface = eglCreatePbufferSurface(mEglDisplay, mGlConfig, in TEST_F() 428 mSecondEglContext = eglCreateContext(mEglDisplay, mGlConfig, in TEST_F()
|
/frameworks/av/media/libstagefright/tests/ |
D | SurfaceMediaSource_test.cpp | 75 EXPECT_TRUE(eglChooseConfig(mEglDisplay, getConfigAttribs(), &mGlConfig, in SetUp() 107 mEglSurface = eglCreateWindowSurface(mEglDisplay, mGlConfig, in SetUp() 116 mEglSurface = eglCreateWindowSurface(mEglDisplay, mGlConfig, in SetUp() 122 mEglContext = eglCreateContext(mEglDisplay, mGlConfig, EGL_NO_CONTEXT, in SetUp() 343 EGLConfig mGlConfig; member in android::GLTest 492 mEglSurface = eglCreateWindowSurface(mEglDisplay, mGlConfig, in setUpEGLSurfaceFromMediaRecorder() 794 mEglSurface = eglCreateWindowSurface(mEglDisplay, mGlConfig, in TEST_F()
|