Searched refs:_glptr_TexParameterIiv (Results 1 – 1 of 1) sorted by relevance
9037 typedef void (GLAPIENTRYP _glptr_TexParameterIiv)(GLenum, GLenum, const GLint *); typedef9040 static inline _glptr_TexParameterIiv GET_TexParameterIiv(struct _glapi_table *disp) { in GET_TexParameterIiv()9041 return (_glptr_TexParameterIiv) (GET_by_offset(disp, _gloffset_TexParameterIiv)); in GET_TexParameterIiv()