Home
last modified time | relevance | path

Searched refs:_glptr_CullFace (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/main/
Ddispatch.h3847 typedef void (GLAPIENTRYP _glptr_CullFace)(GLenum); typedef
3850 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()