Home
last modified time | relevance | path

Searched refs:GrGLPath (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/gpu/gl/
DGrGLPathRange.cpp65 GrGLPath::InitPathObjectEmptyPath(gpu, fBasePathID + index); in onInitPath()
67 GrGLPath::InitPathObjectPathData(gpu, fBasePathID + index, origSkPath); in onInitPath()
68 GrGLPath::InitPathObjectStroke(gpu, fBasePathID + index, fStyle.strokeRec()); in onInitPath()
88 GrGLPath::InitPathObjectPathData(gpu, fBasePathID + index, *skPath); in onInitPath()
DGrGLPath.cpp211 bool GrGLPath::InitPathObjectPathDataCheckingDegenerates(GrGLGpu* gpu, GrGLuint pathID, in InitPathObjectPathDataCheckingDegenerates()
216 void GrGLPath::InitPathObjectPathData(GrGLGpu* gpu, in InitPathObjectPathData()
255 void GrGLPath::InitPathObjectStroke(GrGLGpu* gpu, GrGLuint pathID, const SkStrokeRec& stroke) { in InitPathObjectStroke()
268 void GrGLPath::InitPathObjectEmptyPath(GrGLGpu* gpu, GrGLuint pathID) { in InitPathObjectEmptyPath()
272 GrGLPath::GrGLPath(GrGLGpu* gpu, const SkPath& origSkPath, const GrStyle& style) in GrGLPath() function in GrGLPath
332 void GrGLPath::onRelease() { in onRelease()
341 void GrGLPath::onAbandon() { in onAbandon()
DGrGLPath.h23 class GrGLPath : public GrPath {
36 GrGLPath(GrGLGpu*, const SkPath&, const GrStyle&);
DGrGLPathRendering.cpp110 return sk_make_sp<GrGLPath>(this->gpu(), inPath, style); in createPath()
130 const GrGLPath* glPath = static_cast<const GrGLPath*>(path); in onStencilPath()
154 const GrGLPath* glPath = static_cast<const GrGLPath*>(path); in onDrawPath()
/external/skia/gn/
Dgpu.gni414 "$_src/gpu/gl/GrGLPath.cpp",
415 "$_src/gpu/gl/GrGLPath.h",
/external/skia/
DAndroid.bp474 "src/gpu/gl/GrGLPath.cpp",