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

  /external/deqp/modules/egl/
teglRenderCase.hpp 59 virtual void executeForSurface (eglw::EGLDisplay display, eglw::EGLSurface surface, const Config& config) = DE_NULL;
71 virtual void executeForSurface (eglw::EGLDisplay display, eglw::EGLSurface surface, const Config& config);
84 virtual void executeForSurface (eglw::EGLDisplay display, eglw::EGLSurface surface, const Config& config);
teglRenderCase.cpp 146 executeForSurface(display, *surface, Config(config, EGL_WINDOW_BIT, 0));
170 executeForSurface(display, *surface, Config(config, EGL_PIXMAP_BIT, 0));
197 executeForSurface(display, *surface, Config(config, EGL_PBUFFER_BIT, 0));
223 void SingleContextRenderCase::executeForSurface (EGLDisplay display, EGLSurface surface, const Config& config)
308 void MultiContextRenderCase::executeForSurface (EGLDisplay display, EGLSurface surface, const Config& config)
teglCreateContextExtTests.cpp 181 void executeForSurface (EGLConfig config, EGLSurface surface);
905 executeForSurface(config, *surface);
914 executeForSurface(config, *surface);
923 executeForSurface(config, *surface);
947 void CreateContextExtCase::executeForSurface (EGLConfig config, EGLSurface surface)
    [all...]

Completed in 259 milliseconds