Home
last modified time | relevance | path

Searched defs:bindingindex (Results 1 – 7 of 7) sorted by relevance

/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv2Context.cpp698 void GLESv2Context::setVertexAttribDivisor(GLuint bindingindex, GLuint divisor) { in setVertexAttribDivisor()
705 void GLESv2Context::setVertexAttribBindingIndex(GLuint attribindex, GLuint bindingindex) { in setVertexAttribBindingIndex()
DGLESv31Imp.cpp587 EXTERN_PART GL_APICALL void GL_APIENTRY glBindVertexBuffer(GLuint bindingindex, GLuint buffer, GLin… in glBindVertexBuffer()
597 GL_APICALL void GL_APIENTRY glVertexAttribBinding(GLuint attribindex, GLuint bindingindex) { in glVertexAttribBinding()
618 GL_APICALL void GL_APIENTRY glVertexBindingDivisor(GLuint bindingindex, GLuint divisor) { in glVertexBindingDivisor()
/hardware/google/gfxstream/guest/OpenglCodecCommon/
DGLClientState.cpp198 void GLClientState::setVertexBindingDivisor(int bindingindex, GLuint divisor) { in setVertexBindingDivisor()
206 void GLClientState::setVertexAttribBinding(int attribindex, int bindingindex) { in setVertexAttribBinding()
/hardware/google/gfxstream/guest/OpenglCodecCommon/include/gfxstream/guest/
DGLClientState.h185 int bindingindex; member
/hardware/google/gfxstream/guest/GLESv2_enc/
Dgl2_entry.cpp2850 void glBindVertexBuffer(GLuint bindingindex, GLuint buffer, GLintptr offset, GLintptr stride) in glBindVertexBuffer()
2856 void glVertexAttribBinding(GLuint attribindex, GLuint bindingindex) in glVertexAttribBinding()
2874 void glVertexBindingDivisor(GLuint bindingindex, GLuint divisor) in glVertexBindingDivisor()
DGL2Encoder.cpp5987 void GL2Encoder::s_glVertexBindingDivisor(void* self, GLuint bindingindex, GLuint divisor) { in s_glVertexBindingDivisor()
5997 void GL2Encoder::s_glVertexAttribBinding(void* self, GLuint attribindex, GLuint bindingindex) { in s_glVertexAttribBinding()
6007 void GL2Encoder::s_glBindVertexBuffer(void* self, GLuint bindingindex, GLuint buffer, GLintptr offs… in s_glBindVertexBuffer()
Dgl2_enc.cpp11207 void glBindVertexBuffer_enc(void *self , GLuint bindingindex, GLuint buffer, GLintptr offset, GLint… in glBindVertexBuffer_enc()
11237 void glVertexAttribBinding_enc(void *self , GLuint attribindex, GLuint bindingindex) in glVertexAttribBinding_enc()
11326 void glVertexBindingDivisor_enc(void *self , GLuint bindingindex, GLuint divisor) in glVertexBindingDivisor_enc()