Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DFramebufferVk.cpp966 SurfaceRotation dstFramebufferRotation = contextVk->getRotationDrawFramebuffer(); in blit() local
971 (dstFramebufferRotation == SurfaceRotation::Identity)); in blit()
973 EarlyAdjustFlipYForPreRotation(dstFramebufferRotation, &rotation, &dstFramebufferFlippedY); in blit()
991 AdjustBlitAreaForPreRotation(dstFramebufferRotation, clippedSourceArea, in blit()
998 AdjustBlitAreaForPreRotation(dstFramebufferRotation, destArea, dstFramebufferDimensions, in blit()
1032 if (dstFramebufferRotation != SurfaceRotation::Identity) in blit()
1035 AdjustBlitAreaForPreRotation(dstFramebufferRotation, originalSrcClippedDestArea, in blit()
1081 SurfaceRotation rememberDestFramebufferRotation = dstFramebufferRotation; in blit()
1084 dstFramebufferRotation = rotation; in blit()
1086 AdjustBlitAreaForPreRotation(dstFramebufferRotation, destAreaOld, dstFramebufferDimensions, in blit()
[all …]