Searched refs:putBack (Results 1 – 8 of 8) sorted by relevance
74 void putBack(size_t bytes);328 void putBack(int drawCount) { in putBack() function329 this->GrBufferAllocPool::putBack(drawCount * sizeof(GrDrawIndirectCommand)); in putBack()339 this->GrBufferAllocPool::putBack(drawCount * sizeof(GrDrawIndexedIndirectCommand)); in putBackIndexed()
205 fIndexPool.putBack(indexCount * sizeof(uint16_t)); in putBackIndices()209 fVertexPool.putBack(vertices * vertexStride); in putBackVertices()
152 void putBackIndirectDraws(int drawCount) final { fDrawIndirectPool.putBack(drawCount); } in putBackIndirectDraws()
284 void GrBufferAllocPool::putBack(size_t bytes) { in putBack() function in GrBufferAllocPool
51 const putBack = Buffer.alloc(readAll ? 0 : 5, 'y'); constant53 r.unshift(putBack);
190 fIndexPool.putBack(indexCount * sizeof(uint16_t)); in putBackIndices()194 fVertexPool.putBack(vertices * vertexStride); in putBackVertices()
73 void putBack(size_t bytes);
298 void GrBufferAllocPool::putBack(size_t bytes) { in putBack() function in GrBufferAllocPool