Searched refs:VISIBILITY_VISIBLE (Results 1 – 13 of 13) sorted by relevance
/third_party/vk-gl-cts/framework/opengl/ |
D | gluRenderConfig.hpp | 64 VISIBILITY_VISIBLE, enumerator 99 , windowVisibility (VISIBILITY_VISIBLE) in RenderConfig()
|
D | gluRenderConfig.cpp | 176 case tcu::WINDOWVISIBILITY_WINDOWED: return RenderConfig::VISIBILITY_VISIBLE; in parseWindowVisibility()
|
/third_party/vk-gl-cts/framework/egl/ |
D | egluNativeWindow.hpp | 47 VISIBILITY_VISIBLE, enumerator
|
D | egluGLContextFactory.cpp | 222 case RenderConfig::VISIBILITY_VISIBLE: return WindowParams::VISIBILITY_VISIBLE; in getNativeWindowVisibility()
|
D | egluUtil.cpp | 433 case tcu::WINDOWVISIBILITY_WINDOWED: return WindowParams::VISIBILITY_VISIBLE; in getWindowVisibility()
|
/third_party/vk-gl-cts/framework/platform/win32/ |
D | tcuWin32EGLNativeDisplayFactory.cpp | 255 case eglu::WindowParams::VISIBILITY_VISIBLE: in setVisibility() 259 m_curVisibility = eglu::WindowParams::VISIBILITY_VISIBLE; in setVisibility()
|
D | tcuWGLContextFactory.cpp | 138 if (config.windowVisibility != glu::RenderConfig::VISIBILITY_VISIBLE && in WGLContext()
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/deqp_support/ |
D | tcuANGLENativeDisplayFactory.cpp | 296 case eglu::WindowParams::VISIBILITY_VISIBLE: in setVisibility()
|
/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/ |
D | tcuANGLENativeDisplayFactory.cpp | 320 case eglu::WindowParams::VISIBILITY_VISIBLE: in setVisibility()
|
/third_party/vk-gl-cts/modules/egl/ |
D | teglSwapBuffersTests.cpp | 292 …, display, config, DE_NULL, eglu::WindowParams(128, 128, eglu::WindowParams::VISIBILITY_VISIBLE))); in executeForConfig()
|
D | teglNativeCoordMappingTests.cpp | 567 …play, config, DE_NULL, eglu::WindowParams(width, height, eglu::WindowParams::VISIBILITY_VISIBLE))); in executeForConfig()
|
D | teglNativeColorMappingTests.cpp | 535 …play, config, DE_NULL, eglu::WindowParams(width, height, eglu::WindowParams::VISIBILITY_VISIBLE))); in executeForConfig()
|
D | teglGetFrameTimestampsTests.cpp | 505 …, display, config, DE_NULL, eglu::WindowParams(128, 128, eglu::WindowParams::VISIBILITY_VISIBLE))); in executeForConfig()
|