Searched refs:gotContext (Results 1 – 1 of 1) sorted by relevance
106 const EGLContext gotContext = eglGetCurrentContext(); in executeForContext() local109 if (gotContext == context) in executeForContext()113 else if (gotContext == EGL_NO_CONTEXT) in executeForContext()118 else if (gotContext != context) in executeForContext()120 …context. Expected: " << tcu::toHex(context) << ", got: " << tcu::toHex(gotContext) << TestLog::End… in executeForContext()