Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
Dvk_helpers.cpp3825 mRotatedAspectRatio(other.mRotatedAspectRatio), in ImageHelper()
3860 mRotatedAspectRatio = false; in resetCachedProperties()
4003 mRotatedAspectRatio = rotatedAspectRatio; in initMSAASwapchain()
4029 mRotatedAspectRatio = false; in initExternal()
4204 mRotatedAspectRatio = false; in resetImageWeakReference()
4551 mRotatedAspectRatio = rotatedAspectRatio; in init2DWeakReference()
4595 mRotatedAspectRatio = false; in initStaging()
4730 if (mRotatedAspectRatio) in getRotatedExtents()
4740 if (mRotatedAspectRatio) in getRotatedLevelExtents2D()
Dvk_helpers.h2085 bool mRotatedAspectRatio; variable