Searched refs:_glptr_UniformMatrix2dv (Results 1 – 1 of 1) sorted by relevance
11094 typedef void (GLAPIENTRYP _glptr_UniformMatrix2dv)(GLint, GLsizei, GLboolean, const GLdouble *); typedef11097 static inline _glptr_UniformMatrix2dv GET_UniformMatrix2dv(struct _glapi_table *disp) { in GET_UniformMatrix2dv()11098 return (_glptr_UniformMatrix2dv) (GET_by_offset(disp, _gloffset_UniformMatrix2dv)); in GET_UniformMatrix2dv()