Searched refs:GrGLPathRange (Results 1 – 5 of 5) sorted by relevance
/external/skia/src/gpu/gl/ |
D | GrGLPathRange.cpp | 13 GrGLPathRange::GrGLPathRange(GrGLGpu* gpu, PathGenerator* pathGenerator, const GrStyle& style) in GrGLPathRange() function in GrGLPathRange 22 GrGLPathRange::GrGLPathRange(GrGLGpu* gpu, in GrGLPathRange() function in GrGLPathRange 35 void GrGLPathRange::init() { in init() 53 void GrGLPathRange::onInitPath(int index, const SkPath& origSkPath) const { in onInitPath() 94 void GrGLPathRange::onRelease() { in onRelease() 106 void GrGLPathRange::onAbandon() { in onAbandon()
|
D | GrGLPathRange.h | 23 class GrGLPathRange : public GrPathRange { 29 GrGLPathRange(GrGLGpu*, PathGenerator*, const GrStyle&); 36 GrGLPathRange(GrGLGpu*,
|
D | GrGLPathRendering.cpp | 115 return sk_make_sp<GrGLPathRange>(this->gpu(), pathGenerator, style); in createPathRange() 190 const GrGLPathRange* glPathRange = static_cast<const GrGLPathRange*>(pathRange); in onDrawPaths()
|
/external/skia/gn/ |
D | gpu.gni | 416 "$_src/gpu/gl/GrGLPathRange.cpp", 417 "$_src/gpu/gl/GrGLPathRange.h",
|
/external/skia/ |
D | Android.bp | 475 "src/gpu/gl/GrGLPathRange.cpp",
|