Searched defs:glBindBuffer (Results 1 - 6 of 6) sorted by relevance

/device/generic/goldfish-opengl/system/GLESv1_enc/
H A Dgl_client_context.h53 glBindBuffer_client_proc_t glBindBuffer; member in struct:gl_client_context_t
H A Dgl_entry.cpp48 void glBindBuffer(GLenum target, GLuint buffer);
547 void glBindBuffer(GLenum target, GLuint buffer) function
550 ctx->glBindBuffer(ctx, target, buffer);
/device/generic/goldfish-opengl/system/GLESv2_enc/
H A Dgl2_client_context.h16 glBindBuffer_client_proc_t glBindBuffer; member in struct:gl2_client_context_t
H A Dgl2_entry.cpp11 void glBindBuffer(GLenum target, GLuint buffer);
445 void glBindBuffer(GLenum target, GLuint buffer) function
448 ctx->glBindBuffer(ctx, target, buffer);
/device/generic/goldfish-opengl/tests/gles_android_wrapper/
H A Dgles.cpp256 void glBindBuffer(GLenum target, GLuint buffer) function
258 getDispatch()->glBindBuffer(target, buffer);
H A Dgles_dispatch.h63 glBindBuffer_t glBindBuffer; member in struct:gles_dispatch
335 glBindBuffer_t set_glBindBuffer(glBindBuffer_t f) { glBindBuffer_t retval = glBindBuffer; glBindBuffer = f; return retval;}

Completed in 120 milliseconds