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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h3700 typedef void (GLAPIENTRYP _glptr_TexCoord2sv)(const GLshort *); typedef in typeref:typename:void (GLAPIENTRYP)(const GLshort *)
3703 static inline _glptr_TexCoord2sv GET_TexCoord2sv(struct _glapi_table *disp) {
3704 return (_glptr_TexCoord2sv) (GET_by_offset(disp, _gloffset_TexCoord2sv));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h4173 typedef void (GLAPIENTRYP _glptr_TexCoord2sv)(const GLshort *); typedef in typeref:typename:void (GLAPIENTRYP)(const GLshort *)
4176 static inline _glptr_TexCoord2sv GET_TexCoord2sv(struct _glapi_table *disp) {
4177 return (_glptr_TexCoord2sv) (GET_by_offset(disp, _gloffset_TexCoord2sv));
[all...]

Completed in 110 milliseconds