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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h8870 typedef void (GLAPIENTRYP _glptr_ClearBufferuiv)(GLenum, GLint, const GLuint *); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,GLint,const GLuint *)
8873 static inline _glptr_ClearBufferuiv GET_ClearBufferuiv(struct _glapi_table *disp) {
8874 return (_glptr_ClearBufferuiv) (GET_by_offset(disp, _gloffset_ClearBufferuiv));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h9343 typedef void (GLAPIENTRYP _glptr_ClearBufferuiv)(GLenum, GLint, const GLuint *); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,GLint,const GLuint *)
9346 static inline _glptr_ClearBufferuiv GET_ClearBufferuiv(struct _glapi_table *disp) {
9347 return (_glptr_ClearBufferuiv) (GET_by_offset(disp, _gloffset_ClearBufferuiv));
[all...]

Completed in 151 milliseconds