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

/frameworks/native/libs/gui/tests/
H A DSurfaceTexture_test.cpp2269 mSecondEglContext(EGL_NO_CONTEXT) {
2276 mSecondEglContext = eglCreateContext(mEglDisplay, mGlConfig,
2279 ASSERT_NE(EGL_NO_CONTEXT, mSecondEglContext);
2282 mSecondEglContext));
2308 if (mSecondEglContext != EGL_NO_CONTEXT) {
2309 eglDestroyContext(mEglDisplay, mSecondEglContext);
2314 EGLContext mSecondEglContext; member in class:android::SurfaceTextureMultiContextGLTest
2330 mSecondEglContext));
2416 mSecondEglContext));
2446 mSecondEglContext));
[all...]

Completed in 18 milliseconds