Searched refs:srcFramebufferRotation (Results 1 – 3 of 3) sorted by relevance
| /external/angle/src/libANGLE/renderer/vulkan/ |
| D | FramebufferVk.cpp | 964 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, ¶ms); in blit() 1260 AdjustBlitResolveParametersForPreRotation(rotation, srcFramebufferRotation, ¶ms); in blit()
|
| D | TextureVk.h | 415 SurfaceRotation srcFramebufferRotation);
|
| D | TextureVk.cpp | 1061 SurfaceRotation srcFramebufferRotation) in copySubImageImplWithDraw() argument 1069 switch (srcFramebufferRotation) in copySubImageImplWithDraw() 1122 params.srcRotation = srcFramebufferRotation; in copySubImageImplWithDraw()
|