Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkWsiUtil.cpp573 MONITORINFO monitorInfo; in getFullScreenSize() local
574 monitorInfo.cbSize = sizeof(MONITORINFO); in getFullScreenSize()
575 GetMonitorInfo(hMonitor, &monitorInfo); in getFullScreenSize()
576 result.x() = deUint32(abs(monitorInfo.rcMonitor.right - monitorInfo.rcMonitor.left)); in getFullScreenSize()
577 result.y() = deUint32(abs(monitorInfo.rcMonitor.top - monitorInfo.rcMonitor.bottom)); in getFullScreenSize()