Home
last modified time | relevance | path

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

/external/skqp/src/gpu/
DGrBufferAllocPool.cpp129 void* GrBufferAllocPool::makeSpace(size_t size, in makeSpace() function in GrBufferAllocPool
380 void* GrVertexBufferAllocPool::makeSpace(size_t vertexSize, in makeSpace() function in GrVertexBufferAllocPool
433 void* GrIndexBufferAllocPool::makeSpace(int indexCount, sk_sp<const GrBuffer>* buffer, in makeSpace() function in GrIndexBufferAllocPool
/external/skia/src/gpu/
DGrBufferAllocPool.cpp191 void* GrBufferAllocPool::makeSpace(size_t size, in makeSpace() function in GrBufferAllocPool
429 void* GrVertexBufferAllocPool::makeSpace(size_t vertexSize, in makeSpace() function in GrVertexBufferAllocPool
482 void* GrIndexBufferAllocPool::makeSpace(int indexCount, sk_sp<const GrBuffer>* buffer, in makeSpace() function in GrIndexBufferAllocPool
DGrBufferAllocPool.h323 GrDrawIndirectWriter makeSpace(int drawCount, sk_sp<const GrBuffer>* buffer, size_t* offset) { in makeSpace() function