Searched defs:attributeIndex (Results 1 – 5 of 5) sorted by relevance
61 void VertexArray::enableAttribute(unsigned int attributeIndex, bool enabledState) in enableAttribute()67 void VertexArray::setAttributeState(unsigned int attributeIndex, Buffer *boundBuffer, GLint size, G… in setAttributeState()
283 int Program::getAttributeStream(int attributeIndex) in getAttributeStream()
1492 for(int attributeIndex = 0; attributeIndex < MAX_VERTEX_ATTRIBS; attributeIndex++) in hasZeroDivisor() local
180 private Integer attributeIndex(String name) { in attributeIndex() method in AttributeContainer189 private Integer attributeIndex(String namespace,String name) { in attributeIndex() method in AttributeContainer
785 const deUint32 attributeIndex = (valueNdx / numChannels) % 3; in verifyResult() local