Home
last modified time | relevance | path

Searched refs:minIndexCount (Results 1 – 10 of 10) sorted by relevance

/third_party/flutter/skia/src/gpu/
DGrBufferAllocPool.cpp509 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()
DGrOpFlushState.cpp182 uint16_t* GrOpFlushState::makeIndexSpaceAtLeast(int minIndexCount, int fallbackIndexCount, in makeIndexSpaceAtLeast() argument
186 minIndexCount, fallbackIndexCount, buffer, startIndex, actualIndexCount)); in makeIndexSpaceAtLeast()
DGrBufferAllocPool.h307 void* makeSpaceAtLeast(int minIndexCount,
DGrOpFlushState.h95 uint16_t* makeIndexSpaceAtLeast(int minIndexCount, int fallbackIndexCount,
/third_party/skia/src/gpu/
DGrBufferAllocPool.cpp497 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()
DGrOpFlushState.cpp197 uint16_t* GrOpFlushState::makeIndexSpaceAtLeast(int minIndexCount, int fallbackIndexCount, in makeIndexSpaceAtLeast() argument
201 minIndexCount, fallbackIndexCount, buffer, startIndex, actualIndexCount)); in makeIndexSpaceAtLeast()
DGrMeshDrawTarget.h78 virtual uint16_t* makeIndexSpaceAtLeast(int minIndexCount, int fallbackIndexCount,
DGrBufferAllocPool.h308 void* makeSpaceAtLeast(int minIndexCount,
DGrOpFlushState.h138 uint16_t* makeIndexSpaceAtLeast(int minIndexCount, int fallbackIndexCount,
/third_party/flutter/skia/src/gpu/ops/
DGrMeshDrawOp.h130 virtual uint16_t* makeIndexSpaceAtLeast(int minIndexCount, int fallbackIndexCount,