Lines Matching defs:const
18 GrClipEdgeType type, const SkPath& path) {
88 SkString GrConvexPolyEffect::getShaderDfxInfo() const
95 void GrConvexPolyEffect::onAddToKey(const GrShaderCaps& caps, GrProcessorKeyBuilder* b) const {
101 std::unique_ptr<GrFragmentProcessor::ProgramImpl> GrConvexPolyEffect::onMakeProgramImpl() const {
105 const GrConvexPolyEffect& cpe = args.fFp.cast<GrConvexPolyEffect>();
135 void onSetData(const GrGLSLProgramDataManager& pdman,
136 const GrFragmentProcessor& fp) override {
137 const GrConvexPolyEffect& cpe = fp.cast<GrConvexPolyEffect>();
155 const float edges[])
173 GrConvexPolyEffect::GrConvexPolyEffect(const GrConvexPolyEffect& that)
180 std::unique_ptr<GrFragmentProcessor> GrConvexPolyEffect::clone() const {
184 bool GrConvexPolyEffect::onIsEqual(const GrFragmentProcessor& other) const {
185 const GrConvexPolyEffect& cpe = other.cast<GrConvexPolyEffect>();