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