Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/stream-servers/gl/glestranslator/GLES_V2/
DGLESv2Context.cpp697 void GLESv2Context::setVertexAttribDivisor(GLuint bindingindex, GLuint divisor) { in setVertexAttribDivisor()
704 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()
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DGLClientState.cpp200 void GLClientState::setVertexBindingDivisor(int bindingindex, GLuint divisor) { in setVertexBindingDivisor()
208 void GLClientState::setVertexAttribBinding(int attribindex, int bindingindex) { in setVertexAttribBinding()
DGLClientState.h183 int bindingindex; member
/device/generic/goldfish-opengl/system/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.cpp6016 void GL2Encoder::s_glVertexBindingDivisor(void* self, GLuint bindingindex, GLuint divisor) { in s_glVertexBindingDivisor()
6026 void GL2Encoder::s_glVertexAttribBinding(void* self, GLuint attribindex, GLuint bindingindex) { in s_glVertexAttribBinding()
6036 void GL2Encoder::s_glBindVertexBuffer(void* self, GLuint bindingindex, GLuint buffer, GLintptr offs… in s_glBindVertexBuffer()
Dgl2_enc.cpp11203 void glBindVertexBuffer_enc(void *self , GLuint bindingindex, GLuint buffer, GLintptr offset, GLint… in glBindVertexBuffer_enc()
11233 void glVertexAttribBinding_enc(void *self , GLuint attribindex, GLuint bindingindex) in glVertexAttribBinding_enc()
11322 void glVertexBindingDivisor_enc(void *self , GLuint bindingindex, GLuint divisor) in glVertexBindingDivisor_enc()