Searched refs:minIndexCount (Results 1 – 10 of 10) sorted by relevance
/third_party/flutter/skia/src/gpu/ |
D | GrBufferAllocPool.cpp | 509 void* GrIndexBufferAllocPool::makeSpaceAtLeast(int minIndexCount, int fallbackIndexCount, in makeSpaceAtLeast() argument 512 SkASSERT(minIndexCount >= 0); in makeSpaceAtLeast() 513 SkASSERT(fallbackIndexCount >= minIndexCount); in makeSpaceAtLeast() 520 void* ptr = INHERITED::makeSpaceAtLeast(SkSafeMath::Mul(minIndexCount, sizeof(uint16_t)), in makeSpaceAtLeast() 531 SkASSERT(actualSize >= minIndexCount * sizeof(uint16_t)); in makeSpaceAtLeast()
|
D | GrOpFlushState.cpp | 182 uint16_t* GrOpFlushState::makeIndexSpaceAtLeast(int minIndexCount, int fallbackIndexCount, in makeIndexSpaceAtLeast() argument 186 minIndexCount, fallbackIndexCount, buffer, startIndex, actualIndexCount)); in makeIndexSpaceAtLeast()
|
D | GrBufferAllocPool.h | 307 void* makeSpaceAtLeast(int minIndexCount,
|
D | GrOpFlushState.h | 95 uint16_t* makeIndexSpaceAtLeast(int minIndexCount, int fallbackIndexCount,
|
/third_party/skia/src/gpu/ |
D | GrBufferAllocPool.cpp | 497 void* GrIndexBufferAllocPool::makeSpaceAtLeast(int minIndexCount, int fallbackIndexCount, in makeSpaceAtLeast() argument 500 SkASSERT(minIndexCount >= 0); in makeSpaceAtLeast() 501 SkASSERT(fallbackIndexCount >= minIndexCount); in makeSpaceAtLeast() 508 void* ptr = INHERITED::makeSpaceAtLeast(SkSafeMath::Mul(minIndexCount, sizeof(uint16_t)), in makeSpaceAtLeast() 519 SkASSERT(actualSize >= minIndexCount * sizeof(uint16_t)); in makeSpaceAtLeast()
|
D | GrOpFlushState.cpp | 197 uint16_t* GrOpFlushState::makeIndexSpaceAtLeast(int minIndexCount, int fallbackIndexCount, in makeIndexSpaceAtLeast() argument 201 minIndexCount, fallbackIndexCount, buffer, startIndex, actualIndexCount)); in makeIndexSpaceAtLeast()
|
D | GrMeshDrawTarget.h | 78 virtual uint16_t* makeIndexSpaceAtLeast(int minIndexCount, int fallbackIndexCount,
|
D | GrBufferAllocPool.h | 308 void* makeSpaceAtLeast(int minIndexCount,
|
D | GrOpFlushState.h | 138 uint16_t* makeIndexSpaceAtLeast(int minIndexCount, int fallbackIndexCount,
|
/third_party/flutter/skia/src/gpu/ops/ |
D | GrMeshDrawOp.h | 130 virtual uint16_t* makeIndexSpaceAtLeast(int minIndexCount, int fallbackIndexCount,
|