Home
last modified time | relevance | path

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

12

/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DTransformFeedbackData.cpp56 dispatcher.glBindBufferRange(GL_TRANSFORM_FEEDBACK, i, bufferName, in restore()
DGLESv2Context.cpp344 this->dispatcher().glBindBufferRange(target, in postLoadRestoreCtx()
DGLESv30Imp.cpp43 GL_APICALL void GL_APIENTRY glBindBufferRange(GLenum target, GLuint index, GLuint buffer, GLintptr … in glBindBufferRange() function
50 ctx->dispatcher().glBindBufferRange(target, index, globalBufferName, offset, size); in glBindBufferRange()
/hardware/google/gfxstream/guest/GLESv2_enc/
Dgl2_ftable.h219 {"glBindBufferRange", (void*)glBindBufferRange},
Dgl2_client_context.h236 glBindBufferRange_client_proc_t glBindBufferRange; member
Dgl2_client_context.cpp236 glBindBufferRange = (glBindBufferRange_client_proc_t) getProc("glBindBufferRange", userData); in initDispatchByName()
Dgl2_entry.cpp231 …void glBindBufferRange(GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr siz…
1814 void glBindBufferRange(GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size) in glBindBufferRange() function
1817 ctx->glBindBufferRange(ctx, target, index, buffer, offset, size); in glBindBufferRange()
DGL2Encoder.cpp256 OVERRIDE(glBindBufferRange); in GL2Encoder()
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles3_only.entries23 void glBindBufferRange(GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size…
Dgles3_only_dispatch_logging_wrappers.impl45 …DISPATCH_DEBUG_LOG("glBindBufferRange(target:0x%X, index:%d, buffer:%d, offset:%ld, size:%ld)", ta…
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles3_only_static_translator_namespaced_header.h18 GL_APICALL void GL_APIENTRY glBindBufferRange(GLenum target, GLuint index, GLuint buffer, GLintptr …
Dgles3_only_functions.h18 …X(void, glBindBufferRange, (GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeipt…
/hardware/google/gfxstream/host/gl/gles2_dec/
Dgles2_server_context.h275 glBindBufferRange_server_proc_t glBindBufferRange; member
Dgles2_server_context.cpp236 glBindBufferRange = (glBindBufferRange_server_proc_t) getProc("glBindBufferRange", userData); in initDispatchByName()
/hardware/google/gfxstream/common/opengl/include/GLES3/
Dgl3.h864 GL_APICALL void GL_APIENTRY glBindBufferRange (GLenum target, GLuint index, GLuint buffer, GLintptr…
Dgl31.h864 GL_APICALL void GL_APIENTRY glBindBufferRange (GLenum target, GLuint index, GLuint buffer, GLintptr…
/hardware/google/gfxstream/include/GLES3/
Dgl3.h864 GL_APICALL void GL_APIENTRY glBindBufferRange (GLenum target, GLuint index, GLuint buffer, GLintptr…
Dgl31.h864 GL_APICALL void GL_APIENTRY glBindBufferRange (GLenum target, GLuint index, GLuint buffer, GLintptr…
Dgl32.h1116 GL_APICALL void GL_APIENTRY glBindBufferRange (GLenum target, GLuint index, GLuint buffer, GLintptr…
/hardware/google/gfxstream/common/detector/
DGlesFuncs.h294 …X(void, glBindBufferRange, (GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeipt…
/hardware/google/gfxstream/guest/mesa/include/GLES3/
Dgl3.h1116 GL_APICALL void GL_APIENTRY glBindBufferRange (GLenum target, GLuint index, GLuint buffer, GLintptr…
Dgl31.h1116 GL_APICALL void GL_APIENTRY glBindBufferRange (GLenum target, GLuint index, GLuint buffer, GLintptr…
Dgl32.h1116 GL_APICALL void GL_APIENTRY glBindBufferRange (GLenum target, GLuint index, GLuint buffer, GLintptr…
/hardware/google/gfxstream/codegen/gles2/
Dgles2.in291 GL_ENTRY(void, glBindBufferRange, GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsi…
/hardware/google/gfxstream/host/apigen-codec-common/GL/
Dgl_mangle.h77 #define glBindBufferRange MANGLE(BindBufferRange) macro

12