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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h5702 typedef void (GLAPIENTRYP _glptr_LoadMatrixf)(const GLfloat *); typedef in typeref:typename:void (GLAPIENTRYP)(const GLfloat *)
5705 static inline _glptr_LoadMatrixf GET_LoadMatrixf(struct _glapi_table *disp) {
5706 return (_glptr_LoadMatrixf) (GET_by_offset(disp, _gloffset_LoadMatrixf));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h6175 typedef void (GLAPIENTRYP _glptr_LoadMatrixf)(const GLfloat *); typedef in typeref:typename:void (GLAPIENTRYP)(const GLfloat *)
6178 static inline _glptr_LoadMatrixf GET_LoadMatrixf(struct _glapi_table *disp) {
6179 return (_glptr_LoadMatrixf) (GET_by_offset(disp, _gloffset_LoadMatrixf));
[all...]

Completed in 185 milliseconds