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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h3568 typedef void (GLAPIENTRYP _glptr_TexCoord1fv)(const GLfloat *); typedef in typeref:typename:void (GLAPIENTRYP)(const GLfloat *)
3571 static inline _glptr_TexCoord1fv GET_TexCoord1fv(struct _glapi_table *disp) {
3572 return (_glptr_TexCoord1fv) (GET_by_offset(disp, _gloffset_TexCoord1fv));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h4041 typedef void (GLAPIENTRYP _glptr_TexCoord1fv)(const GLfloat *); typedef in typeref:typename:void (GLAPIENTRYP)(const GLfloat *)
4044 static inline _glptr_TexCoord1fv GET_TexCoord1fv(struct _glapi_table *disp) {
4045 return (_glptr_TexCoord1fv) (GET_by_offset(disp, _gloffset_TexCoord1fv));
[all...]

Completed in 248 milliseconds