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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h5812 typedef void (GLAPIENTRYP _glptr_Scaled)(GLdouble, GLdouble, GLdouble); typedef in typeref:typename:void (GLAPIENTRYP)(GLdouble,GLdouble,GLdouble)
5815 static inline _glptr_Scaled GET_Scaled(struct _glapi_table *disp) {
5816 return (_glptr_Scaled) (GET_by_offset(disp, _gloffset_Scaled));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h6285 typedef void (GLAPIENTRYP _glptr_Scaled)(GLdouble, GLdouble, GLdouble); typedef in typeref:typename:void (GLAPIENTRYP)(GLdouble,GLdouble,GLdouble)
6288 static inline _glptr_Scaled GET_Scaled(struct _glapi_table *disp) {
6289 return (_glptr_Scaled) (GET_by_offset(disp, _gloffset_Scaled));
[all...]

Completed in 106 milliseconds