Home | History | Annotate | Download | only in egl

Lines Matching refs:egl

2  * drawElements Quality Program EGL Module
41 #include <EGL/eglext.h>
57 namespace egl
142 void SingleThreadColorClearCase::executeForContexts (tcu::egl::Display& display, tcu::egl::Surface& surface, EGLConfig config, const std::vector<std::pair<EGLint, tcu::egl::Context*> >& contexts)
164 tcu::egl::Context* context = contexts[0].second;
177 for (vector<std::pair<EGLint, tcu::egl::Context*> >::const_iterator ctxIter = contexts.begin(); ctxIter != contexts.end(); ctxIter++)
180 tcu::egl::Context* context = ctxIter->second;
198 tcu::egl::Context* context = contexts[0].second;
244 ColorClearThread (tcu::egl::Display& display, tcu::egl::Surface& surface, tcu::egl::Context& context, EGLint api, const std::vector<ClearPacket>& packets)
276 tcu::egl::Display& m_display;
277 tcu::egl::Surface& m_surface;
278 tcu::egl::Context& m_context;
288 void MultiThreadColorClearCase::executeForContexts (tcu::egl::Display& display, tcu::egl::Surface& surface, EGLConfig config, const std::vector<std::pair<EGLint, tcu::egl::Context*> >& contexts)
355 tcu::egl::Context* context = contexts[0].second;
392 } // egl