Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DFramebufferVk.cpp389 RotateRectangle(contextVk->getRotationDrawFramebuffer(), in invalidateSub()
1064 SurfaceRotation dstFramebufferRotation = contextVk->getRotationDrawFramebuffer(); in blit()
3185 RotateRectangle(contextVk->getRotationDrawFramebuffer(), invertViewport, renderArea.width, in getRotatedScissoredRenderArea()
DContextVk.h260 SurfaceRotation getRotationDrawFramebuffer() const;
DContextVk.cpp4692 SurfaceRotation ContextVk::getRotationDrawFramebuffer() const in getRotationDrawFramebuffer() function in rx::ContextVk
4857 RotateRectangle(getRotationDrawFramebuffer(), false, fbDimensions.width, fbDimensions.height, in updateViewport()
4919 RotateRectangle(getRotationDrawFramebuffer(), isViewportFlipEnabledForDrawFBO(), in updateScissor()