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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h2930 typedef void (GLAPIENTRYP _glptr_Color4us)(GLushort, GLushort, GLushort, GLushort); typedef in typeref:typename:void (GLAPIENTRYP)(GLushort,GLushort,GLushort,GLushort)
2933 static inline _glptr_Color4us GET_Color4us(struct _glapi_table *disp) {
2934 return (_glptr_Color4us) (GET_by_offset(disp, _gloffset_Color4us));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h3403 typedef void (GLAPIENTRYP _glptr_Color4us)(GLushort, GLushort, GLushort, GLushort); typedef in typeref:typename:void (GLAPIENTRYP)(GLushort,GLushort,GLushort,GLushort)
3406 static inline _glptr_Color4us GET_Color4us(struct _glapi_table *disp) {
3407 return (_glptr_Color4us) (GET_by_offset(disp, _gloffset_Color4us));
[all...]

Completed in 106 milliseconds