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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h3634 typedef void (GLAPIENTRYP _glptr_TexCoord2dv)(const GLdouble *); typedef in typeref:typename:void (GLAPIENTRYP)(const GLdouble *)
3637 static inline _glptr_TexCoord2dv GET_TexCoord2dv(struct _glapi_table *disp) {
3638 return (_glptr_TexCoord2dv) (GET_by_offset(disp, _gloffset_TexCoord2dv));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h4107 typedef void (GLAPIENTRYP _glptr_TexCoord2dv)(const GLdouble *); typedef in typeref:typename:void (GLAPIENTRYP)(const GLdouble *)
4110 static inline _glptr_TexCoord2dv GET_TexCoord2dv(struct _glapi_table *disp) {
4111 return (_glptr_TexCoord2dv) (GET_by_offset(disp, _gloffset_TexCoord2dv));
[all...]

Completed in 106 milliseconds