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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h2919 typedef void (GLAPIENTRYP _glptr_Color4uiv)(const GLuint *); typedef in typeref:typename:void (GLAPIENTRYP)(const GLuint *)
2922 static inline _glptr_Color4uiv GET_Color4uiv(struct _glapi_table *disp) {
2923 return (_glptr_Color4uiv) (GET_by_offset(disp, _gloffset_Color4uiv));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h3392 typedef void (GLAPIENTRYP _glptr_Color4uiv)(const GLuint *); typedef in typeref:typename:void (GLAPIENTRYP)(const GLuint *)
3395 static inline _glptr_Color4uiv GET_Color4uiv(struct _glapi_table *disp) {
3396 return (_glptr_Color4uiv) (GET_by_offset(disp, _gloffset_Color4uiv));
[all...]

Completed in 102 milliseconds