Home
last modified time | relevance | path

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

/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/main/
Ddispatch.h3330 typedef void (GLAPIENTRYP _glptr_TexCoord2fv)(const GLfloat *); typedef
3333 static inline _glptr_TexCoord2fv GET_TexCoord2fv(struct _glapi_table *disp) { in GET_TexCoord2fv()
3334 return (_glptr_TexCoord2fv) (GET_by_offset(disp, _gloffset_TexCoord2fv)); in GET_TexCoord2fv()