Home
last modified time | relevance | path

Searched refs:executeForContexts (Results 1 – 5 of 5) sorted by relevance

/external/deqp/modules/egl/
DteglColorClearCase.hpp49 virtual void executeForContexts (eglw::EGLDisplay display,
67 virtual void executeForContexts (eglw::EGLDisplay display,
DteglRenderCase.hpp85 …virtual void executeForContexts (eglw::EGLDisplay display, eglw::EGLSurface surface, const Confi…
DteglColorClearCase.cpp168 void SingleThreadColorClearCase::executeForContexts (EGLDisplay display, EGLSurface surface, const … in executeForContexts() function in deqp::egl::SingleThreadColorClearCase
331 void MultiThreadColorClearCase::executeForContexts (EGLDisplay display, EGLSurface surface, const C… in executeForContexts() function in deqp::egl::MultiThreadColorClearCase
DteglRenderTests.cpp713 …virtual void executeForContexts (EGLDisplay display, EGLSurface surface, const Config& config, …
731 void SingleThreadRenderCase::executeForContexts (EGLDisplay display, EGLSurface surface, const Conf… in executeForContexts() function in deqp::egl::SingleThreadRenderCase
847 …virtual void executeForContexts (EGLDisplay display, EGLSurface surface, const Config& config, …
933 void MultiThreadRenderCase::executeForContexts (EGLDisplay display, EGLSurface surface, const Confi… in executeForContexts() function in deqp::egl::MultiThreadRenderCase
DteglRenderCase.cpp357executeForContexts(display, surface, Config(config.config, config.surfaceTypeBit, m_apiMask), cont… in executeForSurface()