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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h3557 typedef void (GLAPIENTRYP _glptr_TexCoord1f)(GLfloat); typedef in typeref:typename:void (GLAPIENTRYP)(GLfloat)
3560 static inline _glptr_TexCoord1f GET_TexCoord1f(struct _glapi_table *disp) {
3561 return (_glptr_TexCoord1f) (GET_by_offset(disp, _gloffset_TexCoord1f));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h4030 typedef void (GLAPIENTRYP _glptr_TexCoord1f)(GLfloat); typedef in typeref:typename:void (GLAPIENTRYP)(GLfloat)
4033 static inline _glptr_TexCoord1f GET_TexCoord1f(struct _glapi_table *disp) {
4034 return (_glptr_TexCoord1f) (GET_by_offset(disp, _gloffset_TexCoord1f));
[all...]

Completed in 106 milliseconds