Searched refs:_glptr_PixelMapfv (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/src/mesa/main/ | ||
| H A D | dispatch.h | 5262 typedef void (GLAPIENTRYP _glptr_PixelMapfv)(GLenum, GLsizei, const GLfloat *); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,GLsizei,const GLfloat *) 5265 static inline _glptr_PixelMapfv GET_PixelMapfv(struct _glapi_table *disp) { 5266 return (_glptr_PixelMapfv) (GET_by_offset(disp, _gloffset_PixelMapfv)); |
| /xsrc/external/mit/MesaLib/src/mesa/main/ | ||
| H A D | dispatch.h | 5735 typedef void (GLAPIENTRYP _glptr_PixelMapfv)(GLenum, GLsizei, const GLfloat *); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,GLsizei,const GLfloat *) 5738 static inline _glptr_PixelMapfv GET_PixelMapfv(struct _glapi_table *disp) { 5739 return (_glptr_PixelMapfv) (GET_by_offset(disp, _gloffset_PixelMapfv)); [all...] |
Completed in 174 milliseconds