Home
last modified time | relevance | path

Searched refs:GrDistanceFieldPathGeoProc (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gpu/effects/
DGrDistanceFieldGeoProc.cpp286 const GrDistanceFieldPathGeoProc& dfTexEffect = args.fGP.cast<GrDistanceFieldPathGeoProc>(); in onEmitCode()
385 const GrDistanceFieldPathGeoProc& dfpgp = proc.cast<GrDistanceFieldPathGeoProc>(); in setData()
401 const GrDistanceFieldPathGeoProc& dfTexEffect = gp.cast<GrDistanceFieldPathGeoProc>(); in GenKey()
421 GrDistanceFieldPathGeoProc::GrDistanceFieldPathGeoProc( in GrDistanceFieldPathGeoProc() function in GrDistanceFieldPathGeoProc
433 this->initClassID<GrDistanceFieldPathGeoProc>(); in GrDistanceFieldPathGeoProc()
444 void GrDistanceFieldPathGeoProc::getGLProcessorKey(const GrBatchTracker& bt, in getGLProcessorKey()
451 GrDistanceFieldPathGeoProc::createGLInstance(const GrBatchTracker& bt, const GrGLSLCaps&) const { in createGLInstance()
455 void GrDistanceFieldPathGeoProc::initBatchTracker(GrBatchTracker* bt, in initBatchTracker()
465 GR_DEFINE_GEOMETRY_PROCESSOR_TEST(GrDistanceFieldPathGeoProc);
467 GrGeometryProcessor* GrDistanceFieldPathGeoProc::TestCreate(SkRandom* random, in TestCreate()
[all …]
DGrDistanceFieldGeoProc.h118 class GrDistanceFieldPathGeoProc : public GrGeometryProcessor {
123 return SkNEW_ARGS(GrDistanceFieldPathGeoProc, (color, viewMatrix, tex, params, flags)); in Create()
126 virtual ~GrDistanceFieldPathGeoProc() {} in ~GrDistanceFieldPathGeoProc()
147 GrDistanceFieldPathGeoProc(GrColor, const SkMatrix& viewMatrix, GrTexture* texture,
/external/skia/src/gpu/
DGrAADistanceFieldPathRenderer.cpp196 GrDistanceFieldPathGeoProc::Create(this->color(), in generateGeometry()