Lines Matching defs:attribIndex
63 size_t attribIndex, in setAttribBinding()
106 for (size_t attribIndex = 0; attribIndex < maxAttribBindings; ++attribIndex) in VertexArray() local
215 ANGLE_INLINE void VertexArray::setDirtyAttribBit(size_t attribIndex, in setDirtyAttribBit()
344 size_t attribIndex, in setVertexAttribBinding()
374 for (size_t attribIndex : binding.getBoundAttributesMask()) in setVertexBindingDivisor() local
399 void VertexArray::setVertexAttribFormat(size_t attribIndex, in setVertexAttribFormat()
419 void VertexArray::setVertexAttribDivisor(const Context *context, size_t attribIndex, GLuint divisor) in setVertexAttribDivisor()
427 void VertexArray::enableAttribute(size_t attribIndex, bool enabledState) in enableAttribute()
451 size_t attribIndex, in setVertexAttribPointerImpl()
510 size_t attribIndex, in setVertexAttribPointer()
523 size_t attribIndex, in setVertexAttribIPointer()
647 for (size_t attribIndex : activeAttribues) in hasTransformFeedbackBindingConflict() local