Home
last modified time | relevance | path

Searched refs:makeSpaceAtLeast (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/skia/src/gpu/
DGrBufferAllocPool.h135 void* makeSpaceAtLeast(size_t minSize,
236 void* makeSpaceAtLeast(size_t vertexSize,
307 void* makeSpaceAtLeast(int minIndexCount,
DGrBufferAllocPool.cpp233 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
470 void* ptr = INHERITED::makeSpaceAtLeast(SkSafeMath::Mul(vertexSize, minVertexCount), in makeSpaceAtLeast()
509 void* GrIndexBufferAllocPool::makeSpaceAtLeast(int minIndexCount, int fallbackIndexCount, in makeSpaceAtLeast() function in GrIndexBufferAllocPool
520 void* ptr = INHERITED::makeSpaceAtLeast(SkSafeMath::Mul(minIndexCount, sizeof(uint16_t)), in makeSpaceAtLeast()
DGrOpFlushState.cpp178 return fVertexPool.makeSpaceAtLeast(vertexSize, minVertexCount, fallbackVertexCount, buffer, in makeVertexSpaceAtLeast()
185 return reinterpret_cast<uint16_t*>(fIndexPool.makeSpaceAtLeast( in makeIndexSpaceAtLeast()
/third_party/skia/src/gpu/
DGrBufferAllocPool.h136 void* makeSpaceAtLeast(size_t minSize,
237 void* makeSpaceAtLeast(size_t vertexSize,
308 void* makeSpaceAtLeast(int minIndexCount,
DGrBufferAllocPool.cpp241 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
458 void* ptr = INHERITED::makeSpaceAtLeast(SkSafeMath::Mul(vertexSize, minVertexCount), in makeSpaceAtLeast()
497 void* GrIndexBufferAllocPool::makeSpaceAtLeast(int minIndexCount, int fallbackIndexCount, in makeSpaceAtLeast() function in GrIndexBufferAllocPool
508 void* ptr = INHERITED::makeSpaceAtLeast(SkSafeMath::Mul(minIndexCount, sizeof(uint16_t)), in makeSpaceAtLeast()
DGrOpFlushState.cpp193 return fVertexPool.makeSpaceAtLeast(vertexSize, minVertexCount, fallbackVertexCount, buffer, in makeVertexSpaceAtLeast()
200 return reinterpret_cast<uint16_t*>(fIndexPool.makeSpaceAtLeast( in makeIndexSpaceAtLeast()