Lines Matching defs:attribindex
399 GLuint attribindex, GLint size, GLenum type,
402 if (attribindex >= VERT_ATTRIB_GENERIC_MAX)
407 unsigned i = VERT_ATTRIB_GENERIC(attribindex);
413 _mesa_glthread_AttribFormat(struct gl_context *ctx, GLuint attribindex,
418 attrib_format(glthread, glthread->CurrentVAO, attribindex, size, type,
424 GLuint attribindex, GLint size, GLenum type,
431 attrib_format(glthread, vao, attribindex, size, type, relativeoffset);
531 _mesa_glthread_AttribBinding(struct gl_context *ctx, GLuint attribindex,
536 if (attribindex >= VERT_ATTRIB_GENERIC_MAX ||
541 VERT_ATTRIB_GENERIC(attribindex),
547 GLuint attribindex, GLuint bindingindex)
551 if (attribindex >= VERT_ATTRIB_GENERIC_MAX ||
558 VERT_ATTRIB_GENERIC(attribindex),