Home | History | Annotate | Download | only in gpu

Lines Matching defs:GrPathProcessor

8 #include "GrPathProcessor.h"
20 static void GenKey(const GrPathProcessor& pathProc,
28 const GrPathProcessor& pathProc = args.fGP.cast<GrPathProcessor>();
75 const GrPathProcessor& pathProc = primProc.cast<GrPathProcessor>();
116 GrPathProcessor::GrPathProcessor(GrColor color,
122 this->initClassID<GrPathProcessor>();
125 void GrPathProcessor::getGLSLProcessorKey(const GrShaderCaps& caps,
130 GrGLSLPrimitiveProcessor* GrPathProcessor::createGLSLInstance(const GrShaderCaps& caps) const {