Lines Matching full:bindingindex
4677 void GL2Encoder::s_glVertexBindingDivisor(void* self, GLuint bindingindex, GLuint divisor) {
4683 state->setVertexBindingDivisor(bindingindex, divisor);
4684 ctx->m_glVertexBindingDivisor_enc(ctx, bindingindex, divisor);
4687 void GL2Encoder::s_glVertexAttribBinding(void* self, GLuint attribindex, GLuint bindingindex) {
4693 state->setVertexAttribBinding(attribindex, bindingindex);
4694 ctx->m_glVertexAttribBinding_enc(ctx, attribindex, bindingindex);
4697 void GL2Encoder::s_glBindVertexBuffer(void* self, GLuint bindingindex, GLuint buffer, GLintptr offset, GLintptr stride) {
4709 state->bindIndexedBuffer(0, bindingindex, buffer, offset, 0, stride, stride);
4710 ctx->m_glBindVertexBuffer_enc(ctx, bindingindex, buffer, offset, stride);