Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuCommandLine.hpp57 WINDOWVISIBILITY_HIDDEN, enumerator
DtcuCommandLine.cpp124 { "hidden", WINDOWVISIBILITY_HIDDEN } in registerOptions()
/external/deqp/framework/opengl/
DgluRenderConfig.cpp175 case tcu::WINDOWVISIBILITY_HIDDEN: return RenderConfig::VISIBILITY_HIDDEN; in parseWindowVisibility()
/external/deqp/framework/egl/
DegluUtil.cpp366 case tcu::WINDOWVISIBILITY_HIDDEN: return WindowParams::VISIBILITY_HIDDEN; in getWindowVisibility()