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