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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h4228 typedef void (GLAPIENTRYP _glptr_FrontFace)(GLenum); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum)
4231 static inline _glptr_FrontFace GET_FrontFace(struct _glapi_table *disp) {
4232 return (_glptr_FrontFace) (GET_by_offset(disp, _gloffset_FrontFace));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h4701 typedef void (GLAPIENTRYP _glptr_FrontFace)(GLenum); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum)
4704 static inline _glptr_FrontFace GET_FrontFace(struct _glapi_table *disp) {
4705 return (_glptr_FrontFace) (GET_by_offset(disp, _gloffset_FrontFace));
[all...]

Completed in 107 milliseconds