Searched refs:numColorFragmentProcessors (Results 1 – 20 of 20) sorted by relevance
26 if (paint.numColorFragmentProcessors() <= kMaxColorProcessors) { in GrProcessorSet()27 fColorFragmentProcessorCnt = paint.numColorFragmentProcessors(); in GrProcessorSet()100 if (this->numColorFragmentProcessors()) { in dumpProcessors()102 for (int i = 0; i < this->numColorFragmentProcessors(); ++i) { in dumpProcessors()110 for (int i = 0; i < this->numColorFragmentProcessors(); ++i) { in dumpProcessors()223 colorFPsToEliminate = this->numColorFragmentProcessors(); in finalize()
90 int numColorFragmentProcessors() const { return fColorFragmentProcessors.count(); } in numColorFragmentProcessors() function92 int numTotalFragmentProcessors() const { return this->numColorFragmentProcessors() + in numTotalFragmentProcessors()
51 fNumColorProcessors = processors.numColorFragmentProcessors(); in GrPipeline()57 for (int i = 0; i < processors.numColorFragmentProcessors(); ++i, ++currFPIdx) { in GrPipeline()
111 int numColorFragmentProcessors() const { return fNumColorProcessors; } in numColorFragmentProcessors() function147 SkASSERT(idx < this->numColorFragmentProcessors()); in getColorFragmentProcessor()
252 header->fColorFragmentProcessorCnt = pipeline.numColorFragmentProcessors(); in Build()255 if (header->fColorFragmentProcessorCnt != pipeline.numColorFragmentProcessors() || in Build()
69 if (this->numColorFragmentProcessors()) { in isConstantBlendedColor()
35 int numColorFragmentProcessors() const { return fColorFragmentProcessorCnt; } in numColorFragmentProcessors() function
501 if (SkPaintPriv::ShouldDither(skPaint, ct) && grPaint->numColorFragmentProcessors() > 0) { in skpaint_to_grpaint_impl()
489 for (int i = paint.numColorFragmentProcessors() - 1; i >= 0; --i) { in Iter()
27 if (paint.numColorFragmentProcessors() <= kMaxColorProcessors) { in GrProcessorSet()28 fColorFragmentProcessorCnt = paint.numColorFragmentProcessors(); in GrProcessorSet()101 if (this->numColorFragmentProcessors()) { in dumpProcessors()103 for (int i = 0; i < this->numColorFragmentProcessors(); ++i) { in dumpProcessors()111 for (int i = 0; i < this->numColorFragmentProcessors(); ++i) { in dumpProcessors()221 colorFPsToEliminate = this->numColorFragmentProcessors(); in finalize()
80 int numColorFragmentProcessors() const { return fColorFragmentProcessors.count(); } in numColorFragmentProcessors() function82 int numTotalFragmentProcessors() const { return this->numColorFragmentProcessors() + in numTotalFragmentProcessors()
45 fNumColorProcessors = processors.numColorFragmentProcessors(); in GrPipeline()52 for (int i = 0; i < processors.numColorFragmentProcessors(); ++i, ++currFPIdx) { in GrPipeline()
132 int numColorFragmentProcessors() const { return fNumColorProcessors; } in numColorFragmentProcessors() function174 SkASSERT(idx < this->numColorFragmentProcessors()); in getColorFragmentProcessor()
47 if (this->numColorFragmentProcessors()) { in isConstantBlendedColor()
236 header->fColorFragmentProcessorCnt = programInfo.pipeline().numColorFragmentProcessors(); in Build()239 if (header->fColorFragmentProcessorCnt != programInfo.pipeline().numColorFragmentProcessors() || in Build()
344 grPaint->numColorFragmentProcessors() > 0) { in skpaint_to_grpaint_impl()357 if (grPaint->numColorFragmentProcessors()) { in skpaint_to_grpaint_impl()
36 int numColorFragmentProcessors() const { return fColorFragmentProcessorCnt; } in numColorFragmentProcessors() function
402 for (int i = paint.numColorFragmentProcessors() - 1; i >= 0; --i) { in CIter()411 for (int i = set.numColorFragmentProcessors() - 1; i >= 0; --i) { in CIter()
146 if (i == this->pipeline().numColorFragmentProcessors()) { in emitAndInstallFragProcs()
145 if (i == this->pipeline().numColorFragmentProcessors()) { in emitAndInstallFragProcs()