Lines Matching refs:GrGeometryProcessor
191 static sk_sp<GrGeometryProcessor> make_dash_gp(const SkPMColor4f&,
328 sk_sp<GrGeometryProcessor> gp; in onPrepareDraws()
755 class DashingCircleEffect : public GrGeometryProcessor {
759 static sk_sp<GrGeometryProcessor> Make(const SkPMColor4f&,
794 typedef GrGeometryProcessor INHERITED;
805 static inline void GenKey(const GrGeometryProcessor&,
891 void GLDashingCircleEffect::GenKey(const GrGeometryProcessor& gp, in GenKey()
903 sk_sp<GrGeometryProcessor> DashingCircleEffect::Make(const SkPMColor4f& color, in Make()
907 return sk_sp<GrGeometryProcessor>( in Make()
938 sk_sp<GrGeometryProcessor> DashingCircleEffect::TestCreate(GrProcessorTestData* d) { in TestCreate()
959 class DashingLineEffect : public GrGeometryProcessor {
963 static sk_sp<GrGeometryProcessor> Make(const SkPMColor4f&,
999 typedef GrGeometryProcessor INHERITED;
1010 static inline void GenKey(const GrGeometryProcessor&,
1108 void GLDashingLineEffect::GenKey(const GrGeometryProcessor& gp, in GenKey()
1120 sk_sp<GrGeometryProcessor> DashingLineEffect::Make(const SkPMColor4f& color, in Make()
1124 return sk_sp<GrGeometryProcessor>( in Make()
1155 sk_sp<GrGeometryProcessor> DashingLineEffect::TestCreate(GrProcessorTestData* d) { in TestCreate()
1165 static sk_sp<GrGeometryProcessor> make_dash_gp(const SkPMColor4f& color, in make_dash_gp()