Searched refs:makeSpace (Results 1 – 10 of 10) sorted by relevance
/external/skia/src/gpu/ |
D | GrBufferAllocPool.h | 84 void* makeSpace(size_t size, 182 void* makeSpace(size_t vertexSize, 255 void* makeSpace(int indexCount,
|
D | GrBufferAllocPool.cpp | 140 void* GrBufferAllocPool::makeSpace(size_t size, in makeSpace() function in GrBufferAllocPool 385 void* GrVertexBufferAllocPool::makeSpace(size_t vertexSize, in makeSpace() function in GrVertexBufferAllocPool 395 void* ptr = INHERITED::makeSpace(SkSafeMath::Mul(vertexSize, vertexCount), in makeSpace() 440 void* GrIndexBufferAllocPool::makeSpace(int indexCount, in makeSpace() function in GrIndexBufferAllocPool 449 void* ptr = INHERITED::makeSpace(SkSafeMath::Mul(indexCount, sizeof(uint16_t)), in makeSpace()
|
D | GrOpFlushState.cpp | 163 return fVertexPool.makeSpace(vertexSize, vertexCount, buffer, startVertex); in makeVertexSpace() 167 return reinterpret_cast<uint16_t*>(fIndexPool.makeSpace(indexCount, buffer, startIndex)); in makeIndexSpace()
|
/external/skqp/src/gpu/ |
D | GrBufferAllocPool.h | 84 void* makeSpace(size_t size, 182 void* makeSpace(size_t vertexSize, 255 void* makeSpace(int indexCount,
|
D | GrBufferAllocPool.cpp | 140 void* GrBufferAllocPool::makeSpace(size_t size, in makeSpace() function in GrBufferAllocPool 385 void* GrVertexBufferAllocPool::makeSpace(size_t vertexSize, in makeSpace() function in GrVertexBufferAllocPool 395 void* ptr = INHERITED::makeSpace(SkSafeMath::Mul(vertexSize, vertexCount), in makeSpace() 440 void* GrIndexBufferAllocPool::makeSpace(int indexCount, in makeSpace() function in GrIndexBufferAllocPool 449 void* ptr = INHERITED::makeSpace(SkSafeMath::Mul(indexCount, sizeof(uint16_t)), in makeSpace()
|
D | GrOpFlushState.cpp | 159 return fVertexPool.makeSpace(vertexSize, vertexCount, buffer, startVertex); in makeVertexSpace() 163 return reinterpret_cast<uint16_t*>(fIndexPool.makeSpace(indexCount, buffer, startIndex)); in makeIndexSpace()
|
/external/skqp/include/private/ |
D | SkPathRef.h | 376 this->makeSpace(space); in incReserve() 405 this->makeSpace(minSize); 437 void makeSpace(size_t size) { in makeSpace() function
|
/external/skia/include/private/ |
D | SkPathRef.h | 380 this->makeSpace(space); in incReserve() 409 this->makeSpace(minSize); 441 void makeSpace(size_t size) { in makeSpace() function
|
/external/skia/src/core/ |
D | SkPathRef.cpp | 551 this->makeSpace(space); in growForRepeatedVerb() 629 this->makeSpace(space); in growForVerb()
|
/external/skqp/src/core/ |
D | SkPathRef.cpp | 535 this->makeSpace(space); in growForRepeatedVerb() 612 this->makeSpace(space); in growForVerb()
|