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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h4217 typedef void (GLAPIENTRYP _glptr_Fogiv)(GLenum, const GLint *); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,const GLint *)
4220 static inline _glptr_Fogiv GET_Fogiv(struct _glapi_table *disp) {
4221 return (_glptr_Fogiv) (GET_by_offset(disp, _gloffset_Fogiv));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h4690 typedef void (GLAPIENTRYP _glptr_Fogiv)(GLenum, const GLint *); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,const GLint *)
4693 static inline _glptr_Fogiv GET_Fogiv(struct _glapi_table *disp) {
4694 return (_glptr_Fogiv) (GET_by_offset(disp, _gloffset_Fogiv));
[all...]

Completed in 152 milliseconds