Home
last modified time | relevance | path

Searched refs:ibSize (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/ops/
DGrMeshDrawOp.cpp44 size_t ibSize = indexBuffer->size(); in init() local
45 int maxRepetitions = static_cast<int>(ibSize / (sizeof(uint16_t) * indicesPerRepetition)); in init()
/external/skqp/src/gpu/ops/
DGrMeshDrawOp.cpp48 size_t ibSize = indexBuffer->gpuMemorySize(); in init() local
49 int maxRepetitions = static_cast<int>(ibSize / (sizeof(uint16_t) * indicesPerRepetition)); in init()