Searched refs:mPreTransform (Results 1 – 2 of 2) sorted by relevance
451 mPreTransform(VK_SURFACE_TRANSFORM_IDENTITY_BIT_KHR), in WindowSurfaceVk()571 mPreTransform = mSurfaceCaps.currentTransform; in initializeImpl()576 mPreTransform = VK_SURFACE_TRANSFORM_IDENTITY_BIT_KHR; in initializeImpl()577 if ((mSurfaceCaps.supportedTransforms & mPreTransform) == 0) in initializeImpl()579 mPreTransform = mSurfaceCaps.currentTransform; in initializeImpl()816 if (Is90DegreeRotation(mPreTransform)) in createSwapChain()855 swapchainInfo.preTransform = mPreTransform; in createSwapChain()953 mPreTransform = mSurfaceCaps.currentTransform; in checkForOutOfDateSwapchain()1452 if (Is90DegreeRotation(mPreTransform)) in getCurrentFramebuffer()
227 VkSurfaceTransformFlagBitsKHR getPreTransform() { return mPreTransform; } in getPreTransform()278 VkSurfaceTransformFlagBitsKHR mPreTransform; variable