Home
last modified time | relevance | path

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

/external/mesa3d/prebuilt-intermediates/main/
Ddispatch.h3845 typedef void (GLAPIENTRYP _glptr_TexCoord4s)(GLshort, GLshort, GLshort, GLshort); typedef
3848 static inline _glptr_TexCoord4s GET_TexCoord4s(struct _glapi_table *disp) { in GET_TexCoord4s()
3849 return (_glptr_TexCoord4s) (GET_by_offset(disp, _gloffset_TexCoord4s)); in GET_TexCoord4s()