Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DSecondaryCommandBuffer.h500 void bindGraphicsPipeline(const Pipeline &pipeline);
915 ANGLE_INLINE void SecondaryCommandBuffer::bindGraphicsPipeline(const Pipeline &pipeline) in bindGraphicsPipeline() function
Dvk_wrapper.h209 void bindGraphicsPipeline(const Pipeline &pipeline);
1179 ANGLE_INLINE void CommandBuffer::bindGraphicsPipeline(const Pipeline &pipeline)
DUtilsVk.cpp1494 commandBuffer->bindGraphicsPipeline(helper->getPipeline()); in setupProgram()
DContextVk.cpp1489 mRenderPassCommandBuffer->bindGraphicsPipeline(mCurrentGraphicsPipeline->getPipeline()); in handleDirtyGraphicsPipelineBinding()