/hardware/google/gfxstream/guest/GLESv2_enc/ |
D | gl2_ftable.h | 370 {"glBindVertexBuffer", (void*)glBindVertexBuffer},
|
D | gl2_client_context.h | 406 glBindVertexBuffer_client_proc_t glBindVertexBuffer; member
|
D | gl2_client_context.cpp | 406 glBindVertexBuffer = (glBindVertexBuffer_client_proc_t) getProc("glBindVertexBuffer", userData); in initDispatchByName()
|
D | gl2_entry.cpp | 401 void glBindVertexBuffer(GLuint bindingindex, GLuint buffer, GLintptr offset, GLintptr stride); 2850 void glBindVertexBuffer(GLuint bindingindex, GLuint buffer, GLintptr offset, GLintptr stride) in glBindVertexBuffer() function 2853 ctx->glBindVertexBuffer(ctx, bindingindex, buffer, offset, stride); in glBindVertexBuffer()
|
D | GL2Encoder.cpp | 395 OVERRIDE(glBindVertexBuffer); in GL2Encoder()
|
D | gl2_enc.cpp | 13096 this->glBindVertexBuffer = &glBindVertexBuffer_enc; in gl2_encoder_context_t()
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles31_only_static_translator_namespaced_header.h | 65 GL_APICALL void GL_APIENTRY glBindVertexBuffer(GLuint bindingindex, GLuint buffer, GLintptr offset,…
|
D | gles31_only_functions.h | 65 …X(void, glBindVertexBuffer, (GLuint bindingindex, GLuint buffer, GLintptr offset, GLintptr stride)…
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/ |
D | GLESv31Imp.cpp | 587 EXTERN_PART GL_APICALL void GL_APIENTRY glBindVertexBuffer(GLuint bindingindex, GLuint buffer, GLin… in glBindVertexBuffer() function 589 SET_ERROR_IF_DISPATCHER_NOT_SUPPORT(glBindVertexBuffer); in glBindVertexBuffer() 593 ctx->dispatcher().glBindVertexBuffer(bindingindex, globalBufferName, offset, stride); in glBindVertexBuffer()
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles31_only.entries | 81 void glBindVertexBuffer(GLuint bindingindex, GLuint buffer, GLintptr offset, GLintptr stride);
|
D | gles31_only_dispatch_logging_wrappers.impl | 275 …DISPATCH_DEBUG_LOG("glBindVertexBuffer(bindingindex:%d, buffer:%d, offset:%ld, stride:%ld)", bindi…
|
/hardware/google/gfxstream/host/gl/gles2_dec/ |
D | gles2_server_context.h | 505 glBindVertexBuffer_server_proc_t glBindVertexBuffer; member
|
D | gles2_server_context.cpp | 406 glBindVertexBuffer = (glBindVertexBuffer_server_proc_t) getProc("glBindVertexBuffer", userData); in initDispatchByName()
|
D | gles2_dec.cpp | 8734 this->glBindVertexBuffer(var_bindingindex, var_buffer, var_offset, var_stride); in decode()
|
/hardware/google/gfxstream/common/opengl/include/GLES3/ |
D | gl31.h | 1173 GL_APICALL void GL_APIENTRY glBindVertexBuffer (GLuint bindingindex, GLuint buffer, GLintptr offset…
|
/hardware/google/gfxstream/codegen/gles2/ |
D | gles2.in | 536 GL_ENTRY(void, glBindVertexBuffer, GLuint bindingindex, GLuint buffer, GLintptr offset, GLintptr st…
|
/hardware/google/gfxstream/guest/mesa/include/GLES3/ |
D | gl31.h | 1495 GL_APICALL void GL_APIENTRY glBindVertexBuffer (GLuint bindingindex, GLuint buffer, GLintptr offset…
|
D | gl32.h | 1495 GL_APICALL void GL_APIENTRY glBindVertexBuffer (GLuint bindingindex, GLuint buffer, GLintptr offset…
|
/hardware/google/gfxstream/include/GLES3/ |
D | gl32.h | 1495 GL_APICALL void GL_APIENTRY glBindVertexBuffer (GLuint bindingindex, GLuint buffer, GLintptr offset…
|
/hardware/google/gfxstream/include/GL/ |
D | GLcorearb.h | 2586 GLAPI void APIENTRY glBindVertexBuffer (GLuint bindingindex, GLuint buffer, GLintptr offset, GLsize…
|
/hardware/google/gfxstream/guest/mesa/include/GL/ |
D | glcorearb.h | 2532 GLAPI void APIENTRY glBindVertexBuffer (GLuint bindingindex, GLuint buffer, GLintptr offset, GLsize…
|
D | glext.h | 2481 GLAPI void APIENTRY glBindVertexBuffer (GLuint bindingindex, GLuint buffer, GLintptr offset, GLsize…
|
/hardware/google/gfxstream/host/apigen-codec-common/GL/ |
D | glext.h | 8638 GLAPI void APIENTRY glBindVertexBuffer (GLuint bindingindex, GLuint buffer, GLintptr offset, GLsize…
|