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

/frameworks/native/libs/gui/tests/
H A DSurfaceTextureGLToGL.h38 mProducerEglSurface = eglCreateWindowSurface(mEglDisplay, mGlConfig,
43 mProducerEglContext = eglCreateContext(mEglDisplay, mGlConfig,
H A DSurfaceTextureMultiContextGL.h37 mSecondEglContext = eglCreateContext(mEglDisplay, mGlConfig,
49 mThirdEglContext = eglCreateContext(mEglDisplay, mGlConfig,
H A DGLTest.h65 EGLConfig mGlConfig; member in class:android::GLTest
H A DGLTest.cpp46 EXPECT_TRUE(eglChooseConfig(mEglDisplay, getConfigAttribs(), &mGlConfig, 1,
77 mEglSurface = createWindowSurface(mEglDisplay, mGlConfig, window);
84 mEglSurface = eglCreatePbufferSurface(mEglDisplay, mGlConfig,
90 mEglContext = eglCreateContext(mEglDisplay, mGlConfig, EGL_NO_CONTEXT,
H A DSurfaceTextureMultiContextGL_test.cpp424 mEglSurface = eglCreatePbufferSurface(mEglDisplay, mGlConfig,
428 mSecondEglContext = eglCreateContext(mEglDisplay, mGlConfig,
/frameworks/av/media/libstagefright/tests/
H A DSurfaceMediaSource_test.cpp75 EXPECT_TRUE(eglChooseConfig(mEglDisplay, getConfigAttribs(), &mGlConfig,
107 mEglSurface = eglCreateWindowSurface(mEglDisplay, mGlConfig,
116 mEglSurface = eglCreateWindowSurface(mEglDisplay, mGlConfig,
122 mEglContext = eglCreateContext(mEglDisplay, mGlConfig, EGL_NO_CONTEXT,
343 EGLConfig mGlConfig; member in class:android::GLTest
492 mEglSurface = eglCreateWindowSurface(mEglDisplay, mGlConfig,
794 mEglSurface = eglCreateWindowSurface(mEglDisplay, mGlConfig,

Completed in 1524 milliseconds