Searched refs:_glptr_BindBuffer (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h7572 typedef void (GLAPIENTRYP _glptr_BindBuffer)(GLenum, GLuint); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,GLuint)
7575 static inline _glptr_BindBuffer GET_BindBuffer(struct _glapi_table *disp) {
7576 return (_glptr_BindBuffer) (GET_by_offset(disp, _gloffset_BindBuffer));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h8045 typedef void (GLAPIENTRYP _glptr_BindBuffer)(GLenum, GLuint); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,GLuint)
8048 static inline _glptr_BindBuffer GET_BindBuffer(struct _glapi_table *disp) {
8049 return (_glptr_BindBuffer) (GET_by_offset(disp, _gloffset_BindBuffer));
[all...]

Completed in 110 milliseconds