Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DFramebufferVk.cpp1677 mCurrentFramebufferDesc.updateColor(colorIndexGL, renderTarget->getDrawSubresourceSerial()); in updateColorAttachment()
1681 mCurrentFramebufferDesc.updateColor(colorIndexGL, in updateColorAttachment()
Dvk_cache_utils.h1190 void updateColor(uint32_t index, ImageOrBufferViewSubresourceSerial serial);
Dvk_cache_utils.cpp2998 void FramebufferDesc::updateColor(uint32_t index, ImageOrBufferViewSubresourceSerial serial) in updateColor() function in rx::vk::FramebufferDesc