Home
last modified time | relevance | path

Searched refs:onDrawPaths (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/gpu/gl/
DGrGLPathRendering.h74 void onDrawPaths(const GrPipeline&,
DGrGLPathRendering.cpp175 void GrGLPathRendering::onDrawPaths(const GrPipeline& pipeline, in onDrawPaths() function in GrGLPathRendering
/external/skia/src/gpu/
DGrPathRendering.h177 virtual void onDrawPaths(const GrPipeline&,
DGrPathRendering.cpp143 this->onDrawPaths(pipeline, primProc, stencilPassSettings, pathRange, indices, indexType, in drawPaths()