Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrBufferAllocPool.h93 void* makeSpace(size_t size,
161 void* makeSpace(size_t vertexSize,
202 void* makeSpace(int indexCount,
DGrBatchFlushState.cpp24 return fVertexPool.makeSpace(vertexSize, vertexCount, buffer, startVertex); in makeVertexSpace()
29 return reinterpret_cast<uint16_t*>(fIndexPool.makeSpace(indexCount, buffer, startIndex)); in makeIndexSpace()
DGrBufferAllocPool.cpp146 void* GrBufferAllocPool::makeSpace(size_t size, in makeSpace() function in GrBufferAllocPool
339 void* GrVertexBufferAllocPool::makeSpace(size_t vertexSize, in makeSpace() function in GrVertexBufferAllocPool
350 void* ptr = INHERITED::makeSpace(vertexSize * vertexCount, in makeSpace()
367 void* GrIndexBufferAllocPool::makeSpace(int indexCount, in makeSpace() function in GrIndexBufferAllocPool
377 void* ptr = INHERITED::makeSpace(indexCount * sizeof(uint16_t), in makeSpace()
/external/skia/src/core/
DSkVarAlloc.h27 this->makeSpace(bytes); in alloc()
42 void makeSpace(size_t bytes);
DSkVarAlloc.cpp45 void SkVarAlloc::makeSpace(size_t bytes) { in makeSpace() function in SkVarAlloc
DSkPathRef.cpp362 this->makeSpace(space); in growForRepeatedVerb()
433 this->makeSpace(space); in growForVerb()
/external/skia/include/core/
DSkPathRef.h344 this->makeSpace(space); in incReserve()
373 this->makeSpace(minSize);
405 void makeSpace(size_t size) { in makeSpace() function