Searched refs:_glptr_CopyColorTable (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/src/mesa/main/ | ||
| H A D | dispatch.h | 6263 typedef void (GLAPIENTRYP _glptr_CopyColorTable)(GLenum, GLenum, GLint, GLint, GLsizei); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,GLenum,GLint,GLint,GLsizei) 6266 static inline _glptr_CopyColorTable GET_CopyColorTable(struct _glapi_table *disp) { 6267 return (_glptr_CopyColorTable) (GET_by_offset(disp, _gloffset_CopyColorTable)); |
| /xsrc/external/mit/MesaLib/src/mesa/main/ | ||
| H A D | dispatch.h | 6736 typedef void (GLAPIENTRYP _glptr_CopyColorTable)(GLenum, GLenum, GLint, GLint, GLsizei); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,GLenum,GLint,GLint,GLsizei) 6739 static inline _glptr_CopyColorTable GET_CopyColorTable(struct _glapi_table *disp) { 6740 return (_glptr_CopyColorTable) (GET_by_offset(disp, _gloffset_CopyColorTable)); [all...] |
Completed in 164 milliseconds