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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h7385 typedef void (GLAPIENTRYP _glptr_WindowPos2d)(GLdouble, GLdouble); typedef in typeref:typename:void (GLAPIENTRYP)(GLdouble,GLdouble)
7388 static inline _glptr_WindowPos2d GET_WindowPos2d(struct _glapi_table *disp) {
7389 return (_glptr_WindowPos2d) (GET_by_offset(disp, _gloffset_WindowPos2d));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h7858 typedef void (GLAPIENTRYP _glptr_WindowPos2d)(GLdouble, GLdouble); typedef in typeref:typename:void (GLAPIENTRYP)(GLdouble,GLdouble)
7861 static inline _glptr_WindowPos2d GET_WindowPos2d(struct _glapi_table *disp) {
7862 return (_glptr_WindowPos2d) (GET_by_offset(disp, _gloffset_WindowPos2d));
[all...]

Completed in 108 milliseconds