Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLPathRendering.cpp24 static const GrGLsizei kPathIDPreallocationAmount = 65536; variable
275 GrGLsizei allocAmount = range + (kPathIDPreallocationAmount - fPreallocatedPathCount); in genPaths()