Searched refs:_glptr_ColorTable (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/src/mesa/main/ | ||
| H A D | dispatch.h | 6230 typedef void (GLAPIENTRYP _glptr_ColorTable)(GLenum, GLenum, GLsizei, GLenum, GLenum, const GLvoid *); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,GLenum,GLsizei,GLenum,GLenum,const GLvoid *) 6233 static inline _glptr_ColorTable GET_ColorTable(struct _glapi_table *disp) { 6234 return (_glptr_ColorTable) (GET_by_offset(disp, _gloffset_ColorTable)); |
| /xsrc/external/mit/MesaLib/src/mesa/main/ | ||
| H A D | dispatch.h | 6703 typedef void (GLAPIENTRYP _glptr_ColorTable)(GLenum, GLenum, GLsizei, GLenum, GLenum, const GLvoid *); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,GLenum,GLsizei,GLenum,GLenum,const GLvoid *) 6706 static inline _glptr_ColorTable GET_ColorTable(struct _glapi_table *disp) { 6707 return (_glptr_ColorTable) (GET_by_offset(disp, _gloffset_ColorTable)); [all...] |
Completed in 162 milliseconds