Home
last modified time | relevance | path

Searched refs:pathRange (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gpu/
DGrPathRendering.cpp130 const GrPathRange* pathRange, in drawPaths() argument
141 pathRange->assertPathsLoaded(indices, indexType, count); in drawPaths()
143 this->onDrawPaths(pipeline, primProc, stencilPassSettings, pathRange, indices, indexType, in drawPaths()
DGrPathRendering.h162 const GrPathRange* pathRange,
/external/skia/src/gpu/gl/
DGrGLPathRendering.cpp178 const GrPathRange* pathRange, const void* indices, in onDrawPaths() argument
190 const GrGLPathRange* glPathRange = static_cast<const GrGLPathRange*>(pathRange); in onDrawPaths()