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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h9783 typedef void (GLAPIENTRYP _glptr_BindRenderbuffer)(GLenum, GLuint); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,GLuint)
9786 static inline _glptr_BindRenderbuffer GET_BindRenderbuffer(struct _glapi_table *disp) {
9787 return (_glptr_BindRenderbuffer) (GET_by_offset(disp, _gloffset_BindRenderbuffer));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h10256 typedef void (GLAPIENTRYP _glptr_BindRenderbuffer)(GLenum, GLuint); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,GLuint)
10259 static inline _glptr_BindRenderbuffer GET_BindRenderbuffer(struct _glapi_table *disp) {
10260 return (_glptr_BindRenderbuffer) (GET_by_offset(disp, _gloffset_BindRenderbuffer));
[all...]

Completed in 154 milliseconds