Home
last modified time | relevance | path

Searched refs:setVertexAttribBindingIndex (Results 1 – 5 of 5) sorted by relevance

/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv2Context.h70 void setVertexAttribBindingIndex(GLuint attribindex, GLuint bindingindex);
DGLESv2Context.cpp705 void GLESv2Context::setVertexAttribBindingIndex(GLuint attribindex, GLuint bindingindex) { in setVertexAttribBindingIndex() function in GLESv2Context
DGLESv31Imp.cpp600 ctx->setVertexAttribBindingIndex(attribindex, bindingindex); in glVertexAttribBinding()
DGLESv30Imp.cpp323 ctx->setVertexAttribBindingIndex(index, index); in glVertexAttribDivisor()
DGLESv2Imp.cpp4209 ctx->setVertexAttribBindingIndex(index, index); in s_glPrepareVertexAttribPointer()