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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h8793 typedef void (GLAPIENTRYP _glptr_BindBufferBase)(GLenum, GLuint, GLuint); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,GLuint,GLuint)
8796 static inline _glptr_BindBufferBase GET_BindBufferBase(struct _glapi_table *disp) {
8797 return (_glptr_BindBufferBase) (GET_by_offset(disp, _gloffset_BindBufferBase));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h9266 typedef void (GLAPIENTRYP _glptr_BindBufferBase)(GLenum, GLuint, GLuint); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,GLuint,GLuint)
9269 static inline _glptr_BindBufferBase GET_BindBufferBase(struct _glapi_table *disp) {
9270 return (_glptr_BindBufferBase) (GET_by_offset(disp, _gloffset_BindBufferBase));
[all...]

Completed in 106 milliseconds