Searched refs:numTotalFragmentProcessors (Results 1 – 3 of 3) sorted by relevance
126 int numTotalFragmentProcessors() const { return this->numColorFragmentProcessors() + in numTotalFragmentProcessors() function
18 fFragmentProcessors.reset(paint.numTotalFragmentProcessors()); in GrProcessorSet()
413 if (!paint.numTotalFragmentProcessors() && clip.isRRect(r, &rrect, &aa) && !rrect.isRect()) { in drawPaint()