HomeSort by relevance Sort by last modified time
    Searched refs:numTotalFragmentProcessors (Results 1 - 3 of 3) sorted by null

  /external/skia/src/gpu/
GrPaint.h 124 int numTotalFragmentProcessors() const { return this->numColorFragmentProcessors() +
GrProcessorSet.cpp 24 fFragmentProcessors.reset(paint.numTotalFragmentProcessors());
GrRenderTargetContext.cpp 365 if (!paint.numTotalFragmentProcessors() && clip.isRRect(r, &rrect, &aa) && !rrect.isRect()) {
    [all...]

Completed in 92 milliseconds