Searched refs:getRotationDrawFramebuffer (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/ |
H A D | FramebufferVk.cpp | 416 RotateRectangle(contextVk->getRotationDrawFramebuffer(), in invalidateSub() 1195 SurfaceRotation dstFramebufferRotation = contextVk->getRotationDrawFramebuffer(); in blit() 3773 RotateRectangle(contextVk->getRotationDrawFramebuffer(), invertViewport, renderArea.width, in getRotatedScissoredRenderArea()
|
H A D | ContextVk.h | 279 SurfaceRotation getRotationDrawFramebuffer() const;
|
H A D | ContextVk.cpp | 4945 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()
|