Home
last modified time | relevance | path

Searched refs:getColorFragmentProcessor (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/gpu/
DGrPaint.h91 GrFragmentProcessor* getColorFragmentProcessor() const { in getColorFragmentProcessor() function
DGrFragmentProcessor.cpp500 fFPStack.push_back(paint.getColorFragmentProcessor()); in CIter()
/external/skqp/src/gpu/
DGrPaint.h97 GrFragmentProcessor* getColorFragmentProcessor(int i) const { in getColorFragmentProcessor() function
DGrPipeline.h146 const GrFragmentProcessor& getColorFragmentProcessor(int idx) const { in getColorFragmentProcessor() function
DGrFragmentProcessor.cpp490 fFPStack.push_back(paint.getColorFragmentProcessor(i)); in Iter()