Searched refs:makeSpace (Results 1 – 7 of 7) sorted by relevance
/external/skia/src/gpu/ |
D | GrBufferAllocPool.h | 93 void* makeSpace(size_t size, 161 void* makeSpace(size_t vertexSize, 202 void* makeSpace(int indexCount,
|
D | GrBatchFlushState.cpp | 24 return fVertexPool.makeSpace(vertexSize, vertexCount, buffer, startVertex); in makeVertexSpace() 29 return reinterpret_cast<uint16_t*>(fIndexPool.makeSpace(indexCount, buffer, startIndex)); in makeIndexSpace()
|
D | GrBufferAllocPool.cpp | 146 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/ |
D | SkVarAlloc.h | 27 this->makeSpace(bytes); in alloc() 42 void makeSpace(size_t bytes);
|
D | SkVarAlloc.cpp | 45 void SkVarAlloc::makeSpace(size_t bytes) { in makeSpace() function in SkVarAlloc
|
D | SkPathRef.cpp | 362 this->makeSpace(space); in growForRepeatedVerb() 433 this->makeSpace(space); in growForVerb()
|
/external/skia/include/core/ |
D | SkPathRef.h | 344 this->makeSpace(space); in incReserve() 373 this->makeSpace(minSize); 405 void makeSpace(size_t size) { in makeSpace() function
|