Searched refs:_glptr_GetnTexImageARB (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/src/mesa/main/ | ||
| H A D | dispatch.h | 11906 typedef void (GLAPIENTRYP _glptr_GetnTexImageARB)(GLenum, GLint, GLenum, GLenum, GLsizei, GLvoid *); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,GLint,GLenum,GLenum,GLsizei,GLvoid *) 11909 static inline _glptr_GetnTexImageARB GET_GetnTexImageARB(struct _glapi_table *disp) { 11910 return (_glptr_GetnTexImageARB) (GET_by_offset(disp, _gloffset_GetnTexImageARB)); |
| /xsrc/external/mit/MesaLib/src/mesa/main/ | ||
| H A D | dispatch.h | 12379 typedef void (GLAPIENTRYP _glptr_GetnTexImageARB)(GLenum, GLint, GLenum, GLenum, GLsizei, GLvoid *); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,GLint,GLenum,GLenum,GLsizei,GLvoid *) 12382 static inline _glptr_GetnTexImageARB GET_GetnTexImageARB(struct _glapi_table *disp) { 12383 return (_glptr_GetnTexImageARB) (GET_by_offset(disp, _gloffset_GetnTexImageARB)); [all...] |
Completed in 101 milliseconds