Searched refs:_glptr_Vertex2iv (Results 1 – 1 of 1) sorted by relevance
3922 typedef void (GLAPIENTRYP _glptr_Vertex2iv)(const GLint *); typedef3925 static inline _glptr_Vertex2iv GET_Vertex2iv(struct _glapi_table *disp) { in GET_Vertex2iv()3926 return (_glptr_Vertex2iv) (GET_by_offset(disp, _gloffset_Vertex2iv)); in GET_Vertex2iv()