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

/external/skia/src/gpu/gl/
H A DGrGLPathRange.h37 GrGLuint basePathID,
42 GrGLuint basePathID() const { return fBasePathID; } function in class:GrGLPathRange
H A DGrGLPathRange.cpp22 GrGLuint basePathID,
27 fBasePathID(basePathID),
21 GrGLPathRange(GrGLGpu* gpu, GrGLuint basePathID, int numPaths, size_t gpuMemorySize, const SkStrokeRec& stroke) argument
H A DGrGLPathRendering.cpp133 const GrGLuint basePathID = this->genPaths(numPaths); local
137 GL_CALL_RET(status, PathMemoryGlyphIndexArray(basePathID, GR_GL_STANDARD_FONT_FORMAT,
143 this->deletePaths(basePathID, numPaths);
151 return SkNEW_ARGS(GrGLPathRange, (fGpu, basePathID, numPaths, gpuMemorySize, stroke));
202 GrGLuint baseID = static_cast<const GrGLPathRange*>(pathRange)->basePathID();

Completed in 191 milliseconds