Searched refs:srcFramebufferRotation (Results 1 – 3 of 3) sorted by relevance
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
| D | FramebufferVk.cpp | 965 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, ¶ms); in blit() 1267 AdjustBlitResolveParametersForPreRotation(rotation, srcFramebufferRotation, ¶ms); in blit()
|
| D | TextureVk.h | 427 SurfaceRotation srcFramebufferRotation);
|
| D | TextureVk.cpp | 1102 SurfaceRotation srcFramebufferRotation) in copySubImageImplWithDraw() argument 1110 switch (srcFramebufferRotation) in copySubImageImplWithDraw() 1163 params.srcRotation = srcFramebufferRotation; in copySubImageImplWithDraw()
|