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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h10465 typedef GLboolean (GLAPIENTRYP _glptr_IsSampler)(GLuint); typedef in typeref:typename:GLboolean (GLAPIENTRYP)(GLuint)
10468 static inline _glptr_IsSampler GET_IsSampler(struct _glapi_table *disp) {
10469 return (_glptr_IsSampler) (GET_by_offset(disp, _gloffset_IsSampler));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h10938 typedef GLboolean (GLAPIENTRYP _glptr_IsSampler)(GLuint); typedef in typeref:typename:GLboolean (GLAPIENTRYP)(GLuint)
10941 static inline _glptr_IsSampler GET_IsSampler(struct _glapi_table *disp) {
10942 return (_glptr_IsSampler) (GET_by_offset(disp, _gloffset_IsSampler));
[all...]

Completed in 151 milliseconds