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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h7451 typedef void (GLAPIENTRYP _glptr_WindowPos2s)(GLshort, GLshort); typedef in typeref:typename:void (GLAPIENTRYP)(GLshort,GLshort)
7454 static inline _glptr_WindowPos2s GET_WindowPos2s(struct _glapi_table *disp) {
7455 return (_glptr_WindowPos2s) (GET_by_offset(disp, _gloffset_WindowPos2s));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h7924 typedef void (GLAPIENTRYP _glptr_WindowPos2s)(GLshort, GLshort); typedef in typeref:typename:void (GLAPIENTRYP)(GLshort,GLshort)
7927 static inline _glptr_WindowPos2s GET_WindowPos2s(struct _glapi_table *disp) {
7928 return (_glptr_WindowPos2s) (GET_by_offset(disp, _gloffset_WindowPos2s));
[all...]

Completed in 175 milliseconds