Home
last modified time | relevance | path

Searched refs:attribIndex (Results 1 – 3 of 3) sorted by relevance

/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
DAttributeContainer.java141 for (int attribIndex = 0; attribIndex < numAttributes; attribIndex++) { in attributesAreEqual()
142 AttributeInfo thisAttrib = (AttributeInfo) this.attributes.elementAt(attribIndex); in attributesAreEqual()
DSoapObject.java475 for (int attribIndex = 0; attribIndex < getAttributeCount(); attribIndex++) { in newInstance()
477 getAttributeInfo(attribIndex, newAI); in newInstance()
/external/skia/src/gpu/gl/
DGrGLGpu.cpp1487 for (int attribIndex = 0; attribIndex < vaCount; attribIndex++) { in setupGeometry() local
1488 const GrGeometryProcessor::Attribute& attrib = primProc.getAttrib(attribIndex); in setupGeometry()
1489 usedAttribArraysMask |= (1 << attribIndex); in setupGeometry()
1492 attribIndex, in setupGeometry()