Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/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…
1786 void glBindBufferRange(GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size) in glBindBufferRange() function
1789 ctx->glBindBufferRange(ctx, target, index, buffer, offset, size); in glBindBufferRange()
DGL2Encoder.cpp205 OVERRIDE(glBindBufferRange); in GL2Encoder()
Dgl2_enc.cpp11273 this->glBindBufferRange = &glBindBufferRange_enc; in gl2_encoder_context_t()
/device/generic/goldfish-opengl/system/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…