Searched refs:mGlConfig (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/tests/
H A DSurfaceMediaSource_test.cpp74 EXPECT_TRUE(eglChooseConfig(mEglDisplay, getConfigAttribs(), &mGlConfig,
106 mEglSurface = eglCreateWindowSurface(mEglDisplay, mGlConfig,
115 mEglSurface = eglCreateWindowSurface(mEglDisplay, mGlConfig,
121 mEglContext = eglCreateContext(mEglDisplay, mGlConfig, EGL_NO_CONTEXT,
342 EGLConfig mGlConfig; member in class:android::GLTest
493 mEglSurface = eglCreateWindowSurface(mEglDisplay, mGlConfig,
795 mEglSurface = eglCreateWindowSurface(mEglDisplay, mGlConfig,
/frameworks/native/libs/gui/tests/
H A DSurfaceTexture_test.cpp67 EXPECT_TRUE(eglChooseConfig(mEglDisplay, getConfigAttribs(), &mGlConfig,
99 mEglSurface = eglCreateWindowSurface(mEglDisplay, mGlConfig,
107 mEglSurface = eglCreatePbufferSurface(mEglDisplay, mGlConfig,
113 mEglContext = eglCreateContext(mEglDisplay, mGlConfig, EGL_NO_CONTEXT,
284 EGLConfig mGlConfig; member in class:android::GLTest
1392 mProducerEglSurface = eglCreateWindowSurface(mEglDisplay, mGlConfig,
1397 mProducerEglContext = eglCreateContext(mEglDisplay, mGlConfig,
2276 mSecondEglContext = eglCreateContext(mEglDisplay, mGlConfig,
2288 mThirdEglContext = eglCreateContext(mEglDisplay, mGlConfig,

Completed in 64 milliseconds