Searched refs:SURFACETYPE_WINDOW (Results 1 - 22 of 22) sorted by relevance

/external/deqp/external/openglcts/modules/common/
H A DglcConfigList.cpp56 configList.configs.push_back(Config(CONFIGTYPE_DEFAULT, 0, SURFACETYPE_WINDOW));
H A DglcConfigListWGL.cpp65 CONFIGTYPE_WGL, pixelFormat, SURFACETYPE_WINDOW, fmtInfo.redBits, fmtInfo.greenBits, fmtInfo.blueBits,
71 configList.configs.push_back(Config(CONFIGTYPE_WGL, pixelFormat, SURFACETYPE_WINDOW));
H A DglcConfigList.hpp48 SURFACETYPE_WINDOW = (1 << tcu::SURFACETYPE_WINDOW), enumerator in enum:glcts::SurfaceTypeFlags
H A DglcConfigListCase.cpp73 case tcu::SURFACETYPE_WINDOW:
95 static const tcu::SurfaceType s_types[] = { tcu::SURFACETYPE_WINDOW, tcu::SURFACETYPE_OFFSCREEN_NATIVE,
H A DglcNoErrorTests.cpp78 if (commandLine.getSurfaceType() != tcu::SURFACETYPE_WINDOW)
H A DglcContextFlagsTests.cpp68 if (commandLine.getSurfaceType() != tcu::SURFACETYPE_WINDOW)
H A DglcConfigListEGL.cpp129 deUint32 surfaceTypes = ((surfaceBits & EGL_WINDOW_BIT) ? SURFACETYPE_WINDOW : 0) |
H A DglcRobustnessTests.cpp80 if (commandLine.getSurfaceType() == tcu::SURFACETYPE_WINDOW)
/external/deqp/modules/egl/
H A DteglMakeCurrentPerfTests.cpp67 SURFACETYPE_WINDOW = (1<<1), enumerator in enum:deqp::egl::MakeCurrentPerfCase::SurfaceType
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...]
H A DteglNegativePartialUpdateTests.cpp55 SURFACETYPE_WINDOW = 0, enumerator in enum:deqp::egl::__anon4896::NegativePartialUpdateTest::SurfaceType
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/
H A DgluRenderConfig.hpp54 SURFACETYPE_WINDOW, //!< Native window. enumerator in enum:glu::RenderConfig::SurfaceType
H A DgluRenderConfig.cpp147 case tcu::SURFACETYPE_WINDOW: config->surfaceType = RenderConfig::SURFACETYPE_WINDOW; break;
/external/deqp/framework/common/
H A DtcuCommandLine.hpp68 SURFACETYPE_WINDOW = 0, //!< Native window. enumerator in enum:tcu::SurfaceType
H A DtcuCommandLine.cpp131 { "window", SURFACETYPE_WINDOW },
/external/deqp/framework/platform/lnx/X11/
H A DtcuLnxX11GlxPlatform.cpp470 case RenderConfig::SURFACETYPE_WINDOW:
505 if (renderCfg.surfaceType == RenderConfig::SURFACETYPE_WINDOW &&
650 surfaceType = RenderConfig::SURFACETYPE_WINDOW;
658 case RenderConfig::SURFACETYPE_WINDOW:
/external/deqp/framework/platform/win32/
H A DtcuWGLContextFactory.cpp100 if (config.surfaceType != glu::RenderConfig::SURFACETYPE_WINDOW &&
/external/deqp/framework/platform/ios/
H A DtcuIOSPlatform.mm82 else if (config.surfaceType == glu::RenderConfig::SURFACETYPE_WINDOW)
/external/deqp/framework/egl/
H A DegluGLUtil.cpp223 case glu::RenderConfig::SURFACETYPE_WINDOW: requiredSurface = EGL_WINDOW_BIT; break;
H A DegluGLContextFactory.cpp333 surfaceType = glu::RenderConfig::SURFACETYPE_WINDOW;
344 case glu::RenderConfig::SURFACETYPE_WINDOW:
/external/deqp/framework/platform/surfaceless/
H A DtcuSurfacelessPlatform.cpp304 case glu::RenderConfig::SURFACETYPE_WINDOW:
/external/deqp/external/openglcts/modules/runner/
H A DglcTestRunner.cpp85 if (config.surfaceTypes & SURFACETYPE_WINDOW)
358 if ((*cfgIter).surfaceTypes & SURFACETYPE_WINDOW)
/external/deqp/external/openglcts/modules/gl/
H A Dgl4cKHRDebugTests.cpp196 if (commandLine.getSurfaceType() == tcu::SURFACETYPE_WINDOW)
220 if (commandLine.getSurfaceType() == tcu::SURFACETYPE_WINDOW)

Completed in 1283 milliseconds