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

  /external/deqp/modules/egl/
teglMakeCurrentPerfTests.cpp 62 SURFACETYPE_WINDOW = (1<<1),
127 if ((surfaceTypes & SURFACETYPE_WINDOW) != 0)
179 const EGLint surfaceBits = ((m_spec.surfaceTypes & SURFACETYPE_WINDOW) != 0 ? EGL_WINDOW_BIT : 0)
202 if ((m_spec.surfaceTypes & SURFACETYPE_WINDOW) != 0)
203 types.push_back(SURFACETYPE_WINDOW);
224 case SURFACETYPE_WINDOW:
533 MakeCurrentPerfCase::SURFACETYPE_WINDOW
563 MakeCurrentPerfCase::SURFACETYPE_WINDOW
600 MakeCurrentPerfCase::SURFACETYPE_WINDOW,
603 (MakeCurrentPerfCase::SurfaceType)(MakeCurrentPerfCase::SURFACETYPE_PBUFFER |MakeCurrentPerfCase::SURFACETYPE_WINDOW),
    [all...]
  /external/deqp/framework/common/
tcuCommandLine.hpp 66 SURFACETYPE_WINDOW = 0, //!< Native window.
tcuCommandLine.cpp 121 { "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 408 case RenderConfig::SURFACETYPE_WINDOW:
443 if (renderCfg.surfaceType == RenderConfig::SURFACETYPE_WINDOW &&
581 surfaceType = RenderConfig::SURFACETYPE_WINDOW;
589 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/
egluGLContextFactory.cpp 245 case glu::RenderConfig::SURFACETYPE_WINDOW: requiredSurface = EGL_WINDOW_BIT; break;
494 surfaceType = glu::RenderConfig::SURFACETYPE_WINDOW;
505 case glu::RenderConfig::SURFACETYPE_WINDOW:

Completed in 522 milliseconds