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.cpp283 int Program::getAttributeStream(int attributeIndex) in getAttributeStream()
DContext.cpp1492 for(int attributeIndex = 0; attributeIndex < MAX_VERTEX_ATTRIBS; attributeIndex++) in hasZeroDivisor() local
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
DAttributeContainer.java180 private Integer attributeIndex(String name) { in attributeIndex() method in AttributeContainer
189 private Integer attributeIndex(String namespace,String name) { in attributeIndex() method in AttributeContainer
/external/deqp/external/vulkancts/modules/vulkan/robustness/
DvktRobustnessVertexAccessTests.cpp785 const deUint32 attributeIndex = (valueNdx / numChannels) % 3; in verifyResult() local