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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h12258 typedef void (GLAPIENTRYP _glptr_VertexBindingDivisor)(GLuint, GLuint); typedef in typeref:typename:void (GLAPIENTRYP)(GLuint,GLuint)
12261 static inline _glptr_VertexBindingDivisor GET_VertexBindingDivisor(struct _glapi_table *disp) {
12262 return (_glptr_VertexBindingDivisor) (GET_by_offset(disp, _gloffset_VertexBindingDivisor));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h12731 typedef void (GLAPIENTRYP _glptr_VertexBindingDivisor)(GLuint, GLuint); typedef in typeref:typename:void (GLAPIENTRYP)(GLuint,GLuint)
12734 static inline _glptr_VertexBindingDivisor GET_VertexBindingDivisor(struct _glapi_table *disp) {
12735 return (_glptr_VertexBindingDivisor) (GET_by_offset(disp, _gloffset_VertexBindingDivisor));
[all...]

Completed in 145 milliseconds