Searched refs:GrGLCubicEffect (Results 1 – 2 of 2) sorted by relevance
509 class GrGLCubicEffect : public GrGLSLGeometryProcessor { class511 GrGLCubicEffect(const GrGeometryProcessor&);548 GrGLCubicEffect::GrGLCubicEffect(const GrGeometryProcessor& processor) in GrGLCubicEffect() function in GrGLCubicEffect554 void GrGLCubicEffect::onEmitCode(EmitArgs& args, GrGPArgs* gpArgs) { in onEmitCode()681 void GrGLCubicEffect::GenKey(const GrGeometryProcessor& gp, in GenKey()696 GrGLCubicEffect::GenKey(*this, caps, b); in getGLSLProcessorKey()700 return new GrGLCubicEffect(*this); in createGLSLInstance()
219 class GrGLCubicEffect; variable