Lines Matching refs:egl
46 namespace egl namespace
60 static void logSurfaceAttributes (tcu::TestLog& log, const tcu::egl::Surface& surface, const EGLint… in logSurfaceAttributes()
70 static void logCommonSurfaceAttributes (tcu::TestLog& log, const tcu::egl::Surface& surface) in logCommonSurfaceAttributes()
90 static void logPbufferSurfaceAttributes (tcu::TestLog& log, const tcu::egl::Surface& surface) in logPbufferSurfaceAttributes()
108 void checkCommonAttributes (const tcu::egl::Surface& surface, const ConfigInfo& info);
109 void checkNonPbufferAttributes (EGLDisplay display, const tcu::egl::Surface& surface);
117 void QuerySurfaceCase::checkCommonAttributes (const tcu::egl::Surface& surface, const ConfigInfo& i… in checkCommonAttributes()
249 void QuerySurfaceCase::checkNonPbufferAttributes (EGLDisplay display, const tcu::egl::Surface& surf… in checkNonPbufferAttributes()
300 void executeForConfig (tcu::egl::Display& display, EGLConfig config) in executeForConfig()
313 …tcu::egl::WindowSurface surface(display, eglu::createWindowSurface(m_eglTestCtx.getNativeDispla… in executeForConfig()
330 void executeForConfig (tcu::egl::Display& display, EGLConfig config) in executeForConfig()
343 …tcu::egl::PixmapSurface surface (display, eglu::createPixmapSurface(m_eglTestCtx.getNativeDispl… in executeForConfig()
360 void executeForConfig (tcu::egl::Display& display, EGLConfig config) in executeForConfig()
392 tcu::egl::PbufferSurface surface(display, config, attribs); in executeForConfig()
454 void testAttributes (tcu::egl::Surface& surface, const ConfigInfo& info);
462 void SurfaceAttribCase::testAttributes (tcu::egl::Surface& surface, const ConfigInfo& info) in testAttributes()
464 const tcu::egl::Display& display = surface.getDisplay(); in testAttributes()
486 if (dynamic_cast<tcu::egl::PbufferSurface*>(&surface)) in testAttributes()
573 void executeForConfig (tcu::egl::Display& display, EGLConfig config) in executeForConfig()
586 …tcu::egl::WindowSurface surface(display, eglu::createWindowSurface(m_eglTestCtx.getNativeDispla… in executeForConfig()
600 void executeForConfig (tcu::egl::Display& display, EGLConfig config) in executeForConfig()
613 …tcu::egl::PixmapSurface surface (display, eglu::createPixmapSurface(m_eglTestCtx.getNativeDispl… in executeForConfig()
627 void executeForConfig (tcu::egl::Display& display, EGLConfig config) in executeForConfig()
658 tcu::egl::PbufferSurface surface(display, config, attribs); in executeForConfig()
673 std::vector<EGLint> getConfigs (const tcu::egl::Display& display, EGLint surfaceType) in getConfigs()