Searched refs:onDrawPaths (Results 1 – 9 of 9) sorted by relevance
/external/skia/src/gpu/ |
D | GrInOrderDrawBuffer.h | 97 void onDrawPaths(const GrPathProcessor*,
|
D | GrInOrderDrawBuffer.cpp | 57 void GrInOrderDrawBuffer::onDrawPaths(const GrPathProcessor* pathProc, in onDrawPaths() function in GrInOrderDrawBuffer
|
D | GrDrawTarget.h | 294 virtual void onDrawPaths(const GrPathProcessor*,
|
D | GrTest.cpp | 208 void onDrawPaths(const DrawArgs&, in onDrawPaths() function in MockGpu
|
D | GrGpu.h | 441 virtual void onDrawPaths(const DrawArgs&,
|
D | GrGpu.cpp | 326 this->onDrawPaths(args, pathRange, indices, indexType, transformValues, in drawPaths()
|
D | GrDrawTarget.cpp | 291 this->onDrawPaths(pathProc, pathRange, indices, indexType, transformValues, in drawPaths()
|
/external/skia/src/gpu/gl/ |
D | GrGLGpu.h | 155 void onDrawPaths(const DrawArgs&,
|
D | GrGLGpu.cpp | 1958 void GrGLGpu::onDrawPaths(const DrawArgs& args, in onDrawPaths() function in GrGLGpu
|