Home
last modified time | relevance | path

Searched refs:GrGLPathRendering (Results 1 – 10 of 10) sorted by relevance

/external/skia/src/gpu/gl/
DGrGLPathRendering.cpp62 GrGLPathRendering::GrGLPathRendering(GrGLGpu* gpu) in GrGLPathRendering() function in GrGLPathRendering
78 GrGLPathRendering::~GrGLPathRendering() { in ~GrGLPathRendering()
81 void GrGLPathRendering::abandonGpuResources() { in abandonGpuResources()
85 void GrGLPathRendering::resetContext() { in resetContext()
94 GrPath* GrGLPathRendering::createPath(const SkPath& inPath, const SkStrokeRec& stroke) { in createPath()
98 GrPathRange* GrGLPathRendering::createPathRange(GrPathRange::PathGenerator* pathGenerator, in createPathRange()
103 GrPathRange* GrGLPathRendering::createGlyphs(const SkTypeface* typeface, in createGlyphs()
154 void GrGLPathRendering::stencilPath(const GrPath* path, const GrStencilSettings& stencilSettings) { in stencilPath()
174 void GrGLPathRendering::drawPath(const GrPath* path, const GrStencilSettings& stencilSettings) { in drawPath()
196 void GrGLPathRendering::drawPaths(const GrPathRange* pathRange, in drawPaths()
[all …]
DGrGLPathProcessor.h14 class GrGLPathRendering; variable
39 GrGLPathRendering*,
42 virtual void didSetData(GrGLPathRendering*) {} in didSetData() argument
DGrGLPathRendering.h27 class GrGLPathRendering : public GrPathRendering {
32 GrGLPathRendering(GrGLGpu* gpu);
33 virtual ~GrGLPathRendering();
DGrGLGpu.h49 GrGLPathRendering* glPathRendering() { in glPathRendering()
51 return static_cast<GrGLPathRendering*>(pathRendering()); in glPathRendering()
476 friend class GrGLPathRendering; // For accessing setTextureUnit. variable
DGrGLPathProcessor.cpp109 GrGLPathRendering* glpr, in setTransformData()
DGrGLGpu.cpp201 fPathRendering.reset(new GrGLPathRendering(this)); in GrGLGpu()
/external/skia/include/core/
DSkTypeface.h369 friend class GrGLPathRendering; variable
DSkPaint.h1138 friend class GrGLPathRendering; variable
/external/skia/gyp/
Dgpu.gypi294 '<(skia_src_path)/gpu/gl/GrGLPathRendering.cpp',
295 '<(skia_src_path)/gpu/gl/GrGLPathRendering.h',
/external/skia/
DAndroid.mk545 src/gpu/gl/GrGLPathRendering.cpp \