Home
last modified time | relevance | path

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

/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/main/
Ddispatch.h5090 typedef void (GLAPIENTRYP _glptr_GetLightiv)(GLenum, GLenum, GLint *); typedef
5093 static inline _glptr_GetLightiv GET_GetLightiv(struct _glapi_table *disp) { in GET_GetLightiv()
5094 return (_glptr_GetLightiv) (GET_by_offset(disp, _gloffset_GetLightiv)); in GET_GetLightiv()