Searched refs:fFirstPreallocBuffer (Results 1 - 2 of 2) sorted by relevance

/external/skia/gpu/src/
H A DGrBufferAllocPool.h184 int fFirstPreallocBuffer; member in class:GrBufferAllocPool
H A DGrBufferAllocPool.cpp49 fFirstPreallocBuffer = 0;
94 fFirstPreallocBuffer = (fFirstPreallocBuffer + fPreallocBuffersInUse) %
234 uint32_t nextBuffer = (fPreallocBuffersInUse + fFirstPreallocBuffer) %
283 fFirstPreallocBuffer +

Completed in 13 milliseconds