Searched refs:_glptr_PixelStoref (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h5240 typedef void (GLAPIENTRYP _glptr_PixelStoref)(GLenum, GLfloat); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,GLfloat)
5243 static inline _glptr_PixelStoref GET_PixelStoref(struct _glapi_table *disp) {
5244 return (_glptr_PixelStoref) (GET_by_offset(disp, _gloffset_PixelStoref));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h5713 typedef void (GLAPIENTRYP _glptr_PixelStoref)(GLenum, GLfloat); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,GLfloat)
5716 static inline _glptr_PixelStoref GET_PixelStoref(struct _glapi_table *disp) {
5717 return (_glptr_PixelStoref) (GET_by_offset(disp, _gloffset_PixelStoref));
[all...]

Completed in 102 milliseconds