Searched defs:bindingindex (Results 1 – 7 of 7) sorted by relevance
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/ |
D | GLESv2Context.cpp | 698 void GLESv2Context::setVertexAttribDivisor(GLuint bindingindex, GLuint divisor) { in setVertexAttribDivisor() 705 void GLESv2Context::setVertexAttribBindingIndex(GLuint attribindex, GLuint bindingindex) { in setVertexAttribBindingIndex()
|
D | GLESv31Imp.cpp | 587 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/ |
D | GLClientState.cpp | 198 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/ |
D | GLClientState.h | 185 int bindingindex; member
|
/hardware/google/gfxstream/guest/GLESv2_enc/ |
D | gl2_entry.cpp | 2850 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()
|
D | GL2Encoder.cpp | 5987 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()
|
D | gl2_enc.cpp | 11207 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()
|