Home
last modified time | relevance | path

Searched refs:glBindVertexBuffer (Results 1 – 23 of 23) sorted by relevance

/hardware/google/gfxstream/guest/GLESv2_enc/
Dgl2_ftable.h370 {"glBindVertexBuffer", (void*)glBindVertexBuffer},
Dgl2_client_context.h406 glBindVertexBuffer_client_proc_t glBindVertexBuffer; member
Dgl2_client_context.cpp406 glBindVertexBuffer = (glBindVertexBuffer_client_proc_t) getProc("glBindVertexBuffer", userData); in initDispatchByName()
Dgl2_entry.cpp401 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()
DGL2Encoder.cpp395 OVERRIDE(glBindVertexBuffer); in GL2Encoder()
Dgl2_enc.cpp13096 this->glBindVertexBuffer = &glBindVertexBuffer_enc; in gl2_encoder_context_t()
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles31_only_static_translator_namespaced_header.h65 GL_APICALL void GL_APIENTRY glBindVertexBuffer(GLuint bindingindex, GLuint buffer, GLintptr offset,…
Dgles31_only_functions.h65 …X(void, glBindVertexBuffer, (GLuint bindingindex, GLuint buffer, GLintptr offset, GLintptr stride)…
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv31Imp.cpp587 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/
Dgles31_only.entries81 void glBindVertexBuffer(GLuint bindingindex, GLuint buffer, GLintptr offset, GLintptr stride);
Dgles31_only_dispatch_logging_wrappers.impl275 …DISPATCH_DEBUG_LOG("glBindVertexBuffer(bindingindex:%d, buffer:%d, offset:%ld, stride:%ld)", bindi…
/hardware/google/gfxstream/host/gl/gles2_dec/
Dgles2_server_context.h505 glBindVertexBuffer_server_proc_t glBindVertexBuffer; member
Dgles2_server_context.cpp406 glBindVertexBuffer = (glBindVertexBuffer_server_proc_t) getProc("glBindVertexBuffer", userData); in initDispatchByName()
Dgles2_dec.cpp8734 this->glBindVertexBuffer(var_bindingindex, var_buffer, var_offset, var_stride); in decode()
/hardware/google/gfxstream/common/opengl/include/GLES3/
Dgl31.h1173 GL_APICALL void GL_APIENTRY glBindVertexBuffer (GLuint bindingindex, GLuint buffer, GLintptr offset…
/hardware/google/gfxstream/codegen/gles2/
Dgles2.in536 GL_ENTRY(void, glBindVertexBuffer, GLuint bindingindex, GLuint buffer, GLintptr offset, GLintptr st…
/hardware/google/gfxstream/guest/mesa/include/GLES3/
Dgl31.h1495 GL_APICALL void GL_APIENTRY glBindVertexBuffer (GLuint bindingindex, GLuint buffer, GLintptr offset…
Dgl32.h1495 GL_APICALL void GL_APIENTRY glBindVertexBuffer (GLuint bindingindex, GLuint buffer, GLintptr offset…
/hardware/google/gfxstream/include/GLES3/
Dgl32.h1495 GL_APICALL void GL_APIENTRY glBindVertexBuffer (GLuint bindingindex, GLuint buffer, GLintptr offset…
/hardware/google/gfxstream/include/GL/
DGLcorearb.h2586 GLAPI void APIENTRY glBindVertexBuffer (GLuint bindingindex, GLuint buffer, GLintptr offset, GLsize…
/hardware/google/gfxstream/guest/mesa/include/GL/
Dglcorearb.h2532 GLAPI void APIENTRY glBindVertexBuffer (GLuint bindingindex, GLuint buffer, GLintptr offset, GLsize…
Dglext.h2481 GLAPI void APIENTRY glBindVertexBuffer (GLuint bindingindex, GLuint buffer, GLintptr offset, GLsize…
/hardware/google/gfxstream/host/apigen-codec-common/GL/
Dglext.h8638 GLAPI void APIENTRY glBindVertexBuffer (GLuint bindingindex, GLuint buffer, GLintptr offset, GLsize…