Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DRenderTargetVk.cpp94 void RenderTargetVk::onColorDraw(ContextVk *contextVk, in onColorDraw() function in rx::RenderTargetVk
101 contextVk->onColorDraw(mImage, mResolveImage, packedAttachmentIndex); in onColorDraw()
DRenderTargetVk.h70 void onColorDraw(ContextVk *contextVk,
DContextVk.h491 void onColorDraw(vk::ImageHelper *image, in onColorDraw() function
DFramebufferVk.cpp2657 colorRenderTarget->onColorDraw(contextVk, mCurrentFramebufferDesc.getLayerCount(), in startNewRenderPass()