Lines Matching defs:attribIndex
61 size_t attribIndex, in setAttribBinding()
123 for (size_t attribIndex = 0; attribIndex < maxAttribBindings; ++attribIndex) in VertexArray() local
263 ANGLE_INLINE void VertexArray::setDirtyAttribBit(size_t attribIndex, in setDirtyAttribBit()
270 ANGLE_INLINE void VertexArray::clearDirtyAttribBit(size_t attribIndex, in clearDirtyAttribBit()
439 size_t attribIndex, in setVertexAttribBinding()
497 void VertexArray::setVertexAttribFormat(size_t attribIndex, in setVertexAttribFormat()
517 void VertexArray::setVertexAttribDivisor(const Context *context, size_t attribIndex, GLuint divisor) in setVertexAttribDivisor()
525 void VertexArray::enableAttribute(size_t attribIndex, bool enabledState) in enableAttribute()
561 size_t attribIndex, in setVertexAttribPointerImpl()
626 size_t attribIndex, in setVertexAttribPointer()
639 size_t attribIndex, in setVertexAttribIPointer()
834 for (size_t attribIndex : activeAttribues) in hasTransformFeedbackBindingConflict() local
893 void VertexArrayBufferContentsObservers::enableForBuffer(Buffer *buffer, uint32_t attribIndex) in enableForBuffer()
899 void VertexArrayBufferContentsObservers::disableForBuffer(Buffer *buffer, uint32_t attribIndex) in disableForBuffer()