Home
last modified time | relevance | path

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

/external/mesa3d/prebuilt-intermediates/main/
Ddispatch.h3691 typedef void (GLAPIENTRYP _glptr_TexCoord3d)(GLdouble, GLdouble, GLdouble); typedef
3694 static inline _glptr_TexCoord3d GET_TexCoord3d(struct _glapi_table *disp) { in GET_TexCoord3d()
3695 return (_glptr_TexCoord3d) (GET_by_offset(disp, _gloffset_TexCoord3d)); in GET_TexCoord3d()