Searched defs:makeSpaceAtLeast (Results 1 – 2 of 2) sorted by relevance
/third_party/flutter/skia/src/gpu/ |
D | GrBufferAllocPool.cpp | 233 void* GrBufferAllocPool::makeSpaceAtLeast(size_t minSize, in makeSpaceAtLeast() function in GrBufferAllocPool 458 void* GrVertexBufferAllocPool::makeSpaceAtLeast(size_t vertexSize, int minVertexCount, in makeSpaceAtLeast() function in GrVertexBufferAllocPool 509 void* GrIndexBufferAllocPool::makeSpaceAtLeast(int minIndexCount, int fallbackIndexCount, in makeSpaceAtLeast() function in GrIndexBufferAllocPool
|
/third_party/skia/src/gpu/ |
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 497 void* GrIndexBufferAllocPool::makeSpaceAtLeast(int minIndexCount, int fallbackIndexCount, in makeSpaceAtLeast() function in GrIndexBufferAllocPool
|