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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h7077 typedef void (GLAPIENTRYP _glptr_LoadTransposeMatrixf)(const GLfloat *); typedef in typeref:typename:void (GLAPIENTRYP)(const GLfloat *)
7080 static inline _glptr_LoadTransposeMatrixf GET_LoadTransposeMatrixf(struct _glapi_table *disp) {
7081 return (_glptr_LoadTransposeMatrixf) (GET_by_offset(disp, _gloffset_LoadTransposeMatrixf));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h7550 typedef void (GLAPIENTRYP _glptr_LoadTransposeMatrixf)(const GLfloat *); typedef in typeref:typename:void (GLAPIENTRYP)(const GLfloat *)
7553 static inline _glptr_LoadTransposeMatrixf GET_LoadTransposeMatrixf(struct _glapi_table *disp) {
7554 return (_glptr_LoadTransposeMatrixf) (GET_by_offset(disp, _gloffset_LoadTransposeMatrixf));
[all...]

Completed in 185 milliseconds