Searched refs:_glptr_GenTextures (Results 1 – 1 of 1) sorted by relevance
5783 typedef void (GLAPIENTRYP _glptr_GenTextures)(GLsizei, GLuint *); typedef5786 static inline _glptr_GenTextures GET_GenTextures(struct _glapi_table *disp) { in GET_GenTextures()5787 return (_glptr_GenTextures) (GET_by_offset(disp, _gloffset_GenTextures)); in GET_GenTextures()