HomeSort by relevance Sort by last modified time
    Searched refs:executeForContexts (Results 1 - 5 of 5) sorted by null

  /external/deqp/modules/egl/
teglColorClearCase.hpp 49 virtual void executeForContexts (eglw::EGLDisplay display,
67 virtual void executeForContexts (eglw::EGLDisplay display,
teglRenderCase.hpp 85 virtual void executeForContexts (eglw::EGLDisplay display, eglw::EGLSurface surface, const Config& config, const std::vector<std::pair<eglw::EGLint, eglw::EGLContext> >& contexts) = DE_NULL;
teglColorClearCase.cpp 168 void SingleThreadColorClearCase::executeForContexts (EGLDisplay display, EGLSurface surface, const Config& config, const std::vector<std::pair<EGLint, EGLContext> >& contexts)
331 void MultiThreadColorClearCase::executeForContexts (EGLDisplay display, EGLSurface surface, const Config& config, const std::vector<std::pair<EGLint, EGLContext> >& contexts)
teglRenderTests.cpp 713 virtual void executeForContexts (EGLDisplay display, EGLSurface surface, const Config& config, const std::vector<std::pair<EGLint, EGLContext> >& contexts);
731 void SingleThreadRenderCase::executeForContexts (EGLDisplay display, EGLSurface surface, const Config& config, const std::vector<std::pair<EGLint, EGLContext> >& contexts)
847 virtual void executeForContexts (EGLDisplay display, EGLSurface surface, const Config& config, const std::vector<std::pair<EGLint, EGLContext> >& contexts);
933 void MultiThreadRenderCase::executeForContexts (EGLDisplay display, EGLSurface surface, const Config& config, const std::vector<std::pair<EGLint, EGLContext> >& contexts)
    [all...]
teglRenderCase.cpp 357 executeForContexts(display, surface, Config(config.config, config.surfaceTypeBit, m_apiMask), contexts);

Completed in 101 milliseconds