/hardware/google/gfxstream/guest/GLESv2_enc/ |
D | gl2_ftable.h | 371 {"glVertexAttribBinding", (void*)glVertexAttribBinding},
|
D | gl2_client_context.h | 407 glVertexAttribBinding_client_proc_t glVertexAttribBinding; member
|
D | gl2_client_context.cpp | 407 …glVertexAttribBinding = (glVertexAttribBinding_client_proc_t) getProc("glVertexAttribBinding", use… in initDispatchByName()
|
D | gl2_entry.cpp | 402 void glVertexAttribBinding(GLuint attribindex, GLuint bindingindex); 2856 void glVertexAttribBinding(GLuint attribindex, GLuint bindingindex) in glVertexAttribBinding() function 2859 ctx->glVertexAttribBinding(ctx, attribindex, bindingindex); in glVertexAttribBinding()
|
D | GL2Encoder.cpp | 394 OVERRIDE(glVertexAttribBinding); in GL2Encoder()
|
D | gl2_enc.cpp | 13097 this->glVertexAttribBinding = &glVertexAttribBinding_enc; in gl2_encoder_context_t()
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles31_only_static_translator_namespaced_header.h | 66 GL_APICALL void GL_APIENTRY glVertexAttribBinding(GLuint attribindex, GLuint bindingindex);
|
D | gles31_only_functions.h | 66 …X(void, glVertexAttribBinding, (GLuint attribindex, GLuint bindingindex), (attribindex, bindingind…
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/ |
D | GLESv31Imp.cpp | 597 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/ |
D | gles31_only.entries | 82 void glVertexAttribBinding(GLuint attribindex, GLuint bindingindex);
|
D | gles31_only_dispatch_logging_wrappers.impl | 280 …DISPATCH_DEBUG_LOG("glVertexAttribBinding(attribindex:%d, bindingindex:%d)", attribindex, bindingi…
|
/hardware/google/gfxstream/host/gl/gles2_dec/ |
D | gles2_server_context.h | 506 glVertexAttribBinding_server_proc_t glVertexAttribBinding; member
|
D | gles2_server_context.cpp | 407 …glVertexAttribBinding = (glVertexAttribBinding_server_proc_t) getProc("glVertexAttribBinding", use… in initDispatchByName()
|
D | gles2_dec.cpp | 8752 this->glVertexAttribBinding(var_attribindex, var_bindingindex); in decode()
|
/hardware/google/gfxstream/include/GLES3/ |
D | gl31.h | 1176 GL_APICALL void GL_APIENTRY glVertexAttribBinding (GLuint attribindex, GLuint bindingindex);
|
D | gl32.h | 1498 GL_APICALL void GL_APIENTRY glVertexAttribBinding (GLuint attribindex, GLuint bindingindex);
|
/hardware/google/gfxstream/common/opengl/include/GLES3/ |
D | gl31.h | 1176 GL_APICALL void GL_APIENTRY glVertexAttribBinding (GLuint attribindex, GLuint bindingindex);
|
/hardware/google/gfxstream/codegen/gles2/ |
D | gles2.in | 537 GL_ENTRY(void, glVertexAttribBinding, GLuint attribindex, GLuint bindingindex);
|
/hardware/google/gfxstream/guest/mesa/include/GLES3/ |
D | gl31.h | 1498 GL_APICALL void GL_APIENTRY glVertexAttribBinding (GLuint attribindex, GLuint bindingindex);
|
D | gl32.h | 1498 GL_APICALL void GL_APIENTRY glVertexAttribBinding (GLuint attribindex, GLuint bindingindex);
|
/hardware/google/gfxstream/include/GL/ |
D | GLcorearb.h | 2590 GLAPI void APIENTRY glVertexAttribBinding (GLuint attribindex, GLuint bindingindex);
|
/hardware/google/gfxstream/guest/mesa/include/GL/ |
D | glcorearb.h | 2536 GLAPI void APIENTRY glVertexAttribBinding (GLuint attribindex, GLuint bindingindex);
|
D | glext.h | 2485 GLAPI void APIENTRY glVertexAttribBinding (GLuint attribindex, GLuint bindingindex);
|
/hardware/google/gfxstream/host/apigen-codec-common/GL/ |
D | glext.h | 8642 GLAPI void APIENTRY glVertexAttribBinding (GLuint attribindex, GLuint bindingindex);
|