Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DUtilsVk.h151 SurfaceRotation srcRotation; member
DUtilsVk.cpp2672 switch (params.srcRotation) in copyImage()
2736 if ((params.srcRotation == SurfaceRotation::Rotated90Degrees) || in copyImage()
2737 (params.srcRotation == SurfaceRotation::Rotated270Degrees)) in copyImage()
DTextureVk.cpp1122 params.srcRotation = srcFramebufferRotation; in copySubImageImplWithDraw()