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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h4404 typedef void (GLAPIENTRYP _glptr_PointSize)(GLfloat); typedef in typeref:typename:void (GLAPIENTRYP)(GLfloat)
4407 static inline _glptr_PointSize GET_PointSize(struct _glapi_table *disp) {
4408 return (_glptr_PointSize) (GET_by_offset(disp, _gloffset_PointSize));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h4877 typedef void (GLAPIENTRYP _glptr_PointSize)(GLfloat); typedef in typeref:typename:void (GLAPIENTRYP)(GLfloat)
4880 static inline _glptr_PointSize GET_PointSize(struct _glapi_table *disp) {
4881 return (_glptr_PointSize) (GET_by_offset(disp, _gloffset_PointSize));
[all...]

Completed in 105 milliseconds