Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuCommandLine.hpp55 WINDOWVISIBILITY_WINDOWED = 0, enumerator
DtcuCommandLine.cpp122 { "windowed", WINDOWVISIBILITY_WINDOWED }, in registerOptions()
/external/deqp/framework/opengl/
DgluRenderConfig.cpp176 case tcu::WINDOWVISIBILITY_WINDOWED: return RenderConfig::VISIBILITY_VISIBLE; in parseWindowVisibility()
/external/deqp/framework/egl/
DegluUtil.cpp364 case tcu::WINDOWVISIBILITY_WINDOWED: return WindowParams::VISIBILITY_VISIBLE; in getWindowVisibility()