Searched refs:setVertexAttribBinding (Results 1 – 3 of 3) sorted by relevance
276 void setVertexAttribBinding(int attribindex, int bindingindex);
757 ctx->m_state->setVertexAttribBinding(indx, indx); in s_glVertexAttribPointer()4144 ctx->m_state->setVertexAttribBinding(index, index); in s_glVertexAttribIPointer()4164 ctx->m_state->setVertexAttribBinding(index, index); in s_glVertexAttribDivisor()6003 state->setVertexAttribBinding(attribindex, bindingindex); in s_glVertexAttribBinding()
206 void GLClientState::setVertexAttribBinding(int attribindex, int bindingindex) { in setVertexAttribBinding() function in gfxstream::guest::GLClientState