Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLPathRendering.cpp265 GrGLuint firstID; in genPaths() local
267 firstID = fFirstPreallocatedPathID; in genPaths()
270 return firstID; in genPaths()
277 GL_CALL_RET(firstID, GenPaths(allocAmount)); in genPaths()
279 if (firstID != 0) { in genPaths()
281 firstID == fFirstPreallocatedPathID + fPreallocatedPathCount) { in genPaths()
282 firstID = fFirstPreallocatedPathID; in genPaths()
285 return firstID; in genPaths()
292 fFirstPreallocatedPathID = firstID + range; in genPaths()
296 return firstID; in genPaths()
[all …]