Searched refs:SURFACETYPE_WINDOW (Results 1 – 11 of 11) sorted by relevance
/external/deqp/modules/egl/ |
D | teglMakeCurrentPerfTests.cpp | 67 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 …]
|
D | teglNegativePartialUpdateTests.cpp | 55 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/ |
D | gluRenderConfig.cpp | 147 …case tcu::SURFACETYPE_WINDOW: config->surfaceType = RenderConfig::SURFACETYPE_WINDOW; break; in parseRenderConfig()
|
D | gluRenderConfig.hpp | 45 SURFACETYPE_WINDOW, //!< Native window. enumerator
|
/external/deqp/framework/platform/X11/ |
D | tcuX11GlxPlatform.cpp | 407 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/ |
D | tcuCommandLine.hpp | 67 SURFACETYPE_WINDOW = 0, //!< Native window. enumerator
|
D | tcuCommandLine.cpp | 128 { "window", SURFACETYPE_WINDOW }, in registerOptions()
|
/external/deqp/framework/platform/win32/ |
D | tcuWGLContextFactory.cpp | 96 if (config.surfaceType != glu::RenderConfig::SURFACETYPE_WINDOW && in WGLContext()
|
/external/deqp/framework/egl/ |
D | egluGLContextFactory.cpp | 313 surfaceType = glu::RenderConfig::SURFACETYPE_WINDOW; in create() 324 case glu::RenderConfig::SURFACETYPE_WINDOW: in create()
|
D | egluGLUtil.cpp | 179 case glu::RenderConfig::SURFACETYPE_WINDOW: requiredSurface = EGL_WINDOW_BIT; break; in configMatches()
|
/external/deqp/framework/platform/ios/ |
D | tcuIOSPlatform.mm | 82 else if (config.surfaceType == glu::RenderConfig::SURFACETYPE_WINDOW)
|