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

  /external/deqp/modules/egl/
teglMakeCurrentPerfTests.cpp 67 SURFACETYPE_WINDOW = (1<<1),
133 if ((surfaceTypes & SURFACETYPE_WINDOW) != 0)
194 const EGLint surfaceBits = ((m_spec.surfaceTypes & SURFACETYPE_WINDOW) != 0 ? EGL_WINDOW_BIT : 0)
217 if ((m_spec.surfaceTypes & SURFACETYPE_WINDOW) != 0)
218 types.push_back(SURFACETYPE_WINDOW);
239 case SURFACETYPE_WINDOW:
561 MakeCurrentPerfCase::SURFACETYPE_WINDOW
591 MakeCurrentPerfCase::SURFACETYPE_WINDOW
628 MakeCurrentPerfCase::SURFACETYPE_WINDOW,
631 (MakeCurrentPerfCase::SurfaceType)(MakeCurrentPerfCase::SURFACETYPE_PBUFFER |MakeCurrentPerfCase::SURFACETYPE_WINDOW),
    [all...]
  /external/deqp/framework/common/
tcuCommandLine.hpp 66 SURFACETYPE_WINDOW = 0, //!< Native window.
tcuCommandLine.cpp 122 { "window", SURFACETYPE_WINDOW },
  /external/deqp/framework/opengl/
gluRenderConfig.hpp 45 SURFACETYPE_WINDOW, //!< Native window.
gluRenderConfig.cpp 147 case tcu::SURFACETYPE_WINDOW: config->surfaceType = RenderConfig::SURFACETYPE_WINDOW; break;
  /external/deqp/framework/platform/X11/
tcuX11GlxPlatform.cpp 407 case RenderConfig::SURFACETYPE_WINDOW:
442 if (renderCfg.surfaceType == RenderConfig::SURFACETYPE_WINDOW &&
580 surfaceType = RenderConfig::SURFACETYPE_WINDOW;
588 case RenderConfig::SURFACETYPE_WINDOW:
  /external/deqp/framework/platform/win32/
tcuWGLContextFactory.cpp 94 if (config.surfaceType != glu::RenderConfig::SURFACETYPE_WINDOW &&
  /external/deqp/framework/platform/ios/
tcuIOSPlatform.mm 82 else if (config.surfaceType == glu::RenderConfig::SURFACETYPE_WINDOW)
  /external/deqp/framework/egl/
egluGLUtil.cpp 179 case glu::RenderConfig::SURFACETYPE_WINDOW: requiredSurface = EGL_WINDOW_BIT; break;
egluGLContextFactory.cpp 313 surfaceType = glu::RenderConfig::SURFACETYPE_WINDOW;
324 case glu::RenderConfig::SURFACETYPE_WINDOW:

Completed in 1413 milliseconds