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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h7066 typedef void (GLAPIENTRYP _glptr_LoadTransposeMatrixd)(const GLdouble *); typedef in typeref:typename:void (GLAPIENTRYP)(const GLdouble *)
7069 static inline _glptr_LoadTransposeMatrixd GET_LoadTransposeMatrixd(struct _glapi_table *disp) {
7070 return (_glptr_LoadTransposeMatrixd) (GET_by_offset(disp, _gloffset_LoadTransposeMatrixd));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h7539 typedef void (GLAPIENTRYP _glptr_LoadTransposeMatrixd)(const GLdouble *); typedef in typeref:typename:void (GLAPIENTRYP)(const GLdouble *)
7542 static inline _glptr_LoadTransposeMatrixd GET_LoadTransposeMatrixd(struct _glapi_table *disp) {
7543 return (_glptr_LoadTransposeMatrixd) (GET_by_offset(disp, _gloffset_LoadTransposeMatrixd));
[all...]

Completed in 128 milliseconds