Searched refs:rotatedExtents (Results 1 – 1 of 1) sorted by relevance
1009 gl::Extents rotatedExtents = extents; in createSwapChain() local1019 std::swap(rotatedExtents.width, rotatedExtents.height); in createSwapChain()1045 swapchainInfo.imageExtent.width = std::max(rotatedExtents.width, 1); in createSwapChain()1046 swapchainInfo.imageExtent.height = std::max(rotatedExtents.height, 1); in createSwapChain()1086 gl_vk::GetExtent(rotatedExtents, &vkExtents); in createSwapChain()1834 const gl::Extents rotatedExtents = mColorRenderTarget.getRotatedExtents(); in getCurrentFramebuffer() local1849 framebufferInfo.width = static_cast<uint32_t>(rotatedExtents.width); in getCurrentFramebuffer()1850 framebufferInfo.height = static_cast<uint32_t>(rotatedExtents.height); in getCurrentFramebuffer()