Home
last modified time | relevance | path

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

/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/main/
Ddispatch.h5123 typedef void (GLAPIENTRYP _glptr_GetMapiv)(GLenum, GLenum, GLint *); typedef
5126 static inline _glptr_GetMapiv GET_GetMapiv(struct _glapi_table *disp) { in GET_GetMapiv()
5127 return (_glptr_GetMapiv) (GET_by_offset(disp, _gloffset_GetMapiv)); in GET_GetMapiv()