Home
last modified time | relevance | path

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

/external/skia/src/gpu/effects/
DGrConvexPolyEffect.cpp179 class GrGLConvexPolyEffect : public GrGLFragmentProcessor { class
181 GrGLConvexPolyEffect(const GrProcessor&);
200 GrGLConvexPolyEffect::GrGLConvexPolyEffect(const GrProcessor&) { in GrGLConvexPolyEffect() function in GrGLConvexPolyEffect
204 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()