Searched refs:_glptr_Materialxv (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/src/mesa/main/ | ||
| H A D | dispatch.h | 17802 typedef void (GLAPIENTRYP _glptr_Materialxv)(GLenum, GLenum, const GLfixed *); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,GLenum,const GLfixed *) 17805 static inline _glptr_Materialxv GET_Materialxv(struct _glapi_table *disp) { 17806 return (_glptr_Materialxv) (GET_by_offset(disp, _gloffset_Materialxv)); |
| /xsrc/external/mit/MesaLib/src/mesa/main/ | ||
| H A D | dispatch.h | 18275 typedef void (GLAPIENTRYP _glptr_Materialxv)(GLenum, GLenum, const GLfixed *); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,GLenum,const GLfixed *) 18278 static inline _glptr_Materialxv GET_Materialxv(struct _glapi_table *disp) { 18279 return (_glptr_Materialxv) (GET_by_offset(disp, _gloffset_Materialxv)); [all...] |
Completed in 108 milliseconds