Home
last modified time | relevance | path

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

/third_party/skia/experimental/graphite/src/
DCommandBuffer.cpp39 void CommandBuffer::bindGraphicsPipeline(sk_sp<GraphicsPipeline> graphicsPipeline) { in bindGraphicsPipeline() function in skgpu::CommandBuffer
/third_party/skia/m133/src/gpu/graphite/dawn/
DDawnCommandBuffer.cpp654 bool DawnCommandBuffer::bindGraphicsPipeline(const GraphicsPipeline* graphicsPipeline) { in bindGraphicsPipeline() function in skgpu::graphite::DawnCommandBuffer
/third_party/skia/m133/src/gpu/graphite/vk/
DVulkanCommandBuffer.cpp951 void VulkanCommandBuffer::bindGraphicsPipeline(const GraphicsPipeline* graphicsPipeline) { in bindGraphicsPipeline() function in skgpu::graphite::VulkanCommandBuffer
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DSecondaryCommandBuffer.h942 ANGLE_INLINE void SecondaryCommandBuffer::bindGraphicsPipeline(const Pipeline &pipeline) in bindGraphicsPipeline() function