/third_party/skia/src/gpu/ |
D | GrBufferAllocPool.h | 109 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()
|
D | GrBufferAllocPool.cpp | 189 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()
|
D | GrOpFlushState.cpp | 182 return fVertexPool.makeSpace(vertexSize, vertexCount, buffer, startVertex); in makeVertexSpace() 187 return reinterpret_cast<uint16_t*>(fIndexPool.makeSpace(indexCount, buffer, startIndex)); in makeIndexSpace()
|
D | GrOpFlushState.h | 143 return fDrawIndirectPool.makeSpace(drawCount, buffer, offset); in makeDrawIndirectSpace()
|
/third_party/flutter/skia/src/gpu/ |
D | GrBufferAllocPool.h | 108 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);
|
D | GrBufferAllocPool.cpp | 181 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()
|
D | GrOpFlushState.cpp | 167 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/ |
D | SkPathRef.h | 396 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/ |
D | SkPathRef.cpp | 599 this->makeSpace(space); in growForRepeatedVerb() 675 this->makeSpace(space); in growForVerb()
|