Home
last modified time | relevance | path

Searched refs:getRotationReadFramebuffer (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DFramebufferVk.cpp951 switch (params.rotation = contextVk->getRotationReadFramebuffer()) in readPixels()
1194 SurfaceRotation srcFramebufferRotation = contextVk->getRotationReadFramebuffer(); in blit()
H A DContextVk.h280 SurfaceRotation getRotationReadFramebuffer() const;
H A DTextureVk.cpp1437 contextVk->getRotationReadFramebuffer()); in copySubImageImpl()
H A DContextVk.cpp4950 SurfaceRotation ContextVk::getRotationReadFramebuffer() const in getRotationReadFramebuffer() function in rx::ContextVk