Flutter Engine
The Flutter Engine
|
This is the complete list of members for GrVertexBufferAllocPool, including all inherited members.
getBuffer(size_t size) | GrBufferAllocPool | protected |
GrBufferAllocPool(GrGpu *gpu, GrGpuBufferType bufferType, sk_sp< CpuBufferCache > cpuBufferCache) | GrBufferAllocPool | protected |
GrVertexBufferAllocPool(GrGpu *gpu, sk_sp< CpuBufferCache > cpuBufferCache) | GrVertexBufferAllocPool | |
kDefaultBufferSize | GrBufferAllocPool | inlinestatic |
makeSpace(size_t vertexSize, int vertexCount, sk_sp< const GrBuffer > *buffer, int *startVertex) | GrVertexBufferAllocPool | |
GrBufferAllocPool::makeSpace(size_t size, size_t alignment, sk_sp< const GrBuffer > *buffer, size_t *offset) | GrBufferAllocPool | protected |
makeSpaceAtLeast(size_t vertexSize, int minVertexCount, int fallbackVertexCount, sk_sp< const GrBuffer > *buffer, int *startVertex, int *actualVertexCount) | GrVertexBufferAllocPool | |
GrBufferAllocPool::makeSpaceAtLeast(size_t minSize, size_t fallbackSize, size_t alignment, sk_sp< const GrBuffer > *buffer, size_t *offset, size_t *actualSize) | GrBufferAllocPool | protected |
putBack(size_t bytes) | GrBufferAllocPool | |
reset() | GrBufferAllocPool | |
unmap() | GrBufferAllocPool | |
~GrBufferAllocPool() | GrBufferAllocPool | protectedvirtual |