Lines Matching defs:surface
95 void executeForContext (EGLDisplay display, EGLContext context, EGLSurface surface, const Config& config)
101 DE_UNREF(surface);
137 void executeForContext (EGLDisplay display, EGLContext context, EGLSurface surface, const Config& config)
154 if (gotReadSurface == surface && gotDrawSurface == surface)
160 log << TestLog::Message << " Fail, read surface: " << tcu::toHex(gotReadSurface)
161 << ", draw surface: " << tcu::toHex(gotDrawSurface)
162 << ", expected: " << tcu::toHex(surface) << TestLog::EndMessage;
163 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Invalid surface");
179 void executeForContext (EGLDisplay display, EGLContext context, EGLSurface surface, const Config& config)
184 DE_UNREF(surface && context);
229 void executeForContext (EGLDisplay display, EGLContext context, EGLSurface surface, const Config& config)
235 DE_UNREF(surface);
282 log << TestLog::Message << " Fail, render buffer should be EGL_SINGLE_BUFFER for a pixmap surface." << TestLog::EndMessage;
287 log << TestLog::Message << " Fail, render buffer should be EGL_BACK_BUFFER for a pbuffer surface." << TestLog::EndMessage;
292 log << TestLog::Message << " Fail, render buffer should be either EGL_SINGLE_BUFFER or EGL_BACK_BUFFER for a window surface." << TestLog::EndMessage;