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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h5251 typedef void (GLAPIENTRYP _glptr_PixelStorei)(GLenum, GLint); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,GLint)
5254 static inline _glptr_PixelStorei GET_PixelStorei(struct _glapi_table *disp) {
5255 return (_glptr_PixelStorei) (GET_by_offset(disp, _gloffset_PixelStorei));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h5724 typedef void (GLAPIENTRYP _glptr_PixelStorei)(GLenum, GLint); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,GLint)
5727 static inline _glptr_PixelStorei GET_PixelStorei(struct _glapi_table *disp) {
5728 return (_glptr_PixelStorei) (GET_by_offset(disp, _gloffset_PixelStorei));
[all...]

Completed in 180 milliseconds