Searched defs:GrGLConvexPolyEffect (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/gpu/effects/
H A DGrConvexPolyEffect.cpp179 class GrGLConvexPolyEffect : public GrGLFragmentProcessor { class in inherits:GrGLFragmentProcessor
181 GrGLConvexPolyEffect(const GrProcessor&);
200 GrGLConvexPolyEffect::GrGLConvexPolyEffect(const GrProcessor&) { function in class:GrGLConvexPolyEffect
204 void GrGLConvexPolyEffect::emitCode(GrGLFPBuilder* builder,
246 void GrGLConvexPolyEffect::setData(const GrGLProgramDataManager& pdman, const GrProcessor& effect) {
255 void GrGLConvexPolyEffect::GenKey(const GrProcessor& processor, const GrGLSLCaps&,
331 GrGLConvexPolyEffect::GenKey(*this, caps, b);
335 return SkNEW_ARGS(GrGLConvexPolyEffect, (*this));

Completed in 74 milliseconds