Home
last modified time | relevance | path

Searched defs:graphicsPipeline (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/experimental/graphite/src/
DCommandBuffer.cpp39 void CommandBuffer::bindGraphicsPipeline(sk_sp<GraphicsPipeline> graphicsPipeline) { in bindGraphicsPipeline()
/third_party/skia/tests/graphite/
DCommandBufferTest.cpp84 auto graphicsPipeline = gpu->resourceProvider()->findOrCreateGraphicsPipeline(pipelineDesc); in DEF_GRAPHITE_TEST_FOR_CONTEXTS() local