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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h3546 typedef void (GLAPIENTRYP _glptr_TexCoord1dv)(const GLdouble *); typedef in typeref:typename:void (GLAPIENTRYP)(const GLdouble *)
3549 static inline _glptr_TexCoord1dv GET_TexCoord1dv(struct _glapi_table *disp) {
3550 return (_glptr_TexCoord1dv) (GET_by_offset(disp, _gloffset_TexCoord1dv));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h4019 typedef void (GLAPIENTRYP _glptr_TexCoord1dv)(const GLdouble *); typedef in typeref:typename:void (GLAPIENTRYP)(const GLdouble *)
4022 static inline _glptr_TexCoord1dv GET_TexCoord1dv(struct _glapi_table *disp) {
4023 return (_glptr_TexCoord1dv) (GET_by_offset(disp, _gloffset_TexCoord1dv));
[all...]

Completed in 104 milliseconds