Searched refs:_glptr_CreateSamplers (Results 1 – 1 of 1) sorted by relevance
12964 typedef void (GLAPIENTRYP _glptr_CreateSamplers)(GLsizei, GLuint *); typedef12967 static inline _glptr_CreateSamplers GET_CreateSamplers(struct _glapi_table *disp) { in GET_CreateSamplers()12968 return (_glptr_CreateSamplers) (GET_by_offset(disp, _gloffset_CreateSamplers)); in GET_CreateSamplers()