Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/
DGrBufferAllocPool.h74 void putBack(size_t bytes);
328 void putBack(int drawCount) { in putBack() function
329 this->GrBufferAllocPool::putBack(drawCount * sizeof(GrDrawIndirectCommand)); in putBack()
339 this->GrBufferAllocPool::putBack(drawCount * sizeof(GrDrawIndexedIndirectCommand)); in putBackIndexed()
DGrOpFlushState.cpp205 fIndexPool.putBack(indexCount * sizeof(uint16_t)); in putBackIndices()
209 fVertexPool.putBack(vertices * vertexStride); in putBackVertices()
DGrOpFlushState.h152 void putBackIndirectDraws(int drawCount) final { fDrawIndirectPool.putBack(drawCount); } in putBackIndirectDraws()
DGrBufferAllocPool.cpp284 void GrBufferAllocPool::putBack(size_t bytes) { in putBack() function in GrBufferAllocPool
/third_party/node/test/parallel/
Dtest-stream-unshift-empty-chunk.js51 const putBack = Buffer.alloc(readAll ? 0 : 5, 'y'); constant
53 r.unshift(putBack);
/third_party/flutter/skia/src/gpu/
DGrOpFlushState.cpp190 fIndexPool.putBack(indexCount * sizeof(uint16_t)); in putBackIndices()
194 fVertexPool.putBack(vertices * vertexStride); in putBackVertices()
DGrBufferAllocPool.h73 void putBack(size_t bytes);
DGrBufferAllocPool.cpp298 void GrBufferAllocPool::putBack(size_t bytes) { in putBack() function in GrBufferAllocPool