Searched refs:bindGraphicsPipeline (Results 1 – 11 of 11) sorted by relevance
85 commandBuffer->bindGraphicsPipeline(std::move(graphicsPipeline)); in DEF_GRAPHITE_TEST_FOR_CONTEXTS()91 commandBuffer->bindGraphicsPipeline(std::move(graphicsPipeline)); in DEF_GRAPHITE_TEST_FOR_CONTEXTS()108 commandBuffer->bindGraphicsPipeline(std::move(graphicsPipeline)); in DEF_GRAPHITE_TEST_FOR_CONTEXTS()149 commandBuffer->bindGraphicsPipeline(std::move(graphicsPipeline)); in DEF_GRAPHITE_TEST_FOR_CONTEXTS()
39 void CommandBuffer::bindGraphicsPipeline(sk_sp<GraphicsPipeline> graphicsPipeline) { in bindGraphicsPipeline() function in skgpu::CommandBuffer
64 void bindGraphicsPipeline(sk_sp<GraphicsPipeline> graphicsPipeline);
379 void bindGraphicsPipeline(const Pipeline &pipeline);670 ANGLE_INLINE void SecondaryCommandBuffer::bindGraphicsPipeline(const Pipeline &pipeline) in bindGraphicsPipeline() function
212 void bindGraphicsPipeline(const Pipeline &pipeline);965 ANGLE_INLINE void CommandBuffer::bindGraphicsPipeline(const Pipeline &pipeline)
597 commandBuffer->bindGraphicsPipeline(helper->getPipeline()); in setupProgram()
675 commandBuffer->bindGraphicsPipeline(mCurrentGraphicsPipeline->getPipeline()); in handleDirtyGraphicsPipeline()
519 void bindGraphicsPipeline(const Pipeline &pipeline);942 ANGLE_INLINE void SecondaryCommandBuffer::bindGraphicsPipeline(const Pipeline &pipeline) in bindGraphicsPipeline() function
205 void bindGraphicsPipeline(const Pipeline &pipeline);1067 ANGLE_INLINE void CommandBuffer::bindGraphicsPipeline(const Pipeline &pipeline)
1482 commandBuffer->bindGraphicsPipeline(helper->getPipeline()); in setupProgram()
1604 mRenderPassCommandBuffer->bindGraphicsPipeline(mCurrentGraphicsPipeline->getPipeline()); in handleDirtyGraphicsPipelineBinding()