Searched refs:getRotationDrawFramebuffer (Results 1 – 3 of 3) sorted by relevance
/external/angle/src/libANGLE/renderer/vulkan/ |
D | FramebufferVk.cpp | 390 RotateRectangle(contextVk->getRotationDrawFramebuffer(), in invalidateSub() 965 SurfaceRotation destFramebufferRotation = contextVk->getRotationDrawFramebuffer(); in blit() 2763 RotateRectangle(contextVk->getRotationDrawFramebuffer(), invertViewport, renderArea.width, in getRotatedScissoredRenderArea()
|
D | ContextVk.h | 231 SurfaceRotation getRotationDrawFramebuffer() const;
|
D | ContextVk.cpp | 3178 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()
|