Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLPathRendering.cpp56 , 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 …]
DGrGLPathRendering.h119 GrGLsizei fPreallocatedPathCount; variable
/external/skqp/src/gpu/gl/
DGrGLPathRendering.cpp56 , 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 …]
DGrGLPathRendering.h119 GrGLsizei fPreallocatedPathCount; variable
/external/skqp/src/gpu/
DGrPathRendering_none.cpp27 , fPreallocatedPathCount(0) {} in GrGLPathRendering()
/external/skia/src/gpu/
DGrPathRendering_none.cpp29 , fPreallocatedPathCount(0) {} in GrGLPathRendering()