Searched refs:basePathID (Results 1 – 3 of 3) sorted by relevance
/external/skia/src/gpu/gl/ |
D | GrGLPathRange.h | 37 GrGLuint basePathID, 42 GrGLuint basePathID() const { return fBasePathID; } in basePathID() function
|
D | GrGLPathRange.cpp | 22 GrGLuint basePathID, in GrGLPathRange() argument 27 fBasePathID(basePathID), in GrGLPathRange()
|
D | GrGLPathRendering.cpp | 133 const GrGLuint basePathID = this->genPaths(numPaths); in createGlyphs() local 137 GL_CALL_RET(status, PathMemoryGlyphIndexArray(basePathID, GR_GL_STANDARD_FONT_FORMAT, in createGlyphs() 143 this->deletePaths(basePathID, numPaths); in createGlyphs() 151 return SkNEW_ARGS(GrGLPathRange, (fGpu, basePathID, numPaths, gpuMemorySize, stroke)); in createGlyphs() 202 GrGLuint baseID = static_cast<const GrGLPathRange*>(pathRange)->basePathID(); in drawPaths()
|