Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DFramebufferVk.cpp964 SurfaceRotation srcFramebufferRotation = contextVk->getRotationReadFramebuffer(); in blit() local
969 ASSERT((srcFramebufferRotation == SurfaceRotation::Identity) || in blit()
971 EarlyAdjustFlipYForPreRotation(srcFramebufferRotation, &rotation, &srcFramebufferFlippedY); in blit()
1073 if (srcFramebufferRotation == rotation) in blit()
1075 AdjustBlitAreaForPreRotation(srcFramebufferRotation, sourceAreaOld, in blit()
1077 AdjustDimensionsAndFlipForPreRotation(srcFramebufferRotation, &srcFramebufferDimensions, in blit()
1081 if (srcFramebufferRotation == SurfaceRotation::Rotated90Degrees) in blit()
1162 AdjustBlitResolveParametersForPreRotation(rotation, srcFramebufferRotation, &params); in blit()
1260 AdjustBlitResolveParametersForPreRotation(rotation, srcFramebufferRotation, &params); in blit()
DTextureVk.h415 SurfaceRotation srcFramebufferRotation);
DTextureVk.cpp1061 SurfaceRotation srcFramebufferRotation) in copySubImageImplWithDraw() argument
1069 switch (srcFramebufferRotation) in copySubImageImplWithDraw()
1122 params.srcRotation = srcFramebufferRotation; in copySubImageImplWithDraw()