Home
last modified time | relevance | path

Searched refs:WINDOWVISIBILITY_HIDDEN (Results 1 – 4 of 4) sorted by relevance

/third_party/vk-gl-cts/framework/common/
DtcuCommandLine.hpp60 WINDOWVISIBILITY_HIDDEN, enumerator
DtcuCommandLine.cpp162 { "hidden", WINDOWVISIBILITY_HIDDEN } in registerOptions()
/third_party/vk-gl-cts/framework/opengl/
DgluRenderConfig.cpp175 case tcu::WINDOWVISIBILITY_HIDDEN: return RenderConfig::VISIBILITY_HIDDEN; in parseWindowVisibility()
/third_party/vk-gl-cts/framework/egl/
DegluUtil.cpp435 case tcu::WINDOWVISIBILITY_HIDDEN: return WindowParams::VISIBILITY_HIDDEN; in getWindowVisibility()