Searched refs:attribIndex (Results 1 – 3 of 3) sorted by relevance
141 for (int attribIndex = 0; attribIndex < numAttributes; attribIndex++) { in attributesAreEqual()142 AttributeInfo thisAttrib = (AttributeInfo) this.attributes.elementAt(attribIndex); in attributesAreEqual()
475 for (int attribIndex = 0; attribIndex < getAttributeCount(); attribIndex++) { in newInstance()477 getAttributeInfo(attribIndex, newAI); in newInstance()
1487 for (int attribIndex = 0; attribIndex < vaCount; attribIndex++) { in setupGeometry() local1488 const GrGeometryProcessor::Attribute& attrib = primProc.getAttrib(attribIndex); in setupGeometry()1489 usedAttribArraysMask |= (1 << attribIndex); in setupGeometry()1492 attribIndex, in setupGeometry()