Home
last modified time | relevance | path

Searched refs:_glptr_PrimitiveRestartIndex (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/prebuilt-intermediates/main/
Ddispatch.h9073 typedef void (GLAPIENTRYP _glptr_PrimitiveRestartIndex)(GLuint); typedef
9076 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()