Searched refs:_glptr_Vertex2i (Results 1 – 1 of 1) sorted by relevance
3911 typedef void (GLAPIENTRYP _glptr_Vertex2i)(GLint, GLint); typedef3914 static inline _glptr_Vertex2i GET_Vertex2i(struct _glapi_table *disp) { in GET_Vertex2i()3915 return (_glptr_Vertex2i) (GET_by_offset(disp, _gloffset_Vertex2i)); in GET_Vertex2i()