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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h3832 typedef void (GLAPIENTRYP _glptr_TexCoord4fv)(const GLfloat *); typedef in typeref:typename:void (GLAPIENTRYP)(const GLfloat *)
3835 static inline _glptr_TexCoord4fv GET_TexCoord4fv(struct _glapi_table *disp) {
3836 return (_glptr_TexCoord4fv) (GET_by_offset(disp, _gloffset_TexCoord4fv));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h4305 typedef void (GLAPIENTRYP _glptr_TexCoord4fv)(const GLfloat *); typedef in typeref:typename:void (GLAPIENTRYP)(const GLfloat *)
4308 static inline _glptr_TexCoord4fv GET_TexCoord4fv(struct _glapi_table *disp) {
4309 return (_glptr_TexCoord4fv) (GET_by_offset(disp, _gloffset_TexCoord4fv));
[all...]

Completed in 109 milliseconds