Searched refs:mGlConfig (Results 1 – 6 of 6) sorted by relevance
/frameworks/native/libs/gui/tests/ |
D | SurfaceTextureGLToGL.h | 40 mProducerEglSurface = eglCreateWindowSurface(mEglDisplay, mGlConfig, in SetUpWindowAndContext() 45 mProducerEglContext = eglCreateContext(mEglDisplay, mGlConfig, in SetUpWindowAndContext()
|
D | GLTest.h | 42 mGlConfig(NULL) { in GLTest() 67 EGLConfig mGlConfig; variable
|
D | SurfaceTextureMultiContextGL.h | 38 mSecondEglContext = eglCreateContext(mEglDisplay, mGlConfig, in SetUp() 50 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 | SurfaceTextureMultiContextGL_test.cpp | 441 mEglSurface = eglCreatePbufferSurface(mEglDisplay, mGlConfig, in TEST_F() 445 mSecondEglContext = eglCreateContext(mEglDisplay, mGlConfig, in TEST_F()
|
/frameworks/av/media/libstagefright/tests/ |
D | SurfaceMediaSource_test.cpp | 71 EXPECT_TRUE(eglChooseConfig(mEglDisplay, getConfigAttribs(), &mGlConfig, in SetUp() 103 mEglSurface = eglCreateWindowSurface(mEglDisplay, mGlConfig, in SetUp() 112 mEglSurface = eglCreateWindowSurface(mEglDisplay, mGlConfig, in SetUp() 118 mEglContext = eglCreateContext(mEglDisplay, mGlConfig, EGL_NO_CONTEXT, in SetUp() 339 EGLConfig mGlConfig; member in android::GLTest 488 mEglSurface = eglCreateWindowSurface(mEglDisplay, mGlConfig, in setUpEGLSurfaceFromMediaRecorder() 790 mEglSurface = eglCreateWindowSurface(mEglDisplay, mGlConfig, in TEST_F()
|