Searched refs:_glptr_UniformMatrix4fv (Results 1 – 1 of 1) sorted by relevance
8333 typedef void (GLAPIENTRYP _glptr_UniformMatrix4fv)(GLint, GLsizei, GLboolean, const GLfloat *); typedef8336 static inline _glptr_UniformMatrix4fv GET_UniformMatrix4fv(struct _glapi_table *disp) { in GET_UniformMatrix4fv()8337 return (_glptr_UniformMatrix4fv) (GET_by_offset(disp, _gloffset_UniformMatrix4fv)); in GET_UniformMatrix4fv()