Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DFramebufferVk.cpp1185 SurfaceRotation srcFramebufferRotation = contextVk->getRotationReadFramebuffer(); in blit() local
1190 ASSERT((srcFramebufferRotation == SurfaceRotation::Identity) || in blit()
1192 EarlyAdjustFlipYForPreRotation(srcFramebufferRotation, &rotation, &srcFramebufferFlippedY); in blit()
1294 if (srcFramebufferRotation == rotation) in blit()
1296 AdjustBlitAreaForPreRotation(srcFramebufferRotation, sourceAreaOld, in blit()
1298 AdjustDimensionsAndFlipForPreRotation(srcFramebufferRotation, &srcFramebufferDimensions, in blit()
1302 if (srcFramebufferRotation == SurfaceRotation::Rotated90Degrees) in blit()
1385 AdjustBlitResolveParametersForPreRotation(rotation, srcFramebufferRotation, &params); in blit()
1581 AdjustBlitResolveParametersForPreRotation(rotation, srcFramebufferRotation, in blit()
DTextureVk.h466 SurfaceRotation srcFramebufferRotation);
DTextureVk.cpp1508 SurfaceRotation srcFramebufferRotation) in copySubImageImplWithDraw() argument
1516 switch (srcFramebufferRotation) in copySubImageImplWithDraw()
1569 params.srcRotation = srcFramebufferRotation; in copySubImageImplWithDraw()