Searched refs:_glptr_BlendColor (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/src/mesa/main/ | ||
| H A D | dispatch.h | 6197 typedef void (GLAPIENTRYP _glptr_BlendColor)(GLclampf, GLclampf, GLclampf, GLclampf); typedef in typeref:typename:void (GLAPIENTRYP)(GLclampf,GLclampf,GLclampf,GLclampf) 6200 static inline _glptr_BlendColor GET_BlendColor(struct _glapi_table *disp) { 6201 return (_glptr_BlendColor) (GET_by_offset(disp, _gloffset_BlendColor)); |
| /xsrc/external/mit/MesaLib/src/mesa/main/ | ||
| H A D | dispatch.h | 6670 typedef void (GLAPIENTRYP _glptr_BlendColor)(GLclampf, GLclampf, GLclampf, GLclampf); typedef in typeref:typename:void (GLAPIENTRYP)(GLclampf,GLclampf,GLclampf,GLclampf) 6673 static inline _glptr_BlendColor GET_BlendColor(struct _glapi_table *disp) { 6674 return (_glptr_BlendColor) (GET_by_offset(disp, _gloffset_BlendColor)); [all...] |
Completed in 142 milliseconds