HomeSort by relevance Sort by last modified time
    Searched refs:GrGLConicEffect (Results 1 - 2 of 2) sorted by null

  /external/skia/src/gpu/effects/
GrBezierEffect.cpp 18 class GrGLConicEffect : public GrGLSLGeometryProcessor {
20 GrGLConicEffect(const GrGeometryProcessor&);
71 GrGLConicEffect::GrGLConicEffect(const GrGeometryProcessor& processor)
77 void GrGLConicEffect::onEmitCode(EmitArgs& args, GrGPArgs* gpArgs) {
230 void GrGLConicEffect::GenKey(const GrGeometryProcessor& gp,
248 GrGLConicEffect::GenKey(*this, caps, b);
252 return new GrGLConicEffect(*this);
    [all...]
GrBezierEffect.h 57 class GrGLConicEffect;

Completed in 622 milliseconds