Home
last modified time | relevance | path

Searched refs:resolveColorWithSubpass (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DFramebufferVk.h208 angle::Result resolveColorWithSubpass(ContextVk *contextVk,
H A DFramebufferVk.cpp1469 ANGLE_TRY(resolveColorWithSubpass(contextVk, params)); in blit()
1957 angle::Result FramebufferVk::resolveColorWithSubpass(ContextVk *contextVk, in resolveColorWithSubpass() function in rx::FramebufferVk