Lines Matching full:bindingindex
401 void glBindVertexBuffer(GLuint bindingindex, GLuint buffer, GLintptr offset, GLintptr stride);
402 void glVertexAttribBinding(GLuint attribindex, GLuint bindingindex);
405 void glVertexBindingDivisor(GLuint bindingindex, GLuint divisor);
2822 void glBindVertexBuffer(GLuint bindingindex, GLuint buffer, GLintptr offset, GLintptr stride)
2825 ctx->glBindVertexBuffer(ctx, bindingindex, buffer, offset, stride);
2828 void glVertexAttribBinding(GLuint attribindex, GLuint bindingindex)
2831 ctx->glVertexAttribBinding(ctx, attribindex, bindingindex);
2846 void glVertexBindingDivisor(GLuint bindingindex, GLuint divisor)
2849 ctx->glVertexBindingDivisor(ctx, bindingindex, divisor);