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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h15426 typedef void (GLAPIENTRYP _glptr_FogCoordfvEXT)(const GLfloat *); typedef in typeref:typename:void (GLAPIENTRYP)(const GLfloat *)
15429 static inline _glptr_FogCoordfvEXT GET_FogCoordfvEXT(struct _glapi_table *disp) {
15430 return (_glptr_FogCoordfvEXT) (GET_by_offset(disp, _gloffset_FogCoordfvEXT));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h15899 typedef void (GLAPIENTRYP _glptr_FogCoordfvEXT)(const GLfloat *); typedef in typeref:typename:void (GLAPIENTRYP)(const GLfloat *)
15902 static inline _glptr_FogCoordfvEXT GET_FogCoordfvEXT(struct _glapi_table *disp) {
15903 return (_glptr_FogCoordfvEXT) (GET_by_offset(disp, _gloffset_FogCoordfvEXT));
[all...]

Completed in 248 milliseconds