Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/tests/
DSurfaceTextureGLToGL.h40 mProducerEglSurface = eglCreateWindowSurface(mEglDisplay, mGlConfig, in SetUpWindowAndContext()
45 mProducerEglContext = eglCreateContext(mEglDisplay, mGlConfig, in SetUpWindowAndContext()
DGLTest.h42 mGlConfig(NULL) { in GLTest()
67 EGLConfig mGlConfig; variable
DSurfaceTextureMultiContextGL.h38 mSecondEglContext = eglCreateContext(mEglDisplay, mGlConfig, in SetUp()
50 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()
DSurfaceTextureMultiContextGL_test.cpp441 mEglSurface = eglCreatePbufferSurface(mEglDisplay, mGlConfig, in TEST_F()
445 mSecondEglContext = eglCreateContext(mEglDisplay, mGlConfig, in TEST_F()
/frameworks/av/media/libstagefright/tests/
DSurfaceMediaSource_test.cpp71 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()