Searched refs:_glptr_TextureParameterfv (Results 1 – 1 of 1) sorted by relevance
13558 typedef void (GLAPIENTRYP _glptr_TextureParameterfv)(GLuint, GLenum, const GLfloat *); typedef13561 static inline _glptr_TextureParameterfv GET_TextureParameterfv(struct _glapi_table *disp) { in GET_TextureParameterfv()13562 return (_glptr_TextureParameterfv) (GET_by_offset(disp, _gloffset_TextureParameterfv)); in GET_TextureParameterfv()