Searched refs:kSurfaceSizedBySwapchain (Results 1 – 1 of 1) sorted by relevance
35 constexpr uint32_t kSurfaceSizedBySwapchain = 0xFFFFFFFFu; variable639 if (mSurfaceCaps.currentExtent.width == kSurfaceSizedBySwapchain) in initializeImpl()641 ASSERT(mSurfaceCaps.currentExtent.height == kSurfaceSizedBySwapchain); in initializeImpl()1159 if (surfaceCaps->currentExtent.width == kSurfaceSizedBySwapchain) in queryAndAdjustSurfaceCaps()1161 ASSERT(surfaceCaps->currentExtent.height == kSurfaceSizedBySwapchain); in queryAndAdjustSurfaceCaps()1744 if (mSurfaceCaps.currentExtent.width == kSurfaceSizedBySwapchain) in getUserWidth()1756 ASSERT(surfaceCaps.currentExtent.width != kSurfaceSizedBySwapchain); in getUserWidth()1766 if (mSurfaceCaps.currentExtent.height == kSurfaceSizedBySwapchain) in getUserHeight()1778 ASSERT(surfaceCaps.currentExtent.height != kSurfaceSizedBySwapchain); in getUserHeight()