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

/external/chromium_org/third_party/skia/src/gpu/
H A DGrDrawTarget.cpp629 int indicesPerInstance,
631 if (!verticesPerInstance || !indicesPerInstance) {
635 int maxInstancesPerDraw = this->indexCountInCurrentSource() / indicesPerInstance;
644 info.fIndicesPerInstance = indicesPerInstance;
659 info.fIndexCount = info.fInstanceCount * indicesPerInstance;
626 drawIndexedInstances(GrPrimitiveType type, int instanceCount, int verticesPerInstance, int indicesPerInstance, const SkRect* devBounds) argument
H A DGrDrawTarget.h396 * indicesPerInstance indices drawn as the primitive
400 * @param indicesPerInstance The number of indices in each instance (I
408 int indicesPerInstance,
804 int indicesPerInstance() const { return fIndicesPerInstance; } function in class:GrDrawTarget::DrawInfo
/external/skia/src/gpu/
H A DGrDrawTarget.cpp649 int indicesPerInstance,
651 if (!verticesPerInstance || !indicesPerInstance) {
655 int maxInstancesPerDraw = this->indexCountInCurrentSource() / indicesPerInstance;
664 info.fIndicesPerInstance = indicesPerInstance;
679 info.fIndexCount = info.fInstanceCount * indicesPerInstance;
646 drawIndexedInstances(GrPrimitiveType type, int instanceCount, int verticesPerInstance, int indicesPerInstance, const SkRect* devBounds) argument
H A DGrDrawTarget.h414 * indicesPerInstance indices drawn as the primitive
418 * @param indicesPerInstance The number of indices in each instance (I
426 int indicesPerInstance,
822 int indicesPerInstance() const { return fIndicesPerInstance; } function in class:GrDrawTarget::DrawInfo

Completed in 433 milliseconds