Home
last modified time | relevance | path

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

/external/skqp/src/gpu/
DGrBufferAllocPool.cpp450 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()
DGrOpFlushState.cpp149 uint16_t* GrOpFlushState::makeIndexSpaceAtLeast(int minIndexCount, int fallbackIndexCount, in makeIndexSpaceAtLeast() argument
153 minIndexCount, fallbackIndexCount, buffer, startIndex, actualIndexCount)); in makeIndexSpaceAtLeast()
DGrBufferAllocPool.h285 void* makeSpaceAtLeast(int minIndexCount,
DGrOpFlushState.h94 uint16_t* makeIndexSpaceAtLeast(int minIndexCount, int fallbackIndexCount,
/external/skia/src/gpu/
DGrBufferAllocPool.cpp499 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()
DGrOpFlushState.cpp188 uint16_t* GrOpFlushState::makeIndexSpaceAtLeast(int minIndexCount, int fallbackIndexCount, in makeIndexSpaceAtLeast() argument
192 minIndexCount, fallbackIndexCount, buffer, startIndex, actualIndexCount)); in makeIndexSpaceAtLeast()
DGrBufferAllocPool.h308 void* makeSpaceAtLeast(int minIndexCount,
DGrOpFlushState.h139 uint16_t* makeIndexSpaceAtLeast(int minIndexCount, int fallbackIndexCount,
/external/skqp/src/gpu/ops/
DGrMeshDrawOp.h129 virtual uint16_t* makeIndexSpaceAtLeast(int minIndexCount, int fallbackIndexCount,
/external/skia/src/gpu/ops/
DGrMeshDrawOp.h195 virtual uint16_t* makeIndexSpaceAtLeast(int minIndexCount, int fallbackIndexCount,