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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h13567 typedef void (GLAPIENTRYP _glptr_TextureParameterf)(GLuint, GLenum, GLfloat); typedef in typeref:typename:void (GLAPIENTRYP)(GLuint,GLenum,GLfloat)
13570 static inline _glptr_TextureParameterf GET_TextureParameterf(struct _glapi_table *disp) {
13571 return (_glptr_TextureParameterf) (GET_by_offset(disp, _gloffset_TextureParameterf));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h14040 typedef void (GLAPIENTRYP _glptr_TextureParameterf)(GLuint, GLenum, GLfloat); typedef in typeref:typename:void (GLAPIENTRYP)(GLuint,GLenum,GLfloat)
14043 static inline _glptr_TextureParameterf GET_TextureParameterf(struct _glapi_table *disp) {
14044 return (_glptr_TextureParameterf) (GET_by_offset(disp, _gloffset_TextureParameterf));
[all...]

Completed in 106 milliseconds