Searched refs:_glptr_ClearColor (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/src/mesa/main/ | ||
| H A D | dispatch.h | 4767 typedef void (GLAPIENTRYP _glptr_ClearColor)(GLclampf, GLclampf, GLclampf, GLclampf); typedef in typeref:typename:void (GLAPIENTRYP)(GLclampf,GLclampf,GLclampf,GLclampf) 4770 static inline _glptr_ClearColor GET_ClearColor(struct _glapi_table *disp) { 4771 return (_glptr_ClearColor) (GET_by_offset(disp, _gloffset_ClearColor)); |
| /xsrc/external/mit/MesaLib/src/mesa/main/ | ||
| H A D | dispatch.h | 5240 typedef void (GLAPIENTRYP _glptr_ClearColor)(GLclampf, GLclampf, GLclampf, GLclampf); typedef in typeref:typename:void (GLAPIENTRYP)(GLclampf,GLclampf,GLclampf,GLclampf) 5243 static inline _glptr_ClearColor GET_ClearColor(struct _glapi_table *disp) { 5244 return (_glptr_ClearColor) (GET_by_offset(disp, _gloffset_ClearColor)); [all...] |
Completed in 220 milliseconds