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)
329 void MultiThreadColorClearCase::executeForContexts (EGLDisplay display, EGLSurface surface, const Config& config, const std::vector<std::pair<EGLint, EGLContext> >& contexts)
teglRenderTests.cpp 676 virtual void executeForContexts (EGLDisplay display, EGLSurface surface, const Config& config, const std::vector<std::pair<EGLint, EGLContext> >& contexts);
694 void SingleThreadRenderCase::executeForContexts (EGLDisplay display, EGLSurface surface, const Config& config, const std::vector<std::pair<EGLint, EGLContext> >& contexts)
810 virtual void executeForContexts (EGLDisplay display, EGLSurface surface, const Config& config, const std::vector<std::pair<EGLint, EGLContext> >& contexts);
895 void MultiThreadRenderCase::executeForContexts (EGLDisplay display, EGLSurface surface, const Config& config, const std::vector<std::pair<EGLint, EGLContext> >& contexts)
    [all...]
teglRenderCase.cpp 352 executeForContexts(display, surface, Config(config.config, config.surfaceTypeBit, m_apiMask), contexts);

Completed in 299 milliseconds