Home
last modified time | relevance | path

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

/external/mesa3d/prebuilt-intermediates/main/
Ddispatch.h3801 typedef void (GLAPIENTRYP _glptr_TexCoord4f)(GLfloat, GLfloat, GLfloat, GLfloat); typedef
3804 static inline _glptr_TexCoord4f GET_TexCoord4f(struct _glapi_table *disp) { in GET_TexCoord4f()
3805 return (_glptr_TexCoord4f) (GET_by_offset(disp, _gloffset_TexCoord4f)); in GET_TexCoord4f()