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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h4415 typedef void (GLAPIENTRYP _glptr_PolygonMode)(GLenum, GLenum); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,GLenum)
4418 static inline _glptr_PolygonMode GET_PolygonMode(struct _glapi_table *disp) {
4419 return (_glptr_PolygonMode) (GET_by_offset(disp, _gloffset_PolygonMode));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h4888 typedef void (GLAPIENTRYP _glptr_PolygonMode)(GLenum, GLenum); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,GLenum)
4891 static inline _glptr_PolygonMode GET_PolygonMode(struct _glapi_table *disp) {
4892 return (_glptr_PolygonMode) (GET_by_offset(disp, _gloffset_PolygonMode));
[all...]

Completed in 106 milliseconds