Home
last modified time | relevance | path

Searched refs:GrGLPathRange (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/gpu/gl/
DGrGLPathRange.cpp13 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()
DGrGLPathRange.h23 class GrGLPathRange : public GrPathRange {
29 GrGLPathRange(GrGLGpu*, PathGenerator*, const GrStyle&);
36 GrGLPathRange(GrGLGpu*,
DGrGLPathRendering.cpp115 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/
Dgpu.gni416 "$_src/gpu/gl/GrGLPathRange.cpp",
417 "$_src/gpu/gl/GrGLPathRange.h",
/external/skia/
DAndroid.bp475 "src/gpu/gl/GrGLPathRange.cpp",