Lines Matching refs:kMaxDrawCountPerBatch
314 constexpr static int kMaxDrawCountPerBatch = 128;
315 GrGLint fFirsts[kMaxDrawCountPerBatch];
316 GrGLsizei fCounts[kMaxDrawCountPerBatch];
317 GrGLsizei fInstanceCounts[kMaxDrawCountPerBatch];
318 GrGLuint fBaseInstances[kMaxDrawCountPerBatch];
325 int countInBatch = std::min(drawCount, kMaxDrawCountPerBatch);
386 constexpr static int kMaxDrawCountPerBatch = 128;
387 GrGLint fCounts[kMaxDrawCountPerBatch];
388 const void* fIndices[kMaxDrawCountPerBatch];
389 GrGLsizei fInstanceCounts[kMaxDrawCountPerBatch];
390 GrGLint fBaseVertices[kMaxDrawCountPerBatch];
391 GrGLuint fBaseInstances[kMaxDrawCountPerBatch];
398 int countInBatch = std::min(drawCount, kMaxDrawCountPerBatch);