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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h17879 typedef void (GLAPIENTRYP _glptr_PolygonOffsetx)(GLfixed, GLfixed); typedef in typeref:typename:void (GLAPIENTRYP)(GLfixed,GLfixed)
17882 static inline _glptr_PolygonOffsetx GET_PolygonOffsetx(struct _glapi_table *disp) {
17883 return (_glptr_PolygonOffsetx) (GET_by_offset(disp, _gloffset_PolygonOffsetx));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h18352 typedef void (GLAPIENTRYP _glptr_PolygonOffsetx)(GLfixed, GLfixed); typedef in typeref:typename:void (GLAPIENTRYP)(GLfixed,GLfixed)
18355 static inline _glptr_PolygonOffsetx GET_PolygonOffsetx(struct _glapi_table *disp) {
18356 return (_glptr_PolygonOffsetx) (GET_by_offset(disp, _gloffset_PolygonOffsetx));
[all...]

Completed in 110 milliseconds