Home
last modified time | relevance | path

Searched refs:putBack (Results 1 - 5 of 5) sorted by relevance

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

Completed in 3 milliseconds