HomeSort by relevance Sort by last modified time
    Searched defs:maxInstancesPerDraw (Results 1 - 2 of 2) sorted by null

  /external/skia/src/gpu/batches/
GrVertexBatch.cpp 37 int maxInstancesPerDraw = static_cast<int>(ibSize / (sizeof(uint16_t) * indicesPerInstance));
41 maxInstancesPerDraw);
GrAADistanceFieldPathRenderer.cpp 493 int maxInstancesPerDraw = flushInfo->fIndexBuffer->maxQuads();
496 kIndicesPerQuad, flushInfo->fInstancesToFlush, maxInstancesPerDraw);

Completed in 758 milliseconds