Searched refs:_glptr_DrawBuffers (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/src/mesa/main/ | ||
| H A D | dispatch.h | 7880 typedef void (GLAPIENTRYP _glptr_DrawBuffers)(GLsizei, const GLenum *); typedef in typeref:typename:void (GLAPIENTRYP)(GLsizei,const GLenum *) 7883 static inline _glptr_DrawBuffers GET_DrawBuffers(struct _glapi_table *disp) { 7884 return (_glptr_DrawBuffers) (GET_by_offset(disp, _gloffset_DrawBuffers)); |
| /xsrc/external/mit/MesaLib/src/mesa/main/ | ||
| H A D | dispatch.h | 8353 typedef void (GLAPIENTRYP _glptr_DrawBuffers)(GLsizei, const GLenum *); typedef in typeref:typename:void (GLAPIENTRYP)(GLsizei,const GLenum *) 8356 static inline _glptr_DrawBuffers GET_DrawBuffers(struct _glapi_table *disp) { 8357 return (_glptr_DrawBuffers) (GET_by_offset(disp, _gloffset_DrawBuffers)); [all...] |
Completed in 190 milliseconds