Searched refs:minIndexCount (Results 1 – 6 of 6) sorted by relevance
/external/skia/src/gpu/ganesh/ |
D | GrMeshDrawTarget.cpp | 45 int minIndexCount, int fallbackIndexCount, sk_sp<const GrBuffer>* buffer, in makeIndexWriterAtLeast() argument 47 void* p = this->makeIndexSpaceAtLeast(minIndexCount, fallbackIndexCount, buffer, in makeIndexWriterAtLeast()
|
D | GrMeshDrawTarget.h | 87 virtual uint16_t* makeIndexSpaceAtLeast(int minIndexCount, int fallbackIndexCount, 113 skgpu::IndexWriter makeIndexWriterAtLeast(int minIndexCount, int fallbackIndexCount,
|
D | GrBufferAllocPool.cpp | 500 void* GrIndexBufferAllocPool::makeSpaceAtLeast(int minIndexCount, int fallbackIndexCount, in makeSpaceAtLeast() argument 503 SkASSERT(minIndexCount >= 0); in makeSpaceAtLeast() 504 SkASSERT(fallbackIndexCount >= minIndexCount); in makeSpaceAtLeast() 511 void* ptr = INHERITED::makeSpaceAtLeast(SkSafeMath::Mul(minIndexCount, sizeof(uint16_t)), in makeSpaceAtLeast() 522 SkASSERT(actualSize >= minIndexCount * sizeof(uint16_t)); in makeSpaceAtLeast()
|
D | GrOpFlushState.cpp | 198 uint16_t* GrOpFlushState::makeIndexSpaceAtLeast(int minIndexCount, int fallbackIndexCount, in makeIndexSpaceAtLeast() argument 202 minIndexCount, fallbackIndexCount, buffer, startIndex, actualIndexCount)); in makeIndexSpaceAtLeast()
|
D | GrBufferAllocPool.h | 313 void* makeSpaceAtLeast(int minIndexCount,
|
D | GrOpFlushState.h | 138 uint16_t* makeIndexSpaceAtLeast(int minIndexCount, int fallbackIndexCount,
|