Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DFramebufferVk.cpp390 RotateRectangle(contextVk->getRotationDrawFramebuffer(), in invalidateSub()
965 SurfaceRotation destFramebufferRotation = contextVk->getRotationDrawFramebuffer(); in blit()
2763 RotateRectangle(contextVk->getRotationDrawFramebuffer(), invertViewport, renderArea.width, in getRotatedScissoredRenderArea()
DContextVk.h231 SurfaceRotation getRotationDrawFramebuffer() const;
DContextVk.cpp3178 SurfaceRotation ContextVk::getRotationDrawFramebuffer() const in getRotationDrawFramebuffer() function in rx::ContextVk
3267 RotateRectangle(getRotationDrawFramebuffer(), false, fbDimensions.width, fbDimensions.height, in updateViewport()
3317 RotateRectangle(getRotationDrawFramebuffer(), isViewportFlipEnabledForDrawFBO(), in updateScissor()