Searched refs:srcFramebufferRotation (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/ |
H A D | FramebufferVk.cpp | 1194 SurfaceRotation srcFramebufferRotation = contextVk->getRotationReadFramebuffer(); in blit() local 1199 ASSERT((srcFramebufferRotation == SurfaceRotation::Identity) || in blit() 1201 EarlyAdjustFlipYForPreRotation(srcFramebufferRotation, &rotation, &srcFramebufferFlippedY); in blit() 1303 if (srcFramebufferRotation == rotation) in blit() 1305 AdjustBlitAreaForPreRotation(srcFramebufferRotation, sourceAreaOld, in blit() 1307 AdjustDimensionsAndFlipForPreRotation(srcFramebufferRotation, &srcFramebufferDimensions, in blit() 1311 if (srcFramebufferRotation == SurfaceRotation::Rotated90Degrees) in blit() 1407 AdjustBlitResolveParametersForPreRotation(rotation, srcFramebufferRotation, ¶ms); in blit() 1591 AdjustBlitResolveParametersForPreRotation(rotation, srcFramebufferRotation, in blit()
|
H A D | TextureVk.h | 535 SurfaceRotation srcFramebufferRotation);
|
H A D | TextureVk.cpp | 1725 SurfaceRotation srcFramebufferRotation) in copySubImageImplWithDraw() argument 1733 switch (srcFramebufferRotation) in copySubImageImplWithDraw() 1787 params.srcRotation = srcFramebufferRotation; in copySubImageImplWithDraw()
|