Home
last modified time | relevance | path

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

/external/deqp/modules/egl/
DteglQueryContextTests.cpp106 const EGLContext gotContext = eglGetCurrentContext(); in executeForContext() local
109 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()