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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h17659 typedef void (GLAPIENTRYP _glptr_Color4x)(GLfixed, GLfixed, GLfixed, GLfixed); typedef in typeref:typename:void (GLAPIENTRYP)(GLfixed,GLfixed,GLfixed,GLfixed)
17662 static inline _glptr_Color4x GET_Color4x(struct _glapi_table *disp) {
17663 return (_glptr_Color4x) (GET_by_offset(disp, _gloffset_Color4x));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h18132 typedef void (GLAPIENTRYP _glptr_Color4x)(GLfixed, GLfixed, GLfixed, GLfixed); typedef in typeref:typename:void (GLAPIENTRYP)(GLfixed,GLfixed,GLfixed,GLfixed)
18135 static inline _glptr_Color4x GET_Color4x(struct _glapi_table *disp) {
18136 return (_glptr_Color4x) (GET_by_offset(disp, _gloffset_Color4x));
[all...]

Completed in 159 milliseconds