Home
last modified time | relevance | path

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

/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/main/
Ddispatch.h3242 typedef void (GLAPIENTRYP _glptr_TexCoord1fv)(const GLfloat *); typedef
3245 static inline _glptr_TexCoord1fv GET_TexCoord1fv(struct _glapi_table *disp) { in GET_TexCoord1fv()
3246 return (_glptr_TexCoord1fv) (GET_by_offset(disp, _gloffset_TexCoord1fv)); in GET_TexCoord1fv()