Searched refs:_glptr_CullFace (Results 1 – 1 of 1) sorted by relevance
3847 typedef void (GLAPIENTRYP _glptr_CullFace)(GLenum); typedef3850 static inline _glptr_CullFace GET_CullFace(struct _glapi_table *disp) { in GET_CullFace()3851 return (_glptr_CullFace) (GET_by_offset(disp, _gloffset_CullFace)); in GET_CullFace()