Searched refs:dstFramebufferRotation (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/ |
H A D | FramebufferVk.cpp | 1195 SurfaceRotation dstFramebufferRotation = contextVk->getRotationDrawFramebuffer(); in blit() local 1200 (dstFramebufferRotation == SurfaceRotation::Identity)); in blit() 1202 EarlyAdjustFlipYForPreRotation(dstFramebufferRotation, &rotation, &dstFramebufferFlippedY); in blit() 1220 AdjustBlitAreaForPreRotation(dstFramebufferRotation, clippedSourceArea, in blit() 1227 AdjustBlitAreaForPreRotation(dstFramebufferRotation, destArea, dstFramebufferDimensions, in blit() 1261 if (dstFramebufferRotation != SurfaceRotation::Identity) in blit() 1264 AdjustBlitAreaForPreRotation(dstFramebufferRotation, originalSrcClippedDestArea, in blit() 1310 SurfaceRotation rememberDestFramebufferRotation = dstFramebufferRotation; in blit() 1313 dstFramebufferRotation = rotation; in blit() 1315 AdjustBlitAreaForPreRotation(dstFramebufferRotation, destAreaOld, dstFramebufferDimensions, in blit() [all …]
|