Home | History | Annotate | Download | only in main

Lines Matching full:_glptr_programparameteri

11339 typedef void (GLAPIENTRYP _glptr_ProgramParameteri)(GLuint, GLenum, GLint);
11342 static inline _glptr_ProgramParameteri GET_ProgramParameteri(struct _glapi_table *disp) {
11343 return (_glptr_ProgramParameteri) (GET_by_offset(disp, _gloffset_ProgramParameteri));