Home
last modified time | relevance | path

Searched refs:glBindBufferBase (Results 1 – 25 of 31) sorted by relevance

12

/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DTransformFeedbackData.cpp54 dispatcher.glBindBufferBase(GL_TRANSFORM_FEEDBACK, i, bufferName); in restore()
DGLESv2Context.cpp341 this->dispatcher().glBindBufferBase(target, in postLoadRestoreCtx()
DGLESv30Imp.cpp54 GL_APICALL void GL_APIENTRY glBindBufferBase(GLenum target, GLuint index, GLuint buffer) { in glBindBufferBase() function
61 ctx->dispatcher().glBindBufferBase(target, index, globalBufferName); in glBindBufferBase()
/hardware/google/gfxstream/guest/GLESv2_enc/
Dgl2_ftable.h220 {"glBindBufferBase", (void*)glBindBufferBase},
Dgl2_client_context.h237 glBindBufferBase_client_proc_t glBindBufferBase; member
Dgl2_client_context.cpp237 glBindBufferBase = (glBindBufferBase_client_proc_t) getProc("glBindBufferBase", userData); in initDispatchByName()
Dgl2_entry.cpp232 void glBindBufferBase(GLenum target, GLuint index, GLuint buffer);
1820 void glBindBufferBase(GLenum target, GLuint index, GLuint buffer) in glBindBufferBase() function
1823 ctx->glBindBufferBase(ctx, target, index, buffer); in glBindBufferBase()
DGL2Encoder.cpp257 OVERRIDE(glBindBufferBase); in GL2Encoder()
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles3_only.entries24 void glBindBufferBase(GLenum target, GLuint index, GLuint buffer);
Dgles3_only_dispatch_logging_wrappers.impl50 DISPATCH_DEBUG_LOG("glBindBufferBase(target:0x%X, index:%d, buffer:%d)", target, index, buffer);
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles3_only_static_translator_namespaced_header.h19 GL_APICALL void GL_APIENTRY glBindBufferBase(GLenum target, GLuint index, GLuint buffer);
Dgles3_only_functions.h19 X(void, glBindBufferBase, (GLenum target, GLuint index, GLuint buffer), (target, index, buffer)) \
/hardware/google/gfxstream/host/gl/gles2_dec/
Dgles2_server_context.h276 glBindBufferBase_server_proc_t glBindBufferBase; member
Dgles2_server_context.cpp237 glBindBufferBase = (glBindBufferBase_server_proc_t) getProc("glBindBufferBase", userData); in initDispatchByName()
/hardware/google/gfxstream/common/opengl/include/GLES3/
Dgl3.h865 GL_APICALL void GL_APIENTRY glBindBufferBase (GLenum target, GLuint index, GLuint buffer);
Dgl31.h865 GL_APICALL void GL_APIENTRY glBindBufferBase (GLenum target, GLuint index, GLuint buffer);
/hardware/google/gfxstream/include/GLES3/
Dgl3.h865 GL_APICALL void GL_APIENTRY glBindBufferBase (GLenum target, GLuint index, GLuint buffer);
Dgl31.h865 GL_APICALL void GL_APIENTRY glBindBufferBase (GLenum target, GLuint index, GLuint buffer);
Dgl32.h1117 GL_APICALL void GL_APIENTRY glBindBufferBase (GLenum target, GLuint index, GLuint buffer);
/hardware/google/gfxstream/common/detector/
DGlesFuncs.h295 … X(void, glBindBufferBase, (GLenum target, GLuint index, GLuint buffer), (target, index, buffer)) \
/hardware/google/gfxstream/guest/mesa/include/GLES3/
Dgl3.h1117 GL_APICALL void GL_APIENTRY glBindBufferBase (GLenum target, GLuint index, GLuint buffer);
Dgl31.h1117 GL_APICALL void GL_APIENTRY glBindBufferBase (GLenum target, GLuint index, GLuint buffer);
Dgl32.h1117 GL_APICALL void GL_APIENTRY glBindBufferBase (GLenum target, GLuint index, GLuint buffer);
/hardware/google/gfxstream/codegen/gles2/
Dgles2.in292 GL_ENTRY(void, glBindBufferBase, GLenum target, GLuint index, GLuint buffer)
/hardware/google/gfxstream/host/apigen-codec-common/GL/
Dgl_mangle.h71 #define glBindBufferBase MANGLE(BindBufferBase) macro

12