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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h3777 typedef void (GLAPIENTRYP _glptr_TexCoord3s)(GLshort, GLshort, GLshort); typedef in typeref:typename:void (GLAPIENTRYP)(GLshort,GLshort,GLshort)
3780 static inline _glptr_TexCoord3s GET_TexCoord3s(struct _glapi_table *disp) {
3781 return (_glptr_TexCoord3s) (GET_by_offset(disp, _gloffset_TexCoord3s));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h4250 typedef void (GLAPIENTRYP _glptr_TexCoord3s)(GLshort, GLshort, GLshort); typedef in typeref:typename:void (GLAPIENTRYP)(GLshort,GLshort,GLshort)
4253 static inline _glptr_TexCoord3s GET_TexCoord3s(struct _glapi_table *disp) {
4254 return (_glptr_TexCoord3s) (GET_by_offset(disp, _gloffset_TexCoord3s));
[all...]

Completed in 105 milliseconds