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

/external/chromium_org/third_party/skia/src/gpu/
H A DGrDrawTarget.h386 * indicesPerInstance indices drawn as the primitive
390 * @param indicesPerInstance The number of indices in each instance (I
398 int indicesPerInstance,
726 int indicesPerInstance() const { return fIndicesPerInstance; } function in class:GrDrawTarget::DrawInfo
H A DGrDrawTarget.cpp554 int indicesPerInstance,
556 if (!verticesPerInstance || !indicesPerInstance) {
560 int maxInstancesPerDraw = this->indexCountInCurrentSource() / indicesPerInstance;
569 info.fIndicesPerInstance = indicesPerInstance;
584 info.fIndexCount = info.fInstanceCount * indicesPerInstance;
551 drawIndexedInstances(GrPrimitiveType type, int instanceCount, int verticesPerInstance, int indicesPerInstance, const SkRect* devBounds) argument
/external/skia/src/gpu/
H A DGrDrawTarget.h386 * indicesPerInstance indices drawn as the primitive
390 * @param indicesPerInstance The number of indices in each instance (I
398 int indicesPerInstance,
726 int indicesPerInstance() const { return fIndicesPerInstance; } function in class:GrDrawTarget::DrawInfo
H A DGrDrawTarget.cpp554 int indicesPerInstance,
556 if (!verticesPerInstance || !indicesPerInstance) {
560 int maxInstancesPerDraw = this->indexCountInCurrentSource() / indicesPerInstance;
569 info.fIndicesPerInstance = indicesPerInstance;
584 info.fIndexCount = info.fInstanceCount * indicesPerInstance;
551 drawIndexedInstances(GrPrimitiveType type, int instanceCount, int verticesPerInstance, int indicesPerInstance, const SkRect* devBounds) argument

Completed in 240 milliseconds