Searched refs:GrGLPathRendering (Results 1 – 8 of 8) sorted by relevance
/external/skia/src/gpu/gl/ |
D | GrGLPathRendering.cpp | 64 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 …]
|
D | GrGLPathRendering.h | 27 class GrGLPathRendering : public GrPathRendering { 32 GrGLPathRendering(GrGLGpu* gpu); 33 virtual ~GrGLPathRendering();
|
D | GrGLGpu.h | 52 GrGLPathRendering* glPathRendering() { in glPathRendering() 54 return static_cast<GrGLPathRendering*>(pathRendering()); in glPathRendering() 612 friend class GrGLPathRendering; // For accessing setTextureUnit. variable
|
D | GrGLGpu.cpp | 222 fPathRendering.reset(new GrGLPathRendering(this)); in GrGLGpu()
|
/external/skia/include/core/ |
D | SkTypeface.h | 380 friend class GrGLPathRendering; variable
|
D | SkPaint.h | 1145 friend class GrGLPathRendering; variable
|
/external/skia/gyp/ |
D | gpu.gypi | 341 '<(skia_src_path)/gpu/gl/GrGLPathRendering.cpp', 342 '<(skia_src_path)/gpu/gl/GrGLPathRendering.h',
|
/external/skia/ |
D | Android.mk | 507 src/gpu/gl/GrGLPathRendering.cpp \
|