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

/external/skia/src/gpu/
H A DGrMesh.h102 int indicesPerInstance,
109 SkASSERT(indicesPerInstance);
117 fIndicesPerInstance = indicesPerInstance;
127 int indicesPerInstance() const { return fIndicesPerInstance; } function in class:GrMesh
97 initInstanced(GrPrimitiveType primType, const GrBuffer* vertexBuffer, const GrBuffer* indexBuffer, int startVertex, int verticesPerInstance, int indicesPerInstance, int instanceCount, int maxInstancesPerDraw) argument
/external/skia/src/gpu/ops/
H A DGrMeshDrawOp.cpp22 int verticesPerInstance, int indicesPerInstance,
39 int maxInstancesPerDraw = static_cast<int>(ibSize / (sizeof(uint16_t) * indicesPerInstance));
42 indicesPerInstance, instancesToDraw, maxInstancesPerDraw);
20 init(Target* target, GrPrimitiveType primType, size_t vertexStride, const GrBuffer* indexBuffer, int verticesPerInstance, int indicesPerInstance, int instancesToDraw) argument
H A DGrAAStrokeRectOp.cpp260 int indicesPerInstance = this->miterStroke() ? kMiterIndexCnt : kBevelIndexCnt; local
268 verticesPerInstance, indicesPerInstance, instanceCount);

Completed in 240 milliseconds