Searched refs:GrGLConvexPolyEffect (Results 1 – 1 of 1) sorted by relevance
179 class GrGLConvexPolyEffect : public GrGLFragmentProcessor { class181 GrGLConvexPolyEffect(const GrProcessor&);200 GrGLConvexPolyEffect::GrGLConvexPolyEffect(const GrProcessor&) { in GrGLConvexPolyEffect() function in GrGLConvexPolyEffect204 void GrGLConvexPolyEffect::emitCode(GrGLFPBuilder* builder, in emitCode()246 void GrGLConvexPolyEffect::setData(const GrGLProgramDataManager& pdman, const GrProcessor& effect) { in setData()255 void GrGLConvexPolyEffect::GenKey(const GrProcessor& processor, const GrGLSLCaps&, in GenKey()331 GrGLConvexPolyEffect::GenKey(*this, caps, b); in getGLProcessorKey()335 return SkNEW_ARGS(GrGLConvexPolyEffect, (*this)); in createGLInstance()