Home
last modified time | relevance | path

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

/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/main/
Ddispatch.h6938 typedef void (GLAPIENTRYP _glptr_ClearBufferiv)(GLenum, GLint, const GLint *); typedef
6941 static inline _glptr_ClearBufferiv GET_ClearBufferiv(struct _glapi_table *disp) { in GET_ClearBufferiv()
6942 return (_glptr_ClearBufferiv) (GET_by_offset(disp, _gloffset_ClearBufferiv)); in GET_ClearBufferiv()