Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLPathRendering.cpp64 GrGLPathRendering::GrGLPathRendering(GrGLGpu* gpu) in GrGLPathRendering() function in GrGLPathRendering
72 GrGLPathRendering::~GrGLPathRendering() { in ~GrGLPathRendering()
78 void GrGLPathRendering::abandonGpuResources() { in abandonGpuResources()
82 void GrGLPathRendering::resetContext() { in resetContext()
90 GrPath* GrGLPathRendering::createPath(const SkPath& inPath, const GrStrokeInfo& stroke) { in createPath()
94 GrPathRange* GrGLPathRendering::createPathRange(GrPathRange::PathGenerator* pathGenerator, in createPathRange()
99 void GrGLPathRendering::onStencilPath(const StencilPathArgs& args, const GrPath* path) { in onStencilPath()
129 void GrGLPathRendering::onDrawPath(const DrawPathArgs& args, const GrPath* path) { in onDrawPath()
154 void GrGLPathRendering::onDrawPaths(const DrawPathArgs& args, const GrPathRange* pathRange, in onDrawPaths()
192 void GrGLPathRendering::setProgramPathFragmentInputTransform(GrGLuint program, GrGLint location, in setProgramPathFragmentInputTransform()
[all …]
DGrGLPathRendering.h27 class GrGLPathRendering : public GrPathRendering {
32 GrGLPathRendering(GrGLGpu* gpu);
33 virtual ~GrGLPathRendering();
DGrGLGpu.h52 GrGLPathRendering* glPathRendering() { in glPathRendering()
54 return static_cast<GrGLPathRendering*>(pathRendering()); in glPathRendering()
612 friend class GrGLPathRendering; // For accessing setTextureUnit. variable
DGrGLGpu.cpp222 fPathRendering.reset(new GrGLPathRendering(this)); in GrGLGpu()
/external/skia/include/core/
DSkTypeface.h380 friend class GrGLPathRendering; variable
DSkPaint.h1145 friend class GrGLPathRendering; variable
/external/skia/gyp/
Dgpu.gypi341 '<(skia_src_path)/gpu/gl/GrGLPathRendering.cpp',
342 '<(skia_src_path)/gpu/gl/GrGLPathRendering.h',
/external/skia/
DAndroid.mk507 src/gpu/gl/GrGLPathRendering.cpp \