Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLPathRange.cpp14 GrGLPathRange::GrGLPathRange(GrGLGpu* gpu, PathGenerator* pathGenerator, const GrStrokeInfo& stroke) in GrGLPathRange() function in GrGLPathRange
23 GrGLPathRange::GrGLPathRange(GrGLGpu* gpu, in GrGLPathRange() function in GrGLPathRange
36 void GrGLPathRange::init() { in init()
53 void GrGLPathRange::onInitPath(int index, const SkPath& origSkPath) const { in onInitPath()
102 void GrGLPathRange::onRelease() { in onRelease()
114 void GrGLPathRange::onAbandon() { in onAbandon()
DGrGLPathRange.h24 class GrGLPathRange : public GrPathRange {
30 GrGLPathRange(GrGLGpu*, PathGenerator*, const GrStrokeInfo&);
37 GrGLPathRange(GrGLGpu*,
DGrGLPathRendering.cpp96 return new GrGLPathRange(this->gpu(), pathGenerator, stroke); in createPathRange()
165 const GrGLPathRange* glPathRange = static_cast<const GrGLPathRange*>(pathRange); in onDrawPaths()
/external/skia/gyp/
Dgpu.gypi339 '<(skia_src_path)/gpu/gl/GrGLPathRange.cpp',
340 '<(skia_src_path)/gpu/gl/GrGLPathRange.h',
/external/skia/
DAndroid.mk506 src/gpu/gl/GrGLPathRange.cpp \