Searched refs:fMaxInstancesPerDraw (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/gpu/
H A DGrVertices.h64 fMaxInstancesPerDraw = 0;
90 fMaxInstancesPerDraw = 0;
121 fMaxInstancesPerDraw = maxInstancesPerDraw;
136 if (vertices.fInstanceCount <= vertices.fMaxInstancesPerDraw) {
144 fInstanceBatch.fIndexCount = vertices.fMaxInstancesPerDraw *
146 fInstanceBatch.fVertexCount = vertices.fMaxInstancesPerDraw *
151 fInstancesRemaining = vertices.fInstanceCount - vertices.fMaxInstancesPerDraw;
160 int instances = SkTMin(fInstancesRemaining, fVertices->fMaxInstancesPerDraw);
176 int fMaxInstancesPerDraw; member in class:GrVertices
H A DGrGpu.cpp36 fMaxInstancesPerDraw = di.fMaxInstancesPerDraw;

Completed in 173 milliseconds