Searched refs:_glptr_Lightfv (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/src/mesa/main/ | ||
| H A D | dispatch.h | 4261 typedef void (GLAPIENTRYP _glptr_Lightfv)(GLenum, GLenum, const GLfloat *); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,GLenum,const GLfloat *) 4264 static inline _glptr_Lightfv GET_Lightfv(struct _glapi_table *disp) { 4265 return (_glptr_Lightfv) (GET_by_offset(disp, _gloffset_Lightfv)); |
| /xsrc/external/mit/MesaLib/src/mesa/main/ | ||
| H A D | dispatch.h | 4734 typedef void (GLAPIENTRYP _glptr_Lightfv)(GLenum, GLenum, const GLfloat *); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,GLenum,const GLfloat *) 4737 static inline _glptr_Lightfv GET_Lightfv(struct _glapi_table *disp) { 4738 return (_glptr_Lightfv) (GET_by_offset(disp, _gloffset_Lightfv)); [all...] |
Completed in 109 milliseconds