Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/tests/
DSurfaceTextureGLToGL.h38 mProducerEglSurface = eglCreateWindowSurface(mEglDisplay, mGlConfig, in SetUp()
43 mProducerEglContext = eglCreateContext(mEglDisplay, mGlConfig, in SetUp()
DSurfaceTextureMultiContextGL.h37 mSecondEglContext = eglCreateContext(mEglDisplay, mGlConfig, in SetUp()
49 mThirdEglContext = eglCreateContext(mEglDisplay, mGlConfig, in SetUp()
DGLTest.cpp46 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()
DGLTest.h65 EGLConfig mGlConfig; variable
DSurfaceTextureMultiContextGL_test.cpp424 mEglSurface = eglCreatePbufferSurface(mEglDisplay, mGlConfig, in TEST_F()
428 mSecondEglContext = eglCreateContext(mEglDisplay, mGlConfig, in TEST_F()
/frameworks/av/media/libstagefright/tests/
DSurfaceMediaSource_test.cpp76 EXPECT_TRUE(eglChooseConfig(mEglDisplay, getConfigAttribs(), &mGlConfig, in SetUp()
108 mEglSurface = eglCreateWindowSurface(mEglDisplay, mGlConfig, in SetUp()
117 mEglSurface = eglCreateWindowSurface(mEglDisplay, mGlConfig, in SetUp()
123 mEglContext = eglCreateContext(mEglDisplay, mGlConfig, EGL_NO_CONTEXT, in SetUp()
344 EGLConfig mGlConfig; member in android::GLTest
493 mEglSurface = eglCreateWindowSurface(mEglDisplay, mGlConfig, in setUpEGLSurfaceFromMediaRecorder()
795 mEglSurface = eglCreateWindowSurface(mEglDisplay, mGlConfig, in TEST_F()