Searched refs:_glptr_GetTexGenfv (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/src/mesa/main/ | ||
| H A D | dispatch.h | 5570 typedef void (GLAPIENTRYP _glptr_GetTexGenfv)(GLenum, GLenum, GLfloat *); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,GLenum,GLfloat *) 5573 static inline _glptr_GetTexGenfv GET_GetTexGenfv(struct _glapi_table *disp) { 5574 return (_glptr_GetTexGenfv) (GET_by_offset(disp, _gloffset_GetTexGenfv)); |
| /xsrc/external/mit/MesaLib/src/mesa/main/ | ||
| H A D | dispatch.h | 6043 typedef void (GLAPIENTRYP _glptr_GetTexGenfv)(GLenum, GLenum, GLfloat *); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,GLenum,GLfloat *) 6046 static inline _glptr_GetTexGenfv GET_GetTexGenfv(struct _glapi_table *disp) { 6047 return (_glptr_GetTexGenfv) (GET_by_offset(disp, _gloffset_GetTexGenfv)); [all...] |
Completed in 109 milliseconds