Searched refs:surfaceCaps (Results 1 – 3 of 3) sorted by relevance
42 VkSurfaceCapabilitiesKHR surfaceCaps; in getCurrentWindowSize() local44 vkGetPhysicalDeviceSurfaceCapabilitiesKHR(physicalDevice, mSurface, &surfaceCaps)); in getCurrentWindowSize()45 *extentsOut = gl::Extents(surfaceCaps.currentExtent.width, surfaceCaps.currentExtent.height, 1); in getCurrentWindowSize()
1154 VkSurfaceCapabilitiesKHR *surfaceCaps) in queryAndAdjustSurfaceCaps() argument1158 vkGetPhysicalDeviceSurfaceCapabilitiesKHR(physicalDevice, mSurface, surfaceCaps)); in queryAndAdjustSurfaceCaps()1159 if (surfaceCaps->currentExtent.width == kSurfaceSizedBySwapchain) in queryAndAdjustSurfaceCaps()1161 ASSERT(surfaceCaps->currentExtent.height == kSurfaceSizedBySwapchain); in queryAndAdjustSurfaceCaps()1169 surfaceCaps->currentExtent.width = currentExtents.width; in queryAndAdjustSurfaceCaps()1170 surfaceCaps->currentExtent.height = currentExtents.height; in queryAndAdjustSurfaceCaps()1751 VkSurfaceCapabilitiesKHR surfaceCaps; in getUserWidth() local1752 angle::Result result = getUserExtentsImpl(displayVk, &surfaceCaps); in getUserWidth()1756 ASSERT(surfaceCaps.currentExtent.width != kSurfaceSizedBySwapchain); in getUserWidth()1757 *value = static_cast<EGLint>(surfaceCaps.currentExtent.width); in getUserWidth()[all …]
226 VkSurfaceCapabilitiesKHR *surfaceCaps) const;272 VkSurfaceCapabilitiesKHR *surfaceCaps);