Searched refs:GrGLCubicEffect (Results 1 – 2 of 2) sorted by relevance
481 class GrGLCubicEffect : public GrGLSLGeometryProcessor { class483 GrGLCubicEffect(const GrGeometryProcessor&);521 GrGLCubicEffect::GrGLCubicEffect(const GrGeometryProcessor& processor) in GrGLCubicEffect() function in GrGLCubicEffect527 void GrGLCubicEffect::onEmitCode(EmitArgs& args, GrGPArgs* gpArgs) { in onEmitCode()649 void GrGLCubicEffect::GenKey(const GrGeometryProcessor& gp, in GenKey()663 GrGLCubicEffect::GenKey(*this, caps, b); in getGLSLProcessorKey()667 return new GrGLCubicEffect(*this); in createGLSLInstance()
222 class GrGLCubicEffect; variable