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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h5229 typedef void (GLAPIENTRYP _glptr_PixelTransferi)(GLenum, GLint); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,GLint)
5232 static inline _glptr_PixelTransferi GET_PixelTransferi(struct _glapi_table *disp) {
5233 return (_glptr_PixelTransferi) (GET_by_offset(disp, _gloffset_PixelTransferi));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h5702 typedef void (GLAPIENTRYP _glptr_PixelTransferi)(GLenum, GLint); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,GLint)
5705 static inline _glptr_PixelTransferi GET_PixelTransferi(struct _glapi_table *disp) {
5706 return (_glptr_PixelTransferi) (GET_by_offset(disp, _gloffset_PixelTransferi));
[all...]

Completed in 223 milliseconds