Home
last modified time | relevance | path

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

/external/skia/src/gpu/effects/
DGrBezierEffect.cpp509 class GrGLCubicEffect : public GrGLSLGeometryProcessor { class
511 GrGLCubicEffect(const GrGeometryProcessor&);
548 GrGLCubicEffect::GrGLCubicEffect(const GrGeometryProcessor& processor) in GrGLCubicEffect() function in GrGLCubicEffect
554 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()
DGrBezierEffect.h219 class GrGLCubicEffect; variable