Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DFramebufferVk.cpp1063 SurfaceRotation srcFramebufferRotation = contextVk->getRotationReadFramebuffer(); in blit() local
1068 ASSERT((srcFramebufferRotation == SurfaceRotation::Identity) || in blit()
1070 EarlyAdjustFlipYForPreRotation(srcFramebufferRotation, &rotation, &srcFramebufferFlippedY); in blit()
1172 if (srcFramebufferRotation == rotation) in blit()
1174 AdjustBlitAreaForPreRotation(srcFramebufferRotation, sourceAreaOld, in blit()
1176 AdjustDimensionsAndFlipForPreRotation(srcFramebufferRotation, &srcFramebufferDimensions, in blit()
1180 if (srcFramebufferRotation == SurfaceRotation::Rotated90Degrees) in blit()
1261 AdjustBlitResolveParametersForPreRotation(rotation, srcFramebufferRotation, &params); in blit()
1378 AdjustBlitResolveParametersForPreRotation(rotation, srcFramebufferRotation, &params); in blit()
DTextureVk.h481 SurfaceRotation srcFramebufferRotation);
DTextureVk.cpp1233 SurfaceRotation srcFramebufferRotation) in copySubImageImplWithDraw() argument
1241 switch (srcFramebufferRotation) in copySubImageImplWithDraw()
1294 params.srcRotation = srcFramebufferRotation; in copySubImageImplWithDraw()