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