Lines Matching refs:GrGLPathRendering
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()
217 void GrGLPathRendering::setProjectionMatrix(const SkMatrix& matrix, in setProjectionMatrix()
238 GrGLuint GrGLPathRendering::genPaths(GrGLsizei range) { in genPaths()
288 void GrGLPathRendering::deletePaths(GrGLuint path, GrGLsizei range) { in deletePaths()
292 void GrGLPathRendering::flushPathStencilSettings(const GrStencilSettings& stencilSettings) { in flushPathStencilSettings()
312 inline GrGLGpu* GrGLPathRendering::gpu() { in gpu()