Home
last modified time | relevance | path

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

/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/main/
Ddispatch.h4276 typedef void (GLAPIENTRYP _glptr_TexGenfv)(GLenum, GLenum, const GLfloat *); typedef
4279 static inline _glptr_TexGenfv GET_TexGenfv(struct _glapi_table *disp) { in GET_TexGenfv()
4280 return (_glptr_TexGenfv) (GET_by_offset(disp, _gloffset_TexGenfv)); in GET_TexGenfv()