Home
last modified time | relevance | path

Searched refs:glVertexAttribBinding (Results 1 – 24 of 24) sorted by relevance

/hardware/google/gfxstream/guest/GLESv2_enc/
Dgl2_ftable.h371 {"glVertexAttribBinding", (void*)glVertexAttribBinding},
Dgl2_client_context.h407 glVertexAttribBinding_client_proc_t glVertexAttribBinding; member
Dgl2_client_context.cpp407glVertexAttribBinding = (glVertexAttribBinding_client_proc_t) getProc("glVertexAttribBinding", use… in initDispatchByName()
Dgl2_entry.cpp402 void glVertexAttribBinding(GLuint attribindex, GLuint bindingindex);
2856 void glVertexAttribBinding(GLuint attribindex, GLuint bindingindex) in glVertexAttribBinding() function
2859 ctx->glVertexAttribBinding(ctx, attribindex, bindingindex); in glVertexAttribBinding()
DGL2Encoder.cpp394 OVERRIDE(glVertexAttribBinding); in GL2Encoder()
Dgl2_enc.cpp13097 this->glVertexAttribBinding = &glVertexAttribBinding_enc; in gl2_encoder_context_t()
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles31_only_static_translator_namespaced_header.h66 GL_APICALL void GL_APIENTRY glVertexAttribBinding(GLuint attribindex, GLuint bindingindex);
Dgles31_only_functions.h66 …X(void, glVertexAttribBinding, (GLuint attribindex, GLuint bindingindex), (attribindex, bindingind…
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv31Imp.cpp597 GL_APICALL void GL_APIENTRY glVertexAttribBinding(GLuint attribindex, GLuint bindingindex) { in glVertexAttribBinding() function
599 SET_ERROR_IF_DISPATCHER_NOT_SUPPORT(glVertexAttribBinding); in glVertexAttribBinding()
601 ctx->dispatcher().glVertexAttribBinding(attribindex, bindingindex); in glVertexAttribBinding()
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles31_only.entries82 void glVertexAttribBinding(GLuint attribindex, GLuint bindingindex);
Dgles31_only_dispatch_logging_wrappers.impl280 …DISPATCH_DEBUG_LOG("glVertexAttribBinding(attribindex:%d, bindingindex:%d)", attribindex, bindingi…
/hardware/google/gfxstream/host/gl/gles2_dec/
Dgles2_server_context.h506 glVertexAttribBinding_server_proc_t glVertexAttribBinding; member
Dgles2_server_context.cpp407glVertexAttribBinding = (glVertexAttribBinding_server_proc_t) getProc("glVertexAttribBinding", use… in initDispatchByName()
Dgles2_dec.cpp8752 this->glVertexAttribBinding(var_attribindex, var_bindingindex); in decode()
/hardware/google/gfxstream/include/GLES3/
Dgl31.h1176 GL_APICALL void GL_APIENTRY glVertexAttribBinding (GLuint attribindex, GLuint bindingindex);
Dgl32.h1498 GL_APICALL void GL_APIENTRY glVertexAttribBinding (GLuint attribindex, GLuint bindingindex);
/hardware/google/gfxstream/common/opengl/include/GLES3/
Dgl31.h1176 GL_APICALL void GL_APIENTRY glVertexAttribBinding (GLuint attribindex, GLuint bindingindex);
/hardware/google/gfxstream/codegen/gles2/
Dgles2.in537 GL_ENTRY(void, glVertexAttribBinding, GLuint attribindex, GLuint bindingindex);
/hardware/google/gfxstream/guest/mesa/include/GLES3/
Dgl31.h1498 GL_APICALL void GL_APIENTRY glVertexAttribBinding (GLuint attribindex, GLuint bindingindex);
Dgl32.h1498 GL_APICALL void GL_APIENTRY glVertexAttribBinding (GLuint attribindex, GLuint bindingindex);
/hardware/google/gfxstream/include/GL/
DGLcorearb.h2590 GLAPI void APIENTRY glVertexAttribBinding (GLuint attribindex, GLuint bindingindex);
/hardware/google/gfxstream/guest/mesa/include/GL/
Dglcorearb.h2536 GLAPI void APIENTRY glVertexAttribBinding (GLuint attribindex, GLuint bindingindex);
Dglext.h2485 GLAPI void APIENTRY glVertexAttribBinding (GLuint attribindex, GLuint bindingindex);
/hardware/google/gfxstream/host/apigen-codec-common/GL/
Dglext.h8642 GLAPI void APIENTRY glVertexAttribBinding (GLuint attribindex, GLuint bindingindex);