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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h4459 typedef void (GLAPIENTRYP _glptr_TexParameterf)(GLenum, GLenum, GLfloat); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,GLenum,GLfloat)
4462 static inline _glptr_TexParameterf GET_TexParameterf(struct _glapi_table *disp) {
4463 return (_glptr_TexParameterf) (GET_by_offset(disp, _gloffset_TexParameterf));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h4932 typedef void (GLAPIENTRYP _glptr_TexParameterf)(GLenum, GLenum, GLfloat); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,GLenum,GLfloat)
4935 static inline _glptr_TexParameterf GET_TexParameterf(struct _glapi_table *disp) {
4936 return (_glptr_TexParameterf) (GET_by_offset(disp, _gloffset_TexParameterf));
[all...]

Completed in 175 milliseconds