Home
last modified time | relevance | path

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

/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/main/
Ddispatch.h4265 typedef void (GLAPIENTRYP _glptr_TexGenf)(GLenum, GLenum, GLfloat); typedef
4268 static inline _glptr_TexGenf GET_TexGenf(struct _glapi_table *disp) { in GET_TexGenf()
4269 return (_glptr_TexGenf) (GET_by_offset(disp, _gloffset_TexGenf)); in GET_TexGenf()