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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h2622 typedef void (GLAPIENTRYP _glptr_Color3d)(GLdouble, GLdouble, GLdouble); typedef in typeref:typename:void (GLAPIENTRYP)(GLdouble,GLdouble,GLdouble)
2625 static inline _glptr_Color3d GET_Color3d(struct _glapi_table *disp) {
2626 return (_glptr_Color3d) (GET_by_offset(disp, _gloffset_Color3d));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h3095 typedef void (GLAPIENTRYP _glptr_Color3d)(GLdouble, GLdouble, GLdouble); typedef in typeref:typename:void (GLAPIENTRYP)(GLdouble,GLdouble,GLdouble)
3098 static inline _glptr_Color3d GET_Color3d(struct _glapi_table *disp) {
3099 return (_glptr_Color3d) (GET_by_offset(disp, _gloffset_Color3d));
[all...]

Completed in 145 milliseconds