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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h4426 typedef void (GLAPIENTRYP _glptr_PolygonStipple)(const GLubyte *); typedef in typeref:typename:void (GLAPIENTRYP)(const GLubyte *)
4429 static inline _glptr_PolygonStipple GET_PolygonStipple(struct _glapi_table *disp) {
4430 return (_glptr_PolygonStipple) (GET_by_offset(disp, _gloffset_PolygonStipple));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h4899 typedef void (GLAPIENTRYP _glptr_PolygonStipple)(const GLubyte *); typedef in typeref:typename:void (GLAPIENTRYP)(const GLubyte *)
4902 static inline _glptr_PolygonStipple GET_PolygonStipple(struct _glapi_table *disp) {
4903 return (_glptr_PolygonStipple) (GET_by_offset(disp, _gloffset_PolygonStipple));
[all...]

Completed in 106 milliseconds