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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h4173 typedef void (GLAPIENTRYP _glptr_CullFace)(GLenum); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum)
4176 static inline _glptr_CullFace GET_CullFace(struct _glapi_table *disp) {
4177 return (_glptr_CullFace) (GET_by_offset(disp, _gloffset_CullFace));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h4646 typedef void (GLAPIENTRYP _glptr_CullFace)(GLenum); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum)
4649 static inline _glptr_CullFace GET_CullFace(struct _glapi_table *disp) {
4650 return (_glptr_CullFace) (GET_by_offset(disp, _gloffset_CullFace));
[all...]

Completed in 109 milliseconds