Home
last modified time | relevance | path

Searched refs:VISIBILITY_VISIBLE (Results 1 – 13 of 13) sorted by relevance

/third_party/vk-gl-cts/framework/opengl/
DgluRenderConfig.hpp64 VISIBILITY_VISIBLE, enumerator
99 , windowVisibility (VISIBILITY_VISIBLE) in RenderConfig()
DgluRenderConfig.cpp176 case tcu::WINDOWVISIBILITY_WINDOWED: return RenderConfig::VISIBILITY_VISIBLE; in parseWindowVisibility()
/third_party/vk-gl-cts/framework/egl/
DegluNativeWindow.hpp47 VISIBILITY_VISIBLE, enumerator
DegluGLContextFactory.cpp222 case RenderConfig::VISIBILITY_VISIBLE: return WindowParams::VISIBILITY_VISIBLE; in getNativeWindowVisibility()
DegluUtil.cpp433 case tcu::WINDOWVISIBILITY_WINDOWED: return WindowParams::VISIBILITY_VISIBLE; in getWindowVisibility()
/third_party/vk-gl-cts/framework/platform/win32/
DtcuWin32EGLNativeDisplayFactory.cpp255 case eglu::WindowParams::VISIBILITY_VISIBLE: in setVisibility()
259 m_curVisibility = eglu::WindowParams::VISIBILITY_VISIBLE; in setVisibility()
DtcuWGLContextFactory.cpp138 if (config.windowVisibility != glu::RenderConfig::VISIBILITY_VISIBLE && in WGLContext()
/third_party/flutter/skia/third_party/externals/angle2/src/tests/deqp_support/
DtcuANGLENativeDisplayFactory.cpp296 case eglu::WindowParams::VISIBILITY_VISIBLE: in setVisibility()
/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/
DtcuANGLENativeDisplayFactory.cpp320 case eglu::WindowParams::VISIBILITY_VISIBLE: in setVisibility()
/third_party/vk-gl-cts/modules/egl/
DteglSwapBuffersTests.cpp292 …, display, config, DE_NULL, eglu::WindowParams(128, 128, eglu::WindowParams::VISIBILITY_VISIBLE))); in executeForConfig()
DteglNativeCoordMappingTests.cpp567 …play, config, DE_NULL, eglu::WindowParams(width, height, eglu::WindowParams::VISIBILITY_VISIBLE))); in executeForConfig()
DteglNativeColorMappingTests.cpp535 …play, config, DE_NULL, eglu::WindowParams(width, height, eglu::WindowParams::VISIBILITY_VISIBLE))); in executeForConfig()
DteglGetFrameTimestampsTests.cpp505 …, display, config, DE_NULL, eglu::WindowParams(128, 128, eglu::WindowParams::VISIBILITY_VISIBLE))); in executeForConfig()