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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h13578 typedef void (GLAPIENTRYP _glptr_TextureParameterfv)(GLuint, GLenum, const GLfloat *); typedef in typeref:typename:void (GLAPIENTRYP)(GLuint,GLenum,const GLfloat *)
13581 static inline _glptr_TextureParameterfv GET_TextureParameterfv(struct _glapi_table *disp) {
13582 return (_glptr_TextureParameterfv) (GET_by_offset(disp, _gloffset_TextureParameterfv));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h14051 typedef void (GLAPIENTRYP _glptr_TextureParameterfv)(GLuint, GLenum, const GLfloat *); typedef in typeref:typename:void (GLAPIENTRYP)(GLuint,GLenum,const GLfloat *)
14054 static inline _glptr_TextureParameterfv GET_TextureParameterfv(struct _glapi_table *disp) {
14055 return (_glptr_TextureParameterfv) (GET_by_offset(disp, _gloffset_TextureParameterfv));
[all...]

Completed in 103 milliseconds