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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h2886 typedef void (GLAPIENTRYP _glptr_Color4ub)(GLubyte, GLubyte, GLubyte, GLubyte); typedef in typeref:typename:void (GLAPIENTRYP)(GLubyte,GLubyte,GLubyte,GLubyte)
2889 static inline _glptr_Color4ub GET_Color4ub(struct _glapi_table *disp) {
2890 return (_glptr_Color4ub) (GET_by_offset(disp, _gloffset_Color4ub));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h3359 typedef void (GLAPIENTRYP _glptr_Color4ub)(GLubyte, GLubyte, GLubyte, GLubyte); typedef in typeref:typename:void (GLAPIENTRYP)(GLubyte,GLubyte,GLubyte,GLubyte)
3362 static inline _glptr_Color4ub GET_Color4ub(struct _glapi_table *disp) {
3363 return (_glptr_Color4ub) (GET_by_offset(disp, _gloffset_Color4ub));
[all...]

Completed in 105 milliseconds