Searched refs:_glptr_PixelMapuiv (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/src/mesa/main/ | ||
| H A D | dispatch.h | 5273 typedef void (GLAPIENTRYP _glptr_PixelMapuiv)(GLenum, GLsizei, const GLuint *); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,GLsizei,const GLuint *) 5276 static inline _glptr_PixelMapuiv GET_PixelMapuiv(struct _glapi_table *disp) { 5277 return (_glptr_PixelMapuiv) (GET_by_offset(disp, _gloffset_PixelMapuiv)); |
| /xsrc/external/mit/MesaLib/src/mesa/main/ | ||
| H A D | dispatch.h | 5746 typedef void (GLAPIENTRYP _glptr_PixelMapuiv)(GLenum, GLsizei, const GLuint *); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,GLsizei,const GLuint *) 5749 static inline _glptr_PixelMapuiv GET_PixelMapuiv(struct _glapi_table *disp) { 5750 return (_glptr_PixelMapuiv) (GET_by_offset(disp, _gloffset_PixelMapuiv)); [all...] |
Completed in 100 milliseconds