Home
last modified time | relevance | path

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

/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/main/
Ddispatch.h4298 typedef void (GLAPIENTRYP _glptr_TexGeniv)(GLenum, GLenum, const GLint *); typedef
4301 static inline _glptr_TexGeniv GET_TexGeniv(struct _glapi_table *disp) { in GET_TexGeniv()
4302 return (_glptr_TexGeniv) (GET_by_offset(disp, _gloffset_TexGeniv)); in GET_TexGeniv()