Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DFramebufferVk.cpp965 SurfaceRotation srcFramebufferRotation = contextVk->getRotationReadFramebuffer(); in blit() local
970 ASSERT((srcFramebufferRotation == SurfaceRotation::Identity) || in blit()
972 EarlyAdjustFlipYForPreRotation(srcFramebufferRotation, &rotation, &srcFramebufferFlippedY); in blit()
1074 if (srcFramebufferRotation == rotation) in blit()
1076 AdjustBlitAreaForPreRotation(srcFramebufferRotation, sourceAreaOld, in blit()
1078 AdjustDimensionsAndFlipForPreRotation(srcFramebufferRotation, &srcFramebufferDimensions, in blit()
1082 if (srcFramebufferRotation == SurfaceRotation::Rotated90Degrees) in blit()
1163 AdjustBlitResolveParametersForPreRotation(rotation, srcFramebufferRotation, &params); in blit()
1267 AdjustBlitResolveParametersForPreRotation(rotation, srcFramebufferRotation, &params); in blit()
DTextureVk.h427 SurfaceRotation srcFramebufferRotation);
DTextureVk.cpp1102 SurfaceRotation srcFramebufferRotation) in copySubImageImplWithDraw() argument
1110 switch (srcFramebufferRotation) in copySubImageImplWithDraw()
1163 params.srcRotation = srcFramebufferRotation; in copySubImageImplWithDraw()