Searched refs:_glptr_GetSynciv (Results 1 – 1 of 1) sorted by relevance
10170 typedef void (GLAPIENTRYP _glptr_GetSynciv)(GLsync, GLenum, GLsizei, GLsizei *, GLint *); typedef10173 static inline _glptr_GetSynciv GET_GetSynciv(struct _glapi_table *disp) { in GET_GetSynciv()10174 return (_glptr_GetSynciv) (GET_by_offset(disp, _gloffset_GetSynciv)); in GET_GetSynciv()