Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/
DGrBufferAllocPool.cpp181 void* GrBufferAllocPool::makeSpace(size_t size, in makeSpace() function in GrBufferAllocPool
439 void* GrVertexBufferAllocPool::makeSpace(size_t vertexSize, in makeSpace() function in GrVertexBufferAllocPool
492 void* GrIndexBufferAllocPool::makeSpace(int indexCount, sk_sp<const GrBuffer>* buffer, in makeSpace() function in GrIndexBufferAllocPool
/third_party/skia/src/gpu/
DGrBufferAllocPool.cpp189 void* GrBufferAllocPool::makeSpace(size_t size, in makeSpace() function in GrBufferAllocPool
427 void* GrVertexBufferAllocPool::makeSpace(size_t vertexSize, in makeSpace() function in GrVertexBufferAllocPool
480 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