Searched defs:mProducerEglContext (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/libs/gui/tests/
H A DSurfaceTexture_test.cpp1386 mProducerEglContext(EGL_NO_CONTEXT) {
1397 mProducerEglContext = eglCreateContext(mEglDisplay, mGlConfig,
1400 ASSERT_NE(EGL_NO_CONTEXT, mProducerEglContext);
1404 if (mProducerEglContext != EGL_NO_CONTEXT) {
1405 eglDestroyContext(mEglDisplay, mProducerEglContext);
1414 EGLContext mProducerEglContext; member in class:android::SurfaceTextureGLToGLTest
1430 mProducerEglSurface, mProducerEglContext));
1481 mProducerEglSurface, mProducerEglContext));
1550 mProducerEglSurface, mProducerEglContext));
1558 mProducerEglSurface, mProducerEglContext));
1911 EGLContext mProducerEglContext; member in class:android::SurfaceTextureGLThreadToGLTest::ProducerThread
[all...]

Completed in 280 milliseconds