Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DSecondaryCommandBuffer.h462 void bindGraphicsPipeline(const Pipeline &pipeline);
806 ANGLE_INLINE void SecondaryCommandBuffer::bindGraphicsPipeline(const Pipeline &pipeline) in bindGraphicsPipeline() function
Dvk_wrapper.h205 void bindGraphicsPipeline(const Pipeline &pipeline);
1100 ANGLE_INLINE void CommandBuffer::bindGraphicsPipeline(const Pipeline &pipeline)
DUtilsVk.cpp764 commandBuffer->bindGraphicsPipeline(helper->getPipeline()); in setupProgram()
DContextVk.cpp1234 commandBuffer->bindGraphicsPipeline(mCurrentGraphicsPipeline->getPipeline()); in handleDirtyGraphicsPipeline()