Home
last modified time | relevance | path

Searched refs:attribIndex (Results 1 – 4 of 4) 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/
DGrDrawState.cpp162 int attribIndex = attributeIndices[i]; in validateVertexAttribs() local
163 if (attribIndex >= fCommon.fVACount || in validateVertexAttribs()
164 kEffect_GrVertexAttribBinding != fCommon.fVAPtr[attribIndex].fBinding) { in validateVertexAttribs()
169 GrVertexAttribType attribType = fCommon.fVAPtr[attribIndex].fType; in validateVertexAttribs()
173 (static_cast<GrSLType>(-1) != slTypes[attribIndex] && in validateVertexAttribs()
174 slTypes[attribIndex] != effectSLType)) { in validateVertexAttribs()
177 slTypes[attribIndex] = effectSLType; in validateVertexAttribs()
/external/chromium_org/third_party/angle/src/libGLESv2/
DState.cpp114 for (int attribIndex = 0; attribIndex < MAX_VERTEX_ATTRIBS; attribIndex++) in initialize() local
116 mVertexAttribCurrentValues[attribIndex].setFloatValues(defaultFloatValues); in initialize()
157 for (int attribIndex = 0; attribIndex < MAX_VERTEX_ATTRIBS; attribIndex++) in reset() local
159 mVertexAttribCurrentValues[attribIndex].setFloatValues(defaultFloatValues); in reset()
1436 for (unsigned int attribIndex = 0; attribIndex < gl::MAX_VERTEX_ATTRIBS; attribIndex++) in hasMappedBuffer() local
1438 const gl::VertexAttribute &vertexAttrib = getVertexAttribState(attribIndex); in hasMappedBuffer()