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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h3876 typedef void (GLAPIENTRYP _glptr_TexCoord4sv)(const GLshort *); typedef in typeref:typename:void (GLAPIENTRYP)(const GLshort *)
3879 static inline _glptr_TexCoord4sv GET_TexCoord4sv(struct _glapi_table *disp) {
3880 return (_glptr_TexCoord4sv) (GET_by_offset(disp, _gloffset_TexCoord4sv));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h4349 typedef void (GLAPIENTRYP _glptr_TexCoord4sv)(const GLshort *); typedef in typeref:typename:void (GLAPIENTRYP)(const GLshort *)
4352 static inline _glptr_TexCoord4sv GET_TexCoord4sv(struct _glapi_table *disp) {
4353 return (_glptr_TexCoord4sv) (GET_by_offset(disp, _gloffset_TexCoord4sv));
[all...]

Completed in 186 milliseconds