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