Searched refs:makeSpaceAtLeast (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/src/gpu/ |
D | GrBufferAllocPool.h | 136 void* makeSpaceAtLeast(size_t minSize, 237 void* makeSpaceAtLeast(size_t vertexSize, 308 void* makeSpaceAtLeast(int minIndexCount,
|
D | GrBufferAllocPool.cpp | 241 void* GrBufferAllocPool::makeSpaceAtLeast(size_t minSize, in makeSpaceAtLeast() function in GrBufferAllocPool 446 void* GrVertexBufferAllocPool::makeSpaceAtLeast(size_t vertexSize, int minVertexCount, in makeSpaceAtLeast() function in GrVertexBufferAllocPool 458 void* ptr = INHERITED::makeSpaceAtLeast(SkSafeMath::Mul(vertexSize, minVertexCount), in makeSpaceAtLeast() 497 void* GrIndexBufferAllocPool::makeSpaceAtLeast(int minIndexCount, int fallbackIndexCount, in makeSpaceAtLeast() function in GrIndexBufferAllocPool 508 void* ptr = INHERITED::makeSpaceAtLeast(SkSafeMath::Mul(minIndexCount, sizeof(uint16_t)), in makeSpaceAtLeast()
|
D | GrOpFlushState.cpp | 193 return fVertexPool.makeSpaceAtLeast(vertexSize, minVertexCount, fallbackVertexCount, buffer, in makeVertexSpaceAtLeast() 200 return reinterpret_cast<uint16_t*>(fIndexPool.makeSpaceAtLeast( in makeIndexSpaceAtLeast()
|