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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h5768 typedef void (GLAPIENTRYP _glptr_PopMatrix)(void); typedef in typeref:typename:void (GLAPIENTRYP)(void)
5771 static inline _glptr_PopMatrix GET_PopMatrix(struct _glapi_table *disp) {
5772 return (_glptr_PopMatrix) (GET_by_offset(disp, _gloffset_PopMatrix));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h6241 typedef void (GLAPIENTRYP _glptr_PopMatrix)(void); typedef in typeref:typename:void (GLAPIENTRYP)(void)
6244 static inline _glptr_PopMatrix GET_PopMatrix(struct _glapi_table *disp) {
6245 return (_glptr_PopMatrix) (GET_by_offset(disp, _gloffset_PopMatrix));
[all...]

Completed in 112 milliseconds