Searched refs:firstID (Results 1 – 1 of 1) sorted by relevance
265 GrGLuint firstID; in genPaths() local267 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 …]