Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLPathRange.cpp66 GrGLPath::InitPathObjectEmptyPath(gpu, fBasePathID + index); in onInitPath()
68 GrGLPath::InitPathObjectPathData(gpu, fBasePathID + index, origSkPath); in onInitPath()
69 GrGLPath::InitPathObjectStroke(gpu, fBasePathID + index, fStroke); in onInitPath()
96 GrGLPath::InitPathObjectPathData(gpu, fBasePathID + index, *skPath); in onInitPath()
DGrGLPath.cpp201 bool GrGLPath::InitPathObjectPathDataCheckingDegenerates(GrGLGpu* gpu, GrGLuint pathID, in InitPathObjectPathDataCheckingDegenerates()
206 void GrGLPath::InitPathObjectPathData(GrGLGpu* gpu, in InitPathObjectPathData()
244 void GrGLPath::InitPathObjectStroke(GrGLGpu* gpu, GrGLuint pathID, const GrStrokeInfo& stroke) { in InitPathObjectStroke()
259 void GrGLPath::InitPathObjectEmptyPath(GrGLGpu* gpu, GrGLuint pathID) { in InitPathObjectEmptyPath()
263 GrGLPath::GrGLPath(GrGLGpu* gpu, const SkPath& origSkPath, const GrStrokeInfo& origStroke) in GrGLPath() function in GrGLPath
326 void GrGLPath::onRelease() { in onRelease()
335 void GrGLPath::onAbandon() { in onAbandon()
DGrGLPath.h23 class GrGLPath : public GrPath {
36 GrGLPath(GrGLGpu* gpu, const SkPath& path, const GrStrokeInfo& stroke);
DGrGLPathRendering.cpp91 return new GrGLPath(this->gpu(), inPath, stroke); in createPath()
112 const GrGLPath* glPath = static_cast<const GrGLPath*>(path); in onStencilPath()
133 const GrGLPath* glPath = static_cast<const GrGLPath*>(path); in onDrawPath()
/external/skia/gyp/
Dgpu.gypi337 '<(skia_src_path)/gpu/gl/GrGLPath.cpp',
338 '<(skia_src_path)/gpu/gl/GrGLPath.h',
/external/skia/
DAndroid.mk505 src/gpu/gl/GrGLPath.cpp \