HomeSort by relevance Sort by last modified time
    Searched defs:GrConvexPolyEffect (Results 1 - 4 of 4) sorted by null

  /external/skia/src/gpu/effects/
GrConvexPolyEffect.h 24 class GrConvexPolyEffect : public GrFragmentProcessor {
46 return std::unique_ptr<GrFragmentProcessor>(new GrConvexPolyEffect(edgeType, n, edges));
60 ~GrConvexPolyEffect() override;
73 GrConvexPolyEffect(GrClipEdgeType edgeType, int n, const SkScalar edges[]);
74 GrConvexPolyEffect(const GrConvexPolyEffect&);
GrConvexPolyEffect.cpp 8 #include "GrConvexPolyEffect.h"
37 SkScalar fPrevEdges[3 * GrConvexPolyEffect::kMaxEdges];
42 const GrConvexPolyEffect& cpe = args.fFp.cast<GrConvexPolyEffect>();
73 const GrConvexPolyEffect& cpe = effect.cast<GrConvexPolyEffect>();
83 const GrConvexPolyEffect& cpe = processor.cast<GrConvexPolyEffect>();
91 std::unique_ptr<GrFragmentProcessor> GrConvexPolyEffect::Make(GrClipEdgeType type,
162 std::unique_ptr<GrFragmentProcessor> GrConvexPolyEffect::Make(GrClipEdgeType edgeType
    [all...]
  /external/skqp/src/gpu/effects/
GrConvexPolyEffect.h 24 class GrConvexPolyEffect : public GrFragmentProcessor {
46 return std::unique_ptr<GrFragmentProcessor>(new GrConvexPolyEffect(edgeType, n, edges));
60 ~GrConvexPolyEffect() override;
73 GrConvexPolyEffect(GrClipEdgeType edgeType, int n, const SkScalar edges[]);
74 GrConvexPolyEffect(const GrConvexPolyEffect&);
GrConvexPolyEffect.cpp 8 #include "GrConvexPolyEffect.h"
37 SkScalar fPrevEdges[3 * GrConvexPolyEffect::kMaxEdges];
42 const GrConvexPolyEffect& cpe = args.fFp.cast<GrConvexPolyEffect>();
73 const GrConvexPolyEffect& cpe = effect.cast<GrConvexPolyEffect>();
83 const GrConvexPolyEffect& cpe = processor.cast<GrConvexPolyEffect>();
91 std::unique_ptr<GrFragmentProcessor> GrConvexPolyEffect::Make(GrClipEdgeType type,
162 std::unique_ptr<GrFragmentProcessor> GrConvexPolyEffect::Make(GrClipEdgeType edgeType
    [all...]

Completed in 76 milliseconds