Lines Matching refs:GrCubicEffect
521 const GrCubicEffect& ce = primProc.cast<GrCubicEffect>(); in setData()
550 const GrCubicEffect& ce = processor.cast<GrCubicEffect>(); in GrGLCubicEffect()
556 const GrCubicEffect& gp = args.fGP.cast<GrCubicEffect>(); in onEmitCode()
684 const GrCubicEffect& ce = gp.cast<GrCubicEffect>(); in GenKey()
693 GrCubicEffect::~GrCubicEffect() {} in ~GrCubicEffect()
695 void GrCubicEffect::getGLSLProcessorKey(const GrGLSLCaps& caps, GrProcessorKeyBuilder* b) const { in getGLSLProcessorKey()
699 GrGLSLPrimitiveProcessor* GrCubicEffect::createGLSLInstance(const GrGLSLCaps&) const { in createGLSLInstance()
703 GrCubicEffect::GrCubicEffect(GrColor color, const SkMatrix& viewMatrix, in GrCubicEffect() function in GrCubicEffect
708 this->initClassID<GrCubicEffect>(); in GrCubicEffect()
717 GR_DEFINE_GEOMETRY_PROCESSOR_TEST(GrCubicEffect);
719 const GrGeometryProcessor* GrCubicEffect::TestCreate(GrProcessorTestData* d) { in TestCreate()
725 gp = GrCubicEffect::Create(GrRandomColor(d->fRandom), in TestCreate()