Home
last modified time | relevance | path

Searched refs:makeSpace (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/src/gpu/
DGrBufferAllocPool.h109 void* makeSpace(size_t size, size_t alignment, sk_sp<const GrBuffer>* buffer, size_t* offset);
205 void* makeSpace(size_t vertexSize,
281 void* makeSpace(int indexCount, sk_sp<const GrBuffer>* buffer, int* startIndex);
323 GrDrawIndirectWriter makeSpace(int drawCount, sk_sp<const GrBuffer>* buffer, size_t* offset) { in makeSpace() function
324 return this->GrBufferAllocPool::makeSpace(drawCount * sizeof(GrDrawIndirectCommand), 4, in makeSpace()
334 return this->GrBufferAllocPool::makeSpace( in makeIndexedSpace()
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
436 void* ptr = INHERITED::makeSpace(SkSafeMath::Mul(vertexSize, vertexCount), in makeSpace()
480 void* GrIndexBufferAllocPool::makeSpace(int indexCount, sk_sp<const GrBuffer>* buffer, in makeSpace() function in GrIndexBufferAllocPool
487 void* ptr = INHERITED::makeSpace(SkSafeMath::Mul(indexCount, sizeof(uint16_t)), in makeSpace()
DGrOpFlushState.cpp182 return fVertexPool.makeSpace(vertexSize, vertexCount, buffer, startVertex); in makeVertexSpace()
187 return reinterpret_cast<uint16_t*>(fIndexPool.makeSpace(indexCount, buffer, startIndex)); in makeIndexSpace()
DGrOpFlushState.h143 return fDrawIndirectPool.makeSpace(drawCount, buffer, offset); in makeDrawIndirectSpace()
/third_party/flutter/skia/src/gpu/
DGrBufferAllocPool.h108 void* makeSpace(size_t size, size_t alignment, sk_sp<const GrBuffer>* buffer, size_t* offset);
204 void* makeSpace(size_t vertexSize,
280 void* makeSpace(int indexCount, sk_sp<const GrBuffer>* buffer, int* startIndex);
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
448 void* ptr = INHERITED::makeSpace(SkSafeMath::Mul(vertexSize, vertexCount), in makeSpace()
492 void* GrIndexBufferAllocPool::makeSpace(int indexCount, sk_sp<const GrBuffer>* buffer, in makeSpace() function in GrIndexBufferAllocPool
499 void* ptr = INHERITED::makeSpace(SkSafeMath::Mul(indexCount, sizeof(uint16_t)), in makeSpace()
DGrOpFlushState.cpp167 return fVertexPool.makeSpace(vertexSize, vertexCount, buffer, startVertex); in makeVertexSpace()
172 return reinterpret_cast<uint16_t*>(fIndexPool.makeSpace(indexCount, buffer, startIndex)); in makeIndexSpace()
/third_party/flutter/skia/include/private/
DSkPathRef.h396 this->makeSpace(space); in incReserve()
426 this->makeSpace(minSize, true);
458 void makeSpace(size_t size, bool exact = false) {
/third_party/flutter/skia/src/core/
DSkPathRef.cpp599 this->makeSpace(space); in growForRepeatedVerb()
675 this->makeSpace(space); in growForVerb()