Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DFramebufferVk.h218 angle::Result updateColorAttachment(const gl::Context *context, uint32_t colorIndex);
DFramebufferVk.cpp1645 angle::Result FramebufferVk::updateColorAttachment(const gl::Context *context, in updateColorAttachment() function in rx::FramebufferVk
1849 ANGLE_TRY(updateColorAttachment(context, colorIndexGL)); in syncState()