Lines Matching defs:display

64 EGLContext createGLES2Context (EGLDisplay display, EGLConfig config)
76 context = eglCreateContext(display, config, EGL_NO_CONTEXT, attribList);
90 void executeForConfig (tcu::egl::Display& display, EGLConfig config);
107 string getConfigIdString (EGLDisplay display, EGLConfig config)
112 TCU_CHECK_EGL_CALL(eglGetConfigAttrib(display, config , EGL_CONFIG_ID, &id));
265 void SwapBuffersTest::executeForConfig (tcu::egl::Display& display, EGLConfig config)
267 const string configIdStr (getConfigIdString(display.getEGLDisplay(), config));
274 log << TestLog::Message << "EGL_RED_SIZE: " << eglu::getConfigAttribInt(display.getEGLDisplay(), config, EGL_RED_SIZE) << TestLog::EndMessage;
275 log << TestLog::Message << "EGL_GREEN_SIZE: " << eglu::getConfigAttribInt(display.getEGLDisplay(), config, EGL_GREEN_SIZE) << TestLog::EndMessage;
276 log << TestLog::Message << "EGL_BLUE_SIZE: " << eglu::getConfigAttribInt(display.getEGLDisplay(), config, EGL_BLUE_SIZE) << TestLog::EndMessage;
277 log << TestLog::Message << "EGL_ALPHA_SIZE: " << eglu::getConfigAttribInt(display.getEGLDisplay(), config, EGL_ALPHA_SIZE) << TestLog::EndMessage;
278 log << TestLog::Message << "EGL_DEPTH_SIZE: " << eglu::getConfigAttribInt(display.getEGLDisplay(), config, EGL_DEPTH_SIZE) << TestLog::EndMessage;
279 log << TestLog::Message << "EGL_STENCIL_SIZE: " << eglu::getConfigAttribInt(display.getEGLDisplay(), config, EGL_STENCIL_SIZE) << TestLog::EndMessage;
280 log << TestLog::Message << "EGL_SAMPLES: " << eglu::getConfigAttribInt(display.getEGLDisplay(), config, EGL_SAMPLES) << TestLog::EndMessage;
290 eglu::UniqueSurface surface (display.getEGLDisplay(), eglu::createWindowSurface(m_eglTestCtx.getNativeDisplay(), *window, display.getEGLDisplay(), config, DE_NULL));
291 eglu::UniqueContext context (display.getEGLDisplay(), createGLES2Context(display.getEGLDisplay(), config));
301 TCU_CHECK_EGL_CALL(eglMakeCurrent(display.getEGLDisplay(), *surface, *surface, *context));
339 TCU_CHECK_EGL_CALL(eglSwapBuffers(display.getEGLDisplay(), *surface));
357 TCU_CHECK_EGL_CALL(eglSwapBuffers(display.getEGLDisplay(), *surface));
378 TCU_CHECK_EGL_CALL(eglSwapBuffers(display.getEGLDisplay(), *surface));
398 TCU_CHECK_EGL_CALL(eglSwapBuffers(display.getEGLDisplay(), *surface));
420 TCU_CHECK_EGL_CALL(eglMakeCurrent(display.getEGLDisplay(), EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT));
424 TCU_CHECK_EGL_CALL(eglMakeCurrent(display.getEGLDisplay(), EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT));