Home
last modified time | relevance | path

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

/external/skia/src/gpu/ganesh/
DGrMeshDrawTarget.cpp45 int minIndexCount, int fallbackIndexCount, sk_sp<const GrBuffer>* buffer, in makeIndexWriterAtLeast() argument
47 void* p = this->makeIndexSpaceAtLeast(minIndexCount, fallbackIndexCount, buffer, in makeIndexWriterAtLeast()
DGrMeshDrawTarget.h87 virtual uint16_t* makeIndexSpaceAtLeast(int minIndexCount, int fallbackIndexCount,
113 skgpu::IndexWriter makeIndexWriterAtLeast(int minIndexCount, int fallbackIndexCount,
DGrBufferAllocPool.cpp500 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()
DGrOpFlushState.cpp198 uint16_t* GrOpFlushState::makeIndexSpaceAtLeast(int minIndexCount, int fallbackIndexCount, in makeIndexSpaceAtLeast() argument
202 minIndexCount, fallbackIndexCount, buffer, startIndex, actualIndexCount)); in makeIndexSpaceAtLeast()
DGrBufferAllocPool.h313 void* makeSpaceAtLeast(int minIndexCount,
DGrOpFlushState.h138 uint16_t* makeIndexSpaceAtLeast(int minIndexCount, int fallbackIndexCount,