Searched refs:_glptr_TrackMatrixNV (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/src/mesa/main/ | ||
| H A D | dispatch.h | 15712 typedef void (GLAPIENTRYP _glptr_TrackMatrixNV)(GLenum, GLuint, GLenum, GLenum); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,GLuint,GLenum,GLenum) 15715 static inline _glptr_TrackMatrixNV GET_TrackMatrixNV(struct _glapi_table *disp) { 15716 return (_glptr_TrackMatrixNV) (GET_by_offset(disp, _gloffset_TrackMatrixNV)); |
| /xsrc/external/mit/MesaLib/src/mesa/main/ | ||
| H A D | dispatch.h | 16185 typedef void (GLAPIENTRYP _glptr_TrackMatrixNV)(GLenum, GLuint, GLenum, GLenum); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,GLuint,GLenum,GLenum) 16188 static inline _glptr_TrackMatrixNV GET_TrackMatrixNV(struct _glapi_table *disp) { 16189 return (_glptr_TrackMatrixNV) (GET_by_offset(disp, _gloffset_TrackMatrixNV)); [all...] |
Completed in 106 milliseconds