Searched defs:maxInstancesPerDraw (Results 1 - 3 of 3) sorted by relevance

/external/skia/src/gpu/
H A DGrBatch.cpp68 int maxInstancesPerDraw = static_cast<int>(ibSize / (sizeof(uint16_t) * indicesPerInstance)); local
72 maxInstancesPerDraw);
H A DGrVertices.h104 int maxInstancesPerDraw) {
121 fMaxInstancesPerDraw = maxInstancesPerDraw;
97 initInstanced(GrPrimitiveType primType, const GrVertexBuffer* vertexBuffer, const GrIndexBuffer* indexBuffer, int startVertex, int verticesPerInstance, int indicesPerInstance, int instanceCount, int maxInstancesPerDraw) argument
H A DGrAADistanceFieldPathRenderer.cpp510 int maxInstancesPerDraw = flushInfo->fIndexBuffer->maxQuads(); local
513 kIndicesPerQuad, flushInfo->fInstancesToFlush, maxInstancesPerDraw);

Completed in 213 milliseconds