Searched refs:numColorFragmentProcessors (Results 1 – 12 of 12) sorted by relevance
26 for (int i = 0; i < paint.numColorFragmentProcessors(); ++i) { in GrPipelineBuilder()64 int m = fPipelineBuilder->numColorFragmentProcessors() - fColorEffectCnt; in set()81 fColorEffectCnt = pipelineBuilder->numColorFragmentProcessors(); in set()
99 pipeline->fNumColorProcessors = builder.numColorFragmentProcessors() - firstColorProcessorIdx; in CreateAt()104 for (int i = firstColorProcessorIdx; i < builder.numColorFragmentProcessors(); in CreateAt()191 *firstColorProcessorIdx = pipelineBuilder.numColorFragmentProcessors(); in adjustProgramFromOptimizations()
103 int numColorFragmentProcessors() const { return fNumColorProcessors; } in numColorFragmentProcessors() function120 SkASSERT(idx < this->numColorFragmentProcessors()); in getColorFragmentProcessor()
54 int numColorFragmentProcessors() const { return fColorFragmentProcessors.count(); } in numColorFragmentProcessors() function56 int numFragmentProcessors() const { return this->numColorFragmentProcessors() + in numFragmentProcessors()
49 this->numColorFragmentProcessors(), fColor, in isConstantBlendedColor()
521 pipelineBuilder->numColorFragmentProcessors()); in installPipelineInDrawBatch()
503 if (skPaint.isDither() && grPaint->numColorFragmentProcessors() > 0) { in skpaint_to_grpaint_impl()
97 int numColorFragmentProcessors() const { return fColorFragmentProcessors.count(); } in numColorFragmentProcessors() function99 int numTotalFragmentProcessors() const { return this->numColorFragmentProcessors() + in numTotalFragmentProcessors()
54 this->emitAndInstallFragProcs(0, this->pipeline().numColorFragmentProcessors(), inputColor); in emitAndInstallProcs()55 this->emitAndInstallFragProcs(this->pipeline().numColorFragmentProcessors(), numProcs, in emitAndInstallProcs()
75 for (int i = 0; i < this->pipeline()->numColorFragmentProcessors(); i++) { in dumpInfo()
151 header->fColorEffectCnt = pipeline.numColorFragmentProcessors(); in Build()
164 header->fColorEffectCnt = pipeline.numColorFragmentProcessors(); in Build()