Searched refs:_glptr_GetLightfv (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/src/mesa/main/ | ||
| H A D | dispatch.h | 5405 typedef void (GLAPIENTRYP _glptr_GetLightfv)(GLenum, GLenum, GLfloat *); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,GLenum,GLfloat *) 5408 static inline _glptr_GetLightfv GET_GetLightfv(struct _glapi_table *disp) { 5409 return (_glptr_GetLightfv) (GET_by_offset(disp, _gloffset_GetLightfv)); |
| /xsrc/external/mit/MesaLib/src/mesa/main/ | ||
| H A D | dispatch.h | 5878 typedef void (GLAPIENTRYP _glptr_GetLightfv)(GLenum, GLenum, GLfloat *); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,GLenum,GLfloat *) 5881 static inline _glptr_GetLightfv GET_GetLightfv(struct _glapi_table *disp) { 5882 return (_glptr_GetLightfv) (GET_by_offset(disp, _gloffset_GetLightfv)); [all...] |
Completed in 151 milliseconds