Searched refs:minIndexCount (Results 1 – 10 of 10) sorted by relevance
/external/skqp/src/gpu/ |
D | GrBufferAllocPool.cpp | 450 void* GrIndexBufferAllocPool::makeSpaceAtLeast(int minIndexCount, int fallbackIndexCount, in makeSpaceAtLeast() argument 453 SkASSERT(minIndexCount >= 0); in makeSpaceAtLeast() 454 SkASSERT(fallbackIndexCount >= minIndexCount); in makeSpaceAtLeast() 461 void* ptr = INHERITED::makeSpaceAtLeast(SkSafeMath::Mul(minIndexCount, sizeof(uint16_t)), in makeSpaceAtLeast() 472 SkASSERT(actualSize >= minIndexCount * sizeof(uint16_t)); in makeSpaceAtLeast()
|
D | GrOpFlushState.cpp | 149 uint16_t* GrOpFlushState::makeIndexSpaceAtLeast(int minIndexCount, int fallbackIndexCount, in makeIndexSpaceAtLeast() argument 153 minIndexCount, fallbackIndexCount, buffer, startIndex, actualIndexCount)); in makeIndexSpaceAtLeast()
|
D | GrBufferAllocPool.h | 285 void* makeSpaceAtLeast(int minIndexCount,
|
D | GrOpFlushState.h | 94 uint16_t* makeIndexSpaceAtLeast(int minIndexCount, int fallbackIndexCount,
|
/external/skia/src/gpu/ |
D | GrBufferAllocPool.cpp | 499 void* GrIndexBufferAllocPool::makeSpaceAtLeast(int minIndexCount, int fallbackIndexCount, in makeSpaceAtLeast() argument 502 SkASSERT(minIndexCount >= 0); in makeSpaceAtLeast() 503 SkASSERT(fallbackIndexCount >= minIndexCount); in makeSpaceAtLeast() 510 void* ptr = INHERITED::makeSpaceAtLeast(SkSafeMath::Mul(minIndexCount, sizeof(uint16_t)), in makeSpaceAtLeast() 521 SkASSERT(actualSize >= minIndexCount * sizeof(uint16_t)); in makeSpaceAtLeast()
|
D | GrOpFlushState.cpp | 188 uint16_t* GrOpFlushState::makeIndexSpaceAtLeast(int minIndexCount, int fallbackIndexCount, in makeIndexSpaceAtLeast() argument 192 minIndexCount, fallbackIndexCount, buffer, startIndex, actualIndexCount)); in makeIndexSpaceAtLeast()
|
D | GrBufferAllocPool.h | 308 void* makeSpaceAtLeast(int minIndexCount,
|
D | GrOpFlushState.h | 139 uint16_t* makeIndexSpaceAtLeast(int minIndexCount, int fallbackIndexCount,
|
/external/skqp/src/gpu/ops/ |
D | GrMeshDrawOp.h | 129 virtual uint16_t* makeIndexSpaceAtLeast(int minIndexCount, int fallbackIndexCount,
|
/external/skia/src/gpu/ops/ |
D | GrMeshDrawOp.h | 195 virtual uint16_t* makeIndexSpaceAtLeast(int minIndexCount, int fallbackIndexCount,
|