Searched refs:_glptr_Materialiv (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/src/mesa/main/ | ||
| H A D | dispatch.h | 4393 typedef void (GLAPIENTRYP _glptr_Materialiv)(GLenum, GLenum, const GLint *); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,GLenum,const GLint *) 4396 static inline _glptr_Materialiv GET_Materialiv(struct _glapi_table *disp) { 4397 return (_glptr_Materialiv) (GET_by_offset(disp, _gloffset_Materialiv)); |
| /xsrc/external/mit/MesaLib/src/mesa/main/ | ||
| H A D | dispatch.h | 4866 typedef void (GLAPIENTRYP _glptr_Materialiv)(GLenum, GLenum, const GLint *); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,GLenum,const GLint *) 4869 static inline _glptr_Materialiv GET_Materialiv(struct _glapi_table *disp) { 4870 return (_glptr_Materialiv) (GET_by_offset(disp, _gloffset_Materialiv)); [all...] |
Completed in 105 milliseconds