Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrPaint.h124 int numTotalFragmentProcessors() const { return this->numColorFragmentProcessors() + in numTotalFragmentProcessors() function
DGrProcessorSet.cpp24 fFragmentProcessors.reset(paint.numTotalFragmentProcessors()); in GrProcessorSet()
DGrRenderTargetContext.cpp365 if (!paint.numTotalFragmentProcessors() && clip.isRRect(r, &rrect, &aa) && !rrect.isRect()) { in drawPaint()