Home
last modified time | relevance | path

Searched refs:gles2Context (Results 1 – 1 of 1) sorted by relevance

/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndGlTests.cpp276 …EGLContext gles2Context = mGl->eglCreateContext(display, config, EGL_NO_CONTEXT, gles2ContextAttri… in TEST_P() local
277 ASSERT_THAT(gles2Context, Not(Eq(EGL_NO_CONTEXT))); in TEST_P()
294 ASSERT_THAT(mGl->eglMakeCurrent(display, surface, surface, gles2Context), IsTrue()); in TEST_P()
308 ASSERT_THAT(mGl->eglMakeCurrent(display, surface, surface, gles2Context), IsTrue()); in TEST_P()
317 ASSERT_THAT(mGl->eglDestroyContext(display, gles2Context), IsTrue()); in TEST_P()