Home
last modified time | relevance | path

Searched refs:SURFACETYPE_WINDOW (Results 1 – 11 of 11) sorted by relevance

/external/deqp/modules/egl/
DteglMakeCurrentPerfTests.cpp67 SURFACETYPE_WINDOW = (1<<1), enumerator
133 if ((surfaceTypes & SURFACETYPE_WINDOW) != 0) in toName()
194 const EGLint surfaceBits = ((m_spec.surfaceTypes & SURFACETYPE_WINDOW) != 0 ? EGL_WINDOW_BIT : 0) in chooseConfig()
217 if ((m_spec.surfaceTypes & SURFACETYPE_WINDOW) != 0) in createSurfaces()
218 types.push_back(SURFACETYPE_WINDOW); in createSurfaces()
239 case SURFACETYPE_WINDOW: in createSurfaces()
561 MakeCurrentPerfCase::SURFACETYPE_WINDOW in init()
591 MakeCurrentPerfCase::SURFACETYPE_WINDOW in init()
628 MakeCurrentPerfCase::SURFACETYPE_WINDOW, in init()
631 …e::SurfaceType)(MakeCurrentPerfCase::SURFACETYPE_PBUFFER |MakeCurrentPerfCase::SURFACETYPE_WINDOW), in init()
[all …]
DteglNegativePartialUpdateTests.cpp55 SURFACETYPE_WINDOW = 0, enumerator
103 if (surfaceType == NegativePartialUpdateTest::SURFACETYPE_WINDOW) in getEGLConfig()
267 …: NegativePartialUpdateTest (context, false, SURFACETYPE_WINDOW, "not_current_surface", "Call set… in NotCurrentSurfaceTest()
361 …: NegativePartialUpdateTest (context, true, SURFACETYPE_WINDOW, "buffer_preserved", "Call setDama… in BufferPreservedTest()
394 …: NegativePartialUpdateTest (context, false, SURFACETYPE_WINDOW, "set_damage_region_twice", "Call… in SetTwiceTest()
429 …: NegativePartialUpdateTest (context, false, SURFACETYPE_WINDOW, "set_damage_region_before_query_a… in NoAgeTest()
460 …: NegativePartialUpdateTest (context, false, SURFACETYPE_WINDOW, "pass_null_0_as_params", "Call s… in PassNullTest()
492 …: NegativePartialUpdateTest (context, false, SURFACETYPE_WINDOW, "not_current_surface2", "Call se… in NotCurrentSurfaceTest2()
/external/deqp/framework/opengl/
DgluRenderConfig.cpp147 …case tcu::SURFACETYPE_WINDOW: config->surfaceType = RenderConfig::SURFACETYPE_WINDOW; break; in parseRenderConfig()
DgluRenderConfig.hpp45 SURFACETYPE_WINDOW, //!< Native window. enumerator
/external/deqp/framework/platform/X11/
DtcuX11GlxPlatform.cpp407 case RenderConfig::SURFACETYPE_WINDOW: in surfaceTypeToDrawableBits()
442 if (renderCfg.surfaceType == RenderConfig::SURFACETYPE_WINDOW && in configMatches()
580 surfaceType = RenderConfig::SURFACETYPE_WINDOW; in createDrawable()
588 case RenderConfig::SURFACETYPE_WINDOW: in createDrawable()
/external/deqp/framework/common/
DtcuCommandLine.hpp67 SURFACETYPE_WINDOW = 0, //!< Native window. enumerator
DtcuCommandLine.cpp128 { "window", SURFACETYPE_WINDOW }, in registerOptions()
/external/deqp/framework/platform/win32/
DtcuWGLContextFactory.cpp96 if (config.surfaceType != glu::RenderConfig::SURFACETYPE_WINDOW && in WGLContext()
/external/deqp/framework/egl/
DegluGLContextFactory.cpp313 surfaceType = glu::RenderConfig::SURFACETYPE_WINDOW; in create()
324 case glu::RenderConfig::SURFACETYPE_WINDOW: in create()
DegluGLUtil.cpp179 case glu::RenderConfig::SURFACETYPE_WINDOW: requiredSurface = EGL_WINDOW_BIT; break; in configMatches()
/external/deqp/framework/platform/ios/
DtcuIOSPlatform.mm82 else if (config.surfaceType == glu::RenderConfig::SURFACETYPE_WINDOW)