HomeSort by relevance Sort by last modified time
    Searched refs:attribIndex (Results 1 - 7 of 7) sorted by null

  /external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
AttributeContainer.java 141 for (int attribIndex = 0; attribIndex < numAttributes; attribIndex++) {
142 AttributeInfo thisAttrib = (AttributeInfo) this.attributes.elementAt(attribIndex);
SoapObject.java 475 for (int attribIndex = 0; attribIndex < getAttributeCount(); attribIndex++) {
477 getAttributeInfo(attribIndex, newAI);
479 // attributes.elementAt(attribIndex);
  /sdk/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Validate.h 39 static bool attribIndex(int index);
GLESv2Validate.cpp 165 bool GLESv2Validate::attribIndex(int index){
GLESv2Imp.cpp 175 SET_ERROR_IF(!GLESv2Validate::attribIndex(index),GL_INVALID_VALUE);
    [all...]
  /external/skia/src/gpu/
GrDrawState.cpp 162 int attribIndex = attributeIndices[i];
163 if (attribIndex >= fCommon.fVACount ||
164 kEffect_GrVertexAttribBinding != fCommon.fVAPtr[attribIndex].fBinding) {
169 GrVertexAttribType attribType = fCommon.fVAPtr[attribIndex].fType;
173 (static_cast<GrSLType>(-1) != slTypes[attribIndex] &&
174 slTypes[attribIndex] != effectSLType)) {
177 slTypes[attribIndex] = effectSLType;
  /external/chromium_org/third_party/angle/src/libGLESv2/
State.cpp 114 for (int attribIndex = 0; attribIndex < MAX_VERTEX_ATTRIBS; attribIndex++)
116 mVertexAttribCurrentValues[attribIndex].setFloatValues(defaultFloatValues);
157 for (int attribIndex = 0; attribIndex < MAX_VERTEX_ATTRIBS; attribIndex++)
159 mVertexAttribCurrentValues[attribIndex].setFloatValues(defaultFloatValues);
    [all...]

Completed in 238 milliseconds