Home
last modified time | relevance | path

Searched refs:genPaths (Results 1 – 7 of 7) sorted by relevance

/external/skia/src/gpu/gl/
DGrGLPathRendering.h65 GrGLuint genPaths(GrGLsizei range);
DGrGLPathRange.cpp16 fBasePathID(gpu->glPathRendering()->genPaths(this->getNumPaths())), in GrGLPathRange()
DGrGLPathRendering.cpp263 GrGLuint GrGLPathRendering::genPaths(GrGLsizei range) { in genPaths() function in GrGLPathRendering
DGrGLPath.cpp274 fPathID(gpu->glPathRendering()->genPaths(1)) { in GrGLPath()
DGrGLCreateNullInterface.cpp682 GrGLuint genPaths(GrGLsizei range) override { in genPaths() function in __anon0b8a6d580111::NullInterface
DGrGLTestInterface.cpp185 fFunctions.fGenPaths = bind_to_member(this, &GrGLTestInterface::genPaths); in GrGLTestInterface()
DGrGLTestInterface.h190 virtual GrGLuint genPaths(GrGLsizei range) { return 0; } in genPaths() function