Searched refs:GrGLPath (Results 1 – 10 of 10) sorted by relevance
/external/skia/src/gpu/gl/ |
D | GrGLPath.cpp | 211 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()
|
D | GrGLPathRendering.cpp | 83 return sk_make_sp<GrGLPath>(this->gpu(), inPath, style); in createPath() 98 const GrGLPath* glPath = static_cast<const GrGLPath*>(path); in onStencilPath() 125 const GrGLPath* glPath = static_cast<const GrGLPath*>(path); in onDrawPath()
|
D | GrGLPath.h | 23 class GrGLPath : public GrPath { 36 GrGLPath(GrGLGpu*, const SkPath&, const GrStyle&);
|
/external/skqp/src/gpu/gl/ |
D | GrGLPath.cpp | 211 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()
|
D | GrGLPathRendering.cpp | 83 return sk_make_sp<GrGLPath>(this->gpu(), inPath, style); in createPath() 98 const GrGLPath* glPath = static_cast<const GrGLPath*>(path); in onStencilPath() 125 const GrGLPath* glPath = static_cast<const GrGLPath*>(path); in onDrawPath()
|
D | GrGLPath.h | 23 class GrGLPath : public GrPath { 36 GrGLPath(GrGLGpu*, const SkPath&, const GrStyle&);
|
/external/skia/gn/ |
D | gpu.gni | 576 "$_src/gpu/gl/GrGLPath.cpp", 577 "$_src/gpu/gl/GrGLPath.h",
|
/external/skqp/gn/ |
D | gpu.gni | 565 "$_src/gpu/gl/GrGLPath.cpp", 566 "$_src/gpu/gl/GrGLPath.h",
|
/external/skqp/ |
D | Android.bp | 938 "src/gpu/gl/GrGLPath.cpp",
|
/external/skia/ |
D | Android.bp | 709 "src/gpu/gl/GrGLPath.cpp",
|