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

  /external/deqp/external/openglcts/modules/common/
glcConfigList.cpp 56 configList.configs.push_back(Config(CONFIGTYPE_DEFAULT, 0, SURFACETYPE_WINDOW));
glcConfigListWGL.cpp 65 CONFIGTYPE_WGL, pixelFormat, SURFACETYPE_WINDOW, fmtInfo.redBits, fmtInfo.greenBits, fmtInfo.blueBits,
71 configList.configs.push_back(Config(CONFIGTYPE_WGL, pixelFormat, SURFACETYPE_WINDOW));
glcConfigList.hpp 48 SURFACETYPE_WINDOW = (1 << tcu::SURFACETYPE_WINDOW),
glcConfigListCase.cpp 73 case tcu::SURFACETYPE_WINDOW:
95 static const tcu::SurfaceType s_types[] = { tcu::SURFACETYPE_WINDOW, tcu::SURFACETYPE_OFFSCREEN_NATIVE,
glcNoErrorTests.cpp 78 if (commandLine.getSurfaceType() != tcu::SURFACETYPE_WINDOW)
glcContextFlagsTests.cpp 68 if (commandLine.getSurfaceType() != tcu::SURFACETYPE_WINDOW)
glcConfigListEGL.cpp 129 deUint32 surfaceTypes = ((surfaceBits & EGL_WINDOW_BIT) ? SURFACETYPE_WINDOW : 0) |
glcRobustnessTests.cpp 80 if (commandLine.getSurfaceType() == tcu::SURFACETYPE_WINDOW)
glcKHRDebugTests.cpp 193 if (commandLine.getSurfaceType() != tcu::SURFACETYPE_WINDOW)
210 if (commandLine.getSurfaceType() != tcu::SURFACETYPE_WINDOW)
    [all...]
glcRobustBufferAccessBehaviorTests.cpp 1046 if (commandLine.getSurfaceType() == tcu::SURFACETYPE_WINDOW)
    [all...]
  /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...]
teglNegativePartialUpdateTests.cpp 55 SURFACETYPE_WINDOW = 0,
103 if (surfaceType == NegativePartialUpdateTest::SURFACETYPE_WINDOW)
267 : NegativePartialUpdateTest (context, false, SURFACETYPE_WINDOW, "not_current_surface", "Call setDamageRegion() on pbuffer")
361 : NegativePartialUpdateTest (context, true, SURFACETYPE_WINDOW, "buffer_preserved", "Call setDamageRegion() on pbuffer")
394 : NegativePartialUpdateTest (context, false, SURFACETYPE_WINDOW, "set_damage_region_twice", "Call setDamageRegion() twice")
429 : NegativePartialUpdateTest (context, false, SURFACETYPE_WINDOW, "set_damage_region_before_query_age", "Call setDamageRegion() without querying buffer age")
460 : NegativePartialUpdateTest (context, false, SURFACETYPE_WINDOW, "pass_null_0_as_params", "Call setDamageRegion() with (NULL, 0)")
492 : NegativePartialUpdateTest (context, false, SURFACETYPE_WINDOW, "not_current_surface2", "Call setDamageRegion() on pbuffer")
  /external/deqp/framework/opengl/
gluRenderConfig.hpp 54 SURFACETYPE_WINDOW, //!< Native window.
gluRenderConfig.cpp 147 case tcu::SURFACETYPE_WINDOW: config->surfaceType = RenderConfig::SURFACETYPE_WINDOW; break;
  /external/deqp/framework/common/
tcuCommandLine.hpp 68 SURFACETYPE_WINDOW = 0, //!< Native window.
tcuCommandLine.cpp 137 { "window", SURFACETYPE_WINDOW },
  /external/deqp/framework/platform/lnx/X11/
tcuLnxX11GlxPlatform.cpp 481 case RenderConfig::SURFACETYPE_WINDOW:
516 if (renderCfg.surfaceType == RenderConfig::SURFACETYPE_WINDOW &&
661 surfaceType = RenderConfig::SURFACETYPE_WINDOW;
670 case RenderConfig::SURFACETYPE_WINDOW:
  /external/deqp/framework/platform/win32/
tcuWGLContextFactory.cpp 100 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 225 case glu::RenderConfig::SURFACETYPE_WINDOW: requiredSurface = EGL_WINDOW_BIT; break;
egluGLContextFactory.cpp 342 surfaceType = glu::RenderConfig::SURFACETYPE_WINDOW;
353 case glu::RenderConfig::SURFACETYPE_WINDOW:
  /external/deqp/framework/platform/surfaceless/
tcuSurfacelessPlatform.cpp 307 case glu::RenderConfig::SURFACETYPE_WINDOW:
  /external/deqp/external/openglcts/modules/runner/
glcTestRunner.cpp 85 if (config.surfaceTypes & SURFACETYPE_WINDOW)
358 if ((*cfgIter).surfaceTypes & SURFACETYPE_WINDOW)

Completed in 512 milliseconds