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

/frameworks/native/libs/gui/tests/
H A DSurfaceTextureMultiContextGL.h30 mSecondEglContext(EGL_NO_CONTEXT) {
37 mSecondEglContext = eglCreateContext(mEglDisplay, mGlConfig,
40 ASSERT_NE(EGL_NO_CONTEXT, mSecondEglContext);
43 mSecondEglContext));
69 if (mSecondEglContext != EGL_NO_CONTEXT) {
70 eglDestroyContext(mEglDisplay, mSecondEglContext);
75 EGLContext mSecondEglContext; member in class:android::SurfaceTextureMultiContextGLTest
H A DSurfaceTextureMultiContextGL_test.cpp37 mSecondEglContext));
123 mSecondEglContext));
153 mSecondEglContext));
184 mSecondEglContext));
211 mSecondEglContext));
299 mSecondEglContext));
333 mSecondEglContext));
381 mSecondEglContext));
428 mSecondEglContext = eglCreateContext(mEglDisplay, mGlConfig,
431 ASSERT_NE(EGL_NO_CONTEXT, mSecondEglContext);
[all...]

Completed in 196 milliseconds