Searched refs:_glptr_TexCoordPointer (Results 1 – 1 of 1) sorted by relevance
5695 typedef void (GLAPIENTRYP _glptr_TexCoordPointer)(GLint, GLenum, GLsizei, const GLvoid *); typedef5698 static inline _glptr_TexCoordPointer GET_TexCoordPointer(struct _glapi_table *disp) { in GET_TexCoordPointer()5699 return (_glptr_TexCoordPointer) (GET_by_offset(disp, _gloffset_TexCoordPointer)); in GET_TexCoordPointer()