Searched refs:_glptr_BindFragDataLocation (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/src/mesa/main/ |
| H A D | dispatch.h | 8815 typedef void (GLAPIENTRYP _glptr_BindFragDataLocation)(GLuint, GLuint, const GLchar *); typedef in typeref:typename:void (GLAPIENTRYP)(GLuint,GLuint,const GLchar *) 8818 static inline _glptr_BindFragDataLocation GET_BindFragDataLocation(struct _glapi_table *disp) { 8819 return (_glptr_BindFragDataLocation) (GET_by_offset(disp, _gloffset_BindFragDataLocation));
|
| /xsrc/external/mit/MesaLib/src/mesa/main/ |
| H A D | dispatch.h | 9288 typedef void (GLAPIENTRYP _glptr_BindFragDataLocation)(GLuint, GLuint, const GLchar *); typedef in typeref:typename:void (GLAPIENTRYP)(GLuint,GLuint,const GLchar *) 9291 static inline _glptr_BindFragDataLocation GET_BindFragDataLocation(struct _glapi_table *disp) { 9292 return (_glptr_BindFragDataLocation) (GET_by_offset(disp, _gloffset_BindFragDataLocation)); [all...] |
Completed in 106 milliseconds