Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkRasterPipeline.cpp465 int stagesNeeded = this->stages_needed(); in run() local
468 AutoSTMalloc<32, SkRasterPipelineStage> program(stagesNeeded); in run()
470 auto start_pipeline = this->build_pipeline(program.get() + stagesNeeded); in run()
479 int stagesNeeded = this->stages_needed(); in compile() local
481 SkRasterPipelineStage* program = fAlloc->makeArray<SkRasterPipelineStage>(stagesNeeded); in compile()
483 auto start_pipeline = this->build_pipeline(program + stagesNeeded); in compile()