Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DFramebufferVk.cpp391 RotateRectangle(contextVk->getRotationDrawFramebuffer(), in invalidateSub()
966 SurfaceRotation dstFramebufferRotation = contextVk->getRotationDrawFramebuffer(); in blit()
2787 RotateRectangle(contextVk->getRotationDrawFramebuffer(), invertViewport, renderArea.width, in getRotatedScissoredRenderArea()
DContextVk.h263 SurfaceRotation getRotationDrawFramebuffer() const;
DContextVk.cpp3382 SurfaceRotation ContextVk::getRotationDrawFramebuffer() const in getRotationDrawFramebuffer() function in rx::ContextVk
3487 RotateRectangle(getRotationDrawFramebuffer(), false, fbDimensions.width, fbDimensions.height, in updateViewport()
3537 RotateRectangle(getRotationDrawFramebuffer(), isViewportFlipEnabledForDrawFBO(), in updateScissor()