Home
last modified time | relevance | path

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

/external/skqp/src/gpu/ops/
DGrSimpleMeshDrawOpHelper.cpp153 return {target->allocPipeline(args, std::move(*fProcessors), std::move(clip)), in internalMakePipeline()
156 return {target->allocPipeline(args, GrProcessorSet::MakeEmptySet(), std::move(clip)), in internalMakePipeline()
DGrMeshDrawOp.cpp115 return {this->allocPipeline(pipelineArgs, std::move(processorSet), std::move(clip)), in makePipeline()
DGrMeshDrawOp.h145 GrPipeline* allocPipeline(Args&&... args) { in allocPipeline() function
DGrTextureOp.cpp393 target->allocPipeline(args, GrProcessorSet::MakeEmptySet(), std::move(clip)); in onPrepareDraws()