Searched refs:_glptr_PrimitiveRestartIndex (Results 1 – 1 of 1) sorted by relevance
9073 typedef void (GLAPIENTRYP _glptr_PrimitiveRestartIndex)(GLuint); typedef9076 static inline _glptr_PrimitiveRestartIndex GET_PrimitiveRestartIndex(struct _glapi_table *disp) { in GET_PrimitiveRestartIndex()9077 return (_glptr_PrimitiveRestartIndex) (GET_by_offset(disp, _gloffset_PrimitiveRestartIndex)); in GET_PrimitiveRestartIndex()