/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/ |
D | TransformFeedbackData.cpp | 56 dispatcher.glBindBufferRange(GL_TRANSFORM_FEEDBACK, i, bufferName, in restore()
|
D | GLESv2Context.cpp | 344 this->dispatcher().glBindBufferRange(target, in postLoadRestoreCtx()
|
D | GLESv30Imp.cpp | 43 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/ |
D | gl2_ftable.h | 219 {"glBindBufferRange", (void*)glBindBufferRange},
|
D | gl2_client_context.h | 236 glBindBufferRange_client_proc_t glBindBufferRange; member
|
D | gl2_client_context.cpp | 236 glBindBufferRange = (glBindBufferRange_client_proc_t) getProc("glBindBufferRange", userData); in initDispatchByName()
|
D | gl2_entry.cpp | 231 …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()
|
D | GL2Encoder.cpp | 256 OVERRIDE(glBindBufferRange); in GL2Encoder()
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles3_only.entries | 23 void glBindBufferRange(GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size…
|
D | gles3_only_dispatch_logging_wrappers.impl | 45 …DISPATCH_DEBUG_LOG("glBindBufferRange(target:0x%X, index:%d, buffer:%d, offset:%ld, size:%ld)", ta…
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles3_only_static_translator_namespaced_header.h | 18 GL_APICALL void GL_APIENTRY glBindBufferRange(GLenum target, GLuint index, GLuint buffer, GLintptr …
|
D | gles3_only_functions.h | 18 …X(void, glBindBufferRange, (GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeipt…
|
/hardware/google/gfxstream/host/gl/gles2_dec/ |
D | gles2_server_context.h | 275 glBindBufferRange_server_proc_t glBindBufferRange; member
|
D | gles2_server_context.cpp | 236 glBindBufferRange = (glBindBufferRange_server_proc_t) getProc("glBindBufferRange", userData); in initDispatchByName()
|
/hardware/google/gfxstream/common/opengl/include/GLES3/ |
D | gl3.h | 864 GL_APICALL void GL_APIENTRY glBindBufferRange (GLenum target, GLuint index, GLuint buffer, GLintptr…
|
D | gl31.h | 864 GL_APICALL void GL_APIENTRY glBindBufferRange (GLenum target, GLuint index, GLuint buffer, GLintptr…
|
/hardware/google/gfxstream/include/GLES3/ |
D | gl3.h | 864 GL_APICALL void GL_APIENTRY glBindBufferRange (GLenum target, GLuint index, GLuint buffer, GLintptr…
|
D | gl31.h | 864 GL_APICALL void GL_APIENTRY glBindBufferRange (GLenum target, GLuint index, GLuint buffer, GLintptr…
|
D | gl32.h | 1116 GL_APICALL void GL_APIENTRY glBindBufferRange (GLenum target, GLuint index, GLuint buffer, GLintptr…
|
/hardware/google/gfxstream/common/detector/ |
D | GlesFuncs.h | 294 …X(void, glBindBufferRange, (GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeipt…
|
/hardware/google/gfxstream/guest/mesa/include/GLES3/ |
D | gl3.h | 1116 GL_APICALL void GL_APIENTRY glBindBufferRange (GLenum target, GLuint index, GLuint buffer, GLintptr…
|
D | gl31.h | 1116 GL_APICALL void GL_APIENTRY glBindBufferRange (GLenum target, GLuint index, GLuint buffer, GLintptr…
|
D | gl32.h | 1116 GL_APICALL void GL_APIENTRY glBindBufferRange (GLenum target, GLuint index, GLuint buffer, GLintptr…
|
/hardware/google/gfxstream/codegen/gles2/ |
D | gles2.in | 291 GL_ENTRY(void, glBindBufferRange, GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsi…
|
/hardware/google/gfxstream/host/apigen-codec-common/GL/ |
D | gl_mangle.h | 77 #define glBindBufferRange MANGLE(BindBufferRange) macro
|