Home
last modified time | relevance | path

Searched defs:makeSpace (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/ganesh/
DGrBufferAllocPool.cpp191 void* GrBufferAllocPool::makeSpace(size_t size, in makeSpace() function in GrBufferAllocPool
436 void* GrVertexBufferAllocPool::makeSpace(size_t vertexSize, in makeSpace() function in GrVertexBufferAllocPool
489 void* GrIndexBufferAllocPool::makeSpace(int indexCount, sk_sp<const GrBuffer>* buffer, in makeSpace() function in GrIndexBufferAllocPool
DGrBufferAllocPool.h334 GrDrawIndirectWriter makeSpace(int drawCount, sk_sp<const GrBuffer>* buffer, size_t* offset) { in makeSpace() function