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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h3898 typedef void (GLAPIENTRYP _glptr_Vertex2dv)(const GLdouble *); typedef in typeref:typename:void (GLAPIENTRYP)(const GLdouble *)
3901 static inline _glptr_Vertex2dv GET_Vertex2dv(struct _glapi_table *disp) {
3902 return (_glptr_Vertex2dv) (GET_by_offset(disp, _gloffset_Vertex2dv));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h4371 typedef void (GLAPIENTRYP _glptr_Vertex2dv)(const GLdouble *); typedef in typeref:typename:void (GLAPIENTRYP)(const GLdouble *)
4374 static inline _glptr_Vertex2dv GET_Vertex2dv(struct _glapi_table *disp) {
4375 return (_glptr_Vertex2dv) (GET_by_offset(disp, _gloffset_Vertex2dv));
[all...]

Completed in 153 milliseconds