Home
last modified time | relevance | path

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

/external/deqp/modules/egl/
DteglQueryContextTests.cpp151 const EGLContext gotDrawSurface = eglGetCurrentSurface(EGL_DRAW); in executeForContext() local
154 if (gotReadSurface == surface && gotDrawSurface == surface) in executeForContext()
161 << ", draw surface: " << tcu::toHex(gotDrawSurface) in executeForContext()