Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrBufferAllocPool.h84 void* makeSpace(size_t size,
182 void* makeSpace(size_t vertexSize,
255 void* makeSpace(int indexCount,
DGrBufferAllocPool.cpp140 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()
DGrOpFlushState.cpp163 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/
DGrBufferAllocPool.h84 void* makeSpace(size_t size,
182 void* makeSpace(size_t vertexSize,
255 void* makeSpace(int indexCount,
DGrBufferAllocPool.cpp140 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()
DGrOpFlushState.cpp159 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/
DSkPathRef.h376 this->makeSpace(space); in incReserve()
405 this->makeSpace(minSize);
437 void makeSpace(size_t size) { in makeSpace() function
/external/skia/include/private/
DSkPathRef.h380 this->makeSpace(space); in incReserve()
409 this->makeSpace(minSize);
441 void makeSpace(size_t size) { in makeSpace() function
/external/skia/src/core/
DSkPathRef.cpp551 this->makeSpace(space); in growForRepeatedVerb()
629 this->makeSpace(space); in growForVerb()
/external/skqp/src/core/
DSkPathRef.cpp535 this->makeSpace(space); in growForRepeatedVerb()
612 this->makeSpace(space); in growForVerb()