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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h7407 typedef void (GLAPIENTRYP _glptr_WindowPos2f)(GLfloat, GLfloat); typedef in typeref:typename:void (GLAPIENTRYP)(GLfloat,GLfloat)
7410 static inline _glptr_WindowPos2f GET_WindowPos2f(struct _glapi_table *disp) {
7411 return (_glptr_WindowPos2f) (GET_by_offset(disp, _gloffset_WindowPos2f));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h7880 typedef void (GLAPIENTRYP _glptr_WindowPos2f)(GLfloat, GLfloat); typedef in typeref:typename:void (GLAPIENTRYP)(GLfloat,GLfloat)
7883 static inline _glptr_WindowPos2f GET_WindowPos2f(struct _glapi_table *disp) {
7884 return (_glptr_WindowPos2f) (GET_by_offset(disp, _gloffset_WindowPos2f));
[all...]

Completed in 104 milliseconds