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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h3865 typedef void (GLAPIENTRYP _glptr_TexCoord4s)(GLshort, GLshort, GLshort, GLshort); typedef in typeref:typename:void (GLAPIENTRYP)(GLshort,GLshort,GLshort,GLshort)
3868 static inline _glptr_TexCoord4s GET_TexCoord4s(struct _glapi_table *disp) {
3869 return (_glptr_TexCoord4s) (GET_by_offset(disp, _gloffset_TexCoord4s));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h4338 typedef void (GLAPIENTRYP _glptr_TexCoord4s)(GLshort, GLshort, GLshort, GLshort); typedef in typeref:typename:void (GLAPIENTRYP)(GLshort,GLshort,GLshort,GLshort)
4341 static inline _glptr_TexCoord4s GET_TexCoord4s(struct _glapi_table *disp) {
4342 return (_glptr_TexCoord4s) (GET_by_offset(disp, _gloffset_TexCoord4s));
[all...]

Completed in 159 milliseconds