Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLPathRange.h37 GrGLuint basePathID,
42 GrGLuint basePathID() const { return fBasePathID; } in basePathID() function
DGrGLPathRange.cpp22 GrGLuint basePathID, in GrGLPathRange() argument
27 fBasePathID(basePathID), in GrGLPathRange()
DGrGLPathRendering.cpp133 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()