Searched refs:fPreallocatedPathCount (Results 1 – 6 of 6) sorted by relevance
56 , fPreallocatedPathCount(0) { in GrGLPathRendering()62 if (fPreallocatedPathCount > 0) { in ~GrGLPathRendering()63 this->deletePaths(fFirstPreallocatedPathID, fPreallocatedPathCount); in ~GrGLPathRendering()69 this->deletePaths(fFirstPreallocatedPathID, fPreallocatedPathCount); in disconnect()71 fPreallocatedPathCount = 0; in disconnect()197 if (fPreallocatedPathCount >= range) { in genPaths()199 fPreallocatedPathCount -= range; in genPaths()206 GrGLsizei allocAmount = range + (kPathIDPreallocationAmount - fPreallocatedPathCount); in genPaths()211 if (fPreallocatedPathCount > 0 && in genPaths()212 firstID == fFirstPreallocatedPathID + fPreallocatedPathCount) { in genPaths()[all …]
119 GrGLsizei fPreallocatedPathCount; variable
27 , fPreallocatedPathCount(0) {} in GrGLPathRendering()
29 , fPreallocatedPathCount(0) {} in GrGLPathRendering()