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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h5647 typedef GLboolean (GLAPIENTRYP _glptr_IsEnabled)(GLenum); typedef in typeref:typename:GLboolean (GLAPIENTRYP)(GLenum)
5650 static inline _glptr_IsEnabled GET_IsEnabled(struct _glapi_table *disp) {
5651 return (_glptr_IsEnabled) (GET_by_offset(disp, _gloffset_IsEnabled));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h6120 typedef GLboolean (GLAPIENTRYP _glptr_IsEnabled)(GLenum); typedef in typeref:typename:GLboolean (GLAPIENTRYP)(GLenum)
6123 static inline _glptr_IsEnabled GET_IsEnabled(struct _glapi_table *disp) {
6124 return (_glptr_IsEnabled) (GET_by_offset(disp, _gloffset_IsEnabled));
[all...]

Completed in 212 milliseconds