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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h9255 typedef void (GLAPIENTRYP _glptr_PrimitiveRestartIndex)(GLuint); typedef in typeref:typename:void (GLAPIENTRYP)(GLuint)
9258 static inline _glptr_PrimitiveRestartIndex GET_PrimitiveRestartIndex(struct _glapi_table *disp) {
9259 return (_glptr_PrimitiveRestartIndex) (GET_by_offset(disp, _gloffset_PrimitiveRestartIndex));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h9728 typedef void (GLAPIENTRYP _glptr_PrimitiveRestartIndex)(GLuint); typedef in typeref:typename:void (GLAPIENTRYP)(GLuint)
9731 static inline _glptr_PrimitiveRestartIndex GET_PrimitiveRestartIndex(struct _glapi_table *disp) {
9732 return (_glptr_PrimitiveRestartIndex) (GET_by_offset(disp, _gloffset_PrimitiveRestartIndex));
[all...]

Completed in 106 milliseconds