Home
last modified time | relevance | path

Searched refs:_glptr_DrawBuffers (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/prebuilt-intermediates/main/
Ddispatch.h7860 typedef void (GLAPIENTRYP _glptr_DrawBuffers)(GLsizei, const GLenum *); typedef
7863 static inline _glptr_DrawBuffers GET_DrawBuffers(struct _glapi_table *disp) { in GET_DrawBuffers()
7864 return (_glptr_DrawBuffers) (GET_by_offset(disp, _gloffset_DrawBuffers)); in GET_DrawBuffers()