Searched defs:makeSpaceAtLeast (Results 1 – 2 of 2) sorted by relevance
/external/skqp/src/gpu/ |
D | GrBufferAllocPool.cpp | 181 void* GrBufferAllocPool::makeSpaceAtLeast(size_t minSize, in makeSpaceAtLeast() function in GrBufferAllocPool 399 void* GrVertexBufferAllocPool::makeSpaceAtLeast(size_t vertexSize, int minVertexCount, in makeSpaceAtLeast() function in GrVertexBufferAllocPool 450 void* GrIndexBufferAllocPool::makeSpaceAtLeast(int minIndexCount, int fallbackIndexCount, in makeSpaceAtLeast() function in GrIndexBufferAllocPool
|
/external/skia/src/gpu/ |
D | GrBufferAllocPool.cpp | 243 void* GrBufferAllocPool::makeSpaceAtLeast(size_t minSize, in makeSpaceAtLeast() function in GrBufferAllocPool 448 void* GrVertexBufferAllocPool::makeSpaceAtLeast(size_t vertexSize, int minVertexCount, in makeSpaceAtLeast() function in GrVertexBufferAllocPool 499 void* GrIndexBufferAllocPool::makeSpaceAtLeast(int minIndexCount, int fallbackIndexCount, in makeSpaceAtLeast() function in GrIndexBufferAllocPool
|