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

/frameworks/native/libs/gui/tests/
H A DSurfaceTexture_test.cpp2288 mThirdEglContext = eglCreateContext(mEglDisplay, mGlConfig,
2291 ASSERT_NE(EGL_NO_CONTEXT, mThirdEglContext);
2294 mThirdEglContext));
2305 if (mThirdEglContext != EGL_NO_CONTEXT) {
2306 eglDestroyContext(mEglDisplay, mThirdEglContext);
2317 EGLContext mThirdEglContext; member in class:android::SurfaceTextureMultiContextGLTest
2600 mThirdEglContext));
2634 mThirdEglContext));

Completed in 267 milliseconds