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

/frameworks/native/libs/gui/tests/
H A DSurfaceTextureMultiContextGL.h49 mThirdEglContext = eglCreateContext(mEglDisplay, mGlConfig,
52 ASSERT_NE(EGL_NO_CONTEXT, mThirdEglContext);
55 mThirdEglContext));
66 if (mThirdEglContext != EGL_NO_CONTEXT) {
67 eglDestroyContext(mEglDisplay, mThirdEglContext);
78 EGLContext mThirdEglContext; member in class:android::SurfaceTextureMultiContextGLTest
H A DSurfaceTextureMultiContextGL_test.cpp307 mThirdEglContext));
341 mThirdEglContext));

Completed in 42 milliseconds