Home
last modified time | relevance | path

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

/external/skqp/src/gpu/
DGrBufferAllocPool.h112 void* makeSpaceAtLeast(size_t minSize,
214 void* makeSpaceAtLeast(size_t vertexSize,
285 void* makeSpaceAtLeast(int minIndexCount,
DGrBufferAllocPool.cpp181 void* GrBufferAllocPool::makeSpaceAtLeast(size_t minSize, in makeSpaceAtLeast() function in GrBufferAllocPool
399 void* GrVertexBufferAllocPool::makeSpaceAtLeast(size_t vertexSize, int minVertexCount, in makeSpaceAtLeast() function in GrVertexBufferAllocPool
411 void* ptr = INHERITED::makeSpaceAtLeast(SkSafeMath::Mul(vertexSize, minVertexCount), in makeSpaceAtLeast()
450 void* GrIndexBufferAllocPool::makeSpaceAtLeast(int minIndexCount, int fallbackIndexCount, in makeSpaceAtLeast() function in GrIndexBufferAllocPool
461 void* ptr = INHERITED::makeSpaceAtLeast(SkSafeMath::Mul(minIndexCount, sizeof(uint16_t)), in makeSpaceAtLeast()
DGrOpFlushState.cpp145 return fVertexPool.makeSpaceAtLeast(vertexSize, minVertexCount, fallbackVertexCount, buffer, in makeVertexSpaceAtLeast()
152 return reinterpret_cast<uint16_t*>(fIndexPool.makeSpaceAtLeast( in makeIndexSpaceAtLeast()
/external/skia/src/gpu/
DGrBufferAllocPool.h136 void* makeSpaceAtLeast(size_t minSize,
237 void* makeSpaceAtLeast(size_t vertexSize,
308 void* makeSpaceAtLeast(int minIndexCount,
DGrBufferAllocPool.cpp243 void* GrBufferAllocPool::makeSpaceAtLeast(size_t minSize, in makeSpaceAtLeast() function in GrBufferAllocPool
448 void* GrVertexBufferAllocPool::makeSpaceAtLeast(size_t vertexSize, int minVertexCount, in makeSpaceAtLeast() function in GrVertexBufferAllocPool
460 void* ptr = INHERITED::makeSpaceAtLeast(SkSafeMath::Mul(vertexSize, minVertexCount), in makeSpaceAtLeast()
499 void* GrIndexBufferAllocPool::makeSpaceAtLeast(int minIndexCount, int fallbackIndexCount, in makeSpaceAtLeast() function in GrIndexBufferAllocPool
510 void* ptr = INHERITED::makeSpaceAtLeast(SkSafeMath::Mul(minIndexCount, sizeof(uint16_t)), in makeSpaceAtLeast()
DGrOpFlushState.cpp184 return fVertexPool.makeSpaceAtLeast(vertexSize, minVertexCount, fallbackVertexCount, buffer, in makeVertexSpaceAtLeast()
191 return reinterpret_cast<uint16_t*>(fIndexPool.makeSpaceAtLeast( in makeIndexSpaceAtLeast()