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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h4305 typedef void (GLAPIENTRYP _glptr_LightModelfv)(GLenum, const GLfloat *); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,const GLfloat *)
4308 static inline _glptr_LightModelfv GET_LightModelfv(struct _glapi_table *disp) {
4309 return (_glptr_LightModelfv) (GET_by_offset(disp, _gloffset_LightModelfv));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h4778 typedef void (GLAPIENTRYP _glptr_LightModelfv)(GLenum, const GLfloat *); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,const GLfloat *)
4781 static inline _glptr_LightModelfv GET_LightModelfv(struct _glapi_table *disp) {
4782 return (_glptr_LightModelfv) (GET_by_offset(disp, _gloffset_LightModelfv));
[all...]

Completed in 185 milliseconds