Home
last modified time | relevance | path

Searched defs:numColorFragmentProcessors (Results 1 – 3 of 3) sorted by relevance

/external/skia/include/gpu/
DGrPaint.h97 int numColorFragmentProcessors() const { return fColorFragmentProcessors.count(); } in numColorFragmentProcessors() function
/external/skia/src/gpu/
DGrPipeline.h103 int numColorFragmentProcessors() const { return fNumColorProcessors; } in numColorFragmentProcessors() function
DGrPipelineBuilder.h54 int numColorFragmentProcessors() const { return fColorFragmentProcessors.count(); } in numColorFragmentProcessors() function