Home
last modified time | relevance | path

Searched refs:getRotationDrawFramebuffer (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DFramebufferVk.cpp416 RotateRectangle(contextVk->getRotationDrawFramebuffer(), in invalidateSub()
1195 SurfaceRotation dstFramebufferRotation = contextVk->getRotationDrawFramebuffer(); in blit()
3773 RotateRectangle(contextVk->getRotationDrawFramebuffer(), invertViewport, renderArea.width, in getRotatedScissoredRenderArea()
H A DContextVk.h279 SurfaceRotation getRotationDrawFramebuffer() const;
H A DContextVk.cpp4945 SurfaceRotation ContextVk::getRotationDrawFramebuffer() const in getRotationDrawFramebuffer() function in rx::ContextVk
5118 RotateRectangle(getRotationDrawFramebuffer(), false, fbDimensions.width, fbDimensions.height, in updateViewport()
5179 RotateRectangle(getRotationDrawFramebuffer(), isViewportFlipEnabledForDrawFBO(), in updateScissor()