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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h5460 typedef void (GLAPIENTRYP _glptr_GetMaterialfv)(GLenum, GLenum, GLfloat *); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,GLenum,GLfloat *)
5463 static inline _glptr_GetMaterialfv GET_GetMaterialfv(struct _glapi_table *disp) {
5464 return (_glptr_GetMaterialfv) (GET_by_offset(disp, _gloffset_GetMaterialfv));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h5933 typedef void (GLAPIENTRYP _glptr_GetMaterialfv)(GLenum, GLenum, GLfloat *); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,GLenum,GLfloat *)
5936 static inline _glptr_GetMaterialfv GET_GetMaterialfv(struct _glapi_table *disp) {
5937 return (_glptr_GetMaterialfv) (GET_by_offset(disp, _gloffset_GetMaterialfv));
[all...]

Completed in 106 milliseconds