Home
last modified time | relevance | path

Searched refs:setVertexAttribBinding (Results 1 – 3 of 3) sorted by relevance

/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DGLClientState.h216 void setVertexAttribBinding(int attribindex, int bindingindex);
DGLClientState.cpp158 void GLClientState::setVertexAttribBinding(int attribindex, int bindingindex) { in setVertexAttribBinding() function in GLClientState
/device/generic/goldfish-opengl/system/GLESv2_enc/
DGL2Encoder.cpp497 ctx->m_state->setVertexAttribBinding(indx, indx); in s_glVertexAttribPointer()
3111 ctx->m_state->setVertexAttribBinding(index, index); in s_glVertexAttribIPointer()
3131 ctx->m_state->setVertexAttribBinding(index, index); in s_glVertexAttribDivisor()
4693 state->setVertexAttribBinding(attribindex, bindingindex); in s_glVertexAttribBinding()