Lines Matching refs:attribindex
104 void VertexAttribFormat(uint attribindex, int size, enum type,
106 void VertexAttribIFormat(uint attribindex, int size, enum type,
108 void VertexAttribLFormat(uint attribindex, int size, enum type,
111 void VertexAttribBinding(uint attribindex, uint bindingindex);
120 void VertexArrayVertexAttribFormatEXT(uint vaobj, uint attribindex, int size, enum type,
122 void VertexArrayVertexAttribIFormatEXT(uint vaobj, uint attribindex, int size, enum type,
124 void VertexArrayVertexAttribLFormatEXT(uint vaobj, uint attribindex, int size, enum type,
127 void VertexArrayVertexAttribBindingEXT(uint vaobj, uint attribindex, uint bindingindex);
170 void VertexAttribFormat(uint attribindex, int size, enum type,
172 void VertexAttribIFormat(uint attribindex, int size, enum type,
241 void VertexAttribBinding(uint attribindex, uint bindingindex);
243 <attribindex> must be less than the value of MAX_VERTEX_ATTRIBS and
264 void VertexAttribLFormat(uint attribindex, int size, enum type,
269 <type> must be DOUBLE. <attribindex> and <size> behave as defined in all
275 generated if <attribindex> is greater than or equal to the value of
351 An INVALID_VALUE error is generated if <attribindex> is greater than or
493 void VertexArrayVertexAttribFormatEXT(uint vaobj, uint attribindex, int size, enum type,
495 void VertexArrayVertexAttribIFormatEXT(uint vaobj, uint attribindex, int size, enum type,
497 void VertexArrayVertexAttribLFormatEXT(uint vaobj, uint attribindex, int size, enum type,
500 void VertexArrayVertexAttribBindingEXT(uint vaobj, uint attribindex, uint bindingindex);