Home
last modified time | relevance | path

Searched refs:maxInstancesPerDraw (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gpu/batches/
DGrVertexBatch.cpp37 int maxInstancesPerDraw = static_cast<int>(ibSize / (sizeof(uint16_t) * indicesPerInstance)); in init() local
41 maxInstancesPerDraw); in init()
DGrAADistanceFieldPathRenderer.cpp493 int maxInstancesPerDraw = flushInfo->fIndexBuffer->maxQuads(); in flush() local
496 kIndicesPerQuad, flushInfo->fInstancesToFlush, maxInstancesPerDraw); in flush()
/external/skia/src/gpu/
DGrVertices.h104 int maxInstancesPerDraw) { in initInstanced() argument
121 fMaxInstancesPerDraw = maxInstancesPerDraw; in initInstanced()