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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h4481 typedef void (GLAPIENTRYP _glptr_TexParameteri)(GLenum, GLenum, GLint); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,GLenum,GLint)
4484 static inline _glptr_TexParameteri GET_TexParameteri(struct _glapi_table *disp) {
4485 return (_glptr_TexParameteri) (GET_by_offset(disp, _gloffset_TexParameteri));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h4954 typedef void (GLAPIENTRYP _glptr_TexParameteri)(GLenum, GLenum, GLint); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,GLenum,GLint)
4957 static inline _glptr_TexParameteri GET_TexParameteri(struct _glapi_table *disp) {
4958 return (_glptr_TexParameteri) (GET_by_offset(disp, _gloffset_TexParameteri));
[all...]

Completed in 108 milliseconds