Home
last modified time | relevance | path

Searched defs:attributeIndex (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/src/OpenGL/libGLESv2/
DVertexArray.cpp61 void VertexArray::enableAttribute(unsigned int attributeIndex, bool enabledState) in enableAttribute()
67 void VertexArray::setAttributeState(unsigned int attributeIndex, Buffer *boundBuffer, GLint size, G… in setAttributeState()
DProgram.cpp289 int Program::getAttributeStream(int attributeIndex) in getAttributeStream()
1571 for(int attributeIndex = 0; attributeIndex < MAX_VERTEX_ATTRIBS; ) in linkAttributes() local
2609 for(int attributeIndex = 0; attributeIndex < MAX_VERTEX_ATTRIBS; attributeIndex++) in getActiveAttributeCount() local
2624 for(int attributeIndex = 0; attributeIndex < MAX_VERTEX_ATTRIBS; attributeIndex++) in getActiveAttributeMaxLength() local
DContext.cpp1474 for(int attributeIndex = 0; attributeIndex < MAX_VERTEX_ATTRIBS; attributeIndex++) in hasZeroDivisor() local
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
DAttributeContainer.java111 private Integer attributeIndex(String name) { in attributeIndex() method in AttributeContainer
/external/swiftshader/src/OpenGL/libGL/
DProgram.cpp207 int Program::getAttributeStream(int attributeIndex) in getAttributeStream()
1273 for(int attributeIndex = 0; attributeIndex < MAX_VERTEX_ATTRIBS; ) in linkAttributes() local
2098 for(size_t attributeIndex = 0; attributeIndex < MAX_VERTEX_ATTRIBS; ++attributeIndex) in getActiveAttributeCount() local
2113 for(int attributeIndex = 0; attributeIndex < MAX_VERTEX_ATTRIBS; attributeIndex++) in getActiveAttributeMaxLength() local