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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h3612 typedef void (GLAPIENTRYP _glptr_TexCoord1sv)(const GLshort *); typedef in typeref:typename:void (GLAPIENTRYP)(const GLshort *)
3615 static inline _glptr_TexCoord1sv GET_TexCoord1sv(struct _glapi_table *disp) {
3616 return (_glptr_TexCoord1sv) (GET_by_offset(disp, _gloffset_TexCoord1sv));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h4085 typedef void (GLAPIENTRYP _glptr_TexCoord1sv)(const GLshort *); typedef in typeref:typename:void (GLAPIENTRYP)(const GLshort *)
4088 static inline _glptr_TexCoord1sv GET_TexCoord1sv(struct _glapi_table *disp) {
4089 return (_glptr_TexCoord1sv) (GET_by_offset(disp, _gloffset_TexCoord1sv));
[all...]

Completed in 104 milliseconds