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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h5713 typedef void (GLAPIENTRYP _glptr_LoadMatrixd)(const GLdouble *); typedef in typeref:typename:void (GLAPIENTRYP)(const GLdouble *)
5716 static inline _glptr_LoadMatrixd GET_LoadMatrixd(struct _glapi_table *disp) {
5717 return (_glptr_LoadMatrixd) (GET_by_offset(disp, _gloffset_LoadMatrixd));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h6186 typedef void (GLAPIENTRYP _glptr_LoadMatrixd)(const GLdouble *); typedef in typeref:typename:void (GLAPIENTRYP)(const GLdouble *)
6189 static inline _glptr_LoadMatrixd GET_LoadMatrixd(struct _glapi_table *disp) {
6190 return (_glptr_LoadMatrixd) (GET_by_offset(disp, _gloffset_LoadMatrixd));
[all...]

Completed in 106 milliseconds