Lines Matching defs:surface
181 void executeForSurface (EGLConfig config, EGLSurface surface);
906 eglu::UniqueSurface surface (egl, m_display, egl.createPbufferSurface(m_display, config, attribList));
909 executeForSurface(config, *surface);
916 eglu::UniqueSurface surface (egl, m_display, eglu::createWindowSurface(m_eglTestCtx.getNativeDisplay(), *window, m_display, config, DE_NULL));
918 executeForSurface(config, *surface);
925 eglu::UniqueSurface surface (egl, m_display, eglu::createPixmapSurface(m_eglTestCtx.getNativeDisplay(), *pixmap, m_display, config, DE_NULL));
927 executeForSurface(config, *surface);
929 else // No supported surface type
930 TCU_FAIL("Invalid or empty surface type bits");
951 void CreateContextExtCase::executeForSurface (EGLConfig config, EGLSurface surface)
963 EGLU_CHECK_CALL(egl, makeCurrent(m_display, surface, surface, *context));