Home
last modified time | relevance | path

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

/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/main/
Ddispatch.h3407 typedef void (GLAPIENTRYP _glptr_TexCoord3f)(GLfloat, GLfloat, GLfloat); typedef
3410 static inline _glptr_TexCoord3f GET_TexCoord3f(struct _glapi_table *disp) { in GET_TexCoord3f()
3411 return (_glptr_TexCoord3f) (GET_by_offset(disp, _gloffset_TexCoord3f)); in GET_TexCoord3f()