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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h9442 typedef GLboolean (GLAPIENTRYP _glptr_IsProgramARB)(GLuint); typedef in typeref:typename:GLboolean (GLAPIENTRYP)(GLuint)
9445 static inline _glptr_IsProgramARB GET_IsProgramARB(struct _glapi_table *disp) {
9446 return (_glptr_IsProgramARB) (GET_by_offset(disp, _gloffset_IsProgramARB));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h9915 typedef GLboolean (GLAPIENTRYP _glptr_IsProgramARB)(GLuint); typedef in typeref:typename:GLboolean (GLAPIENTRYP)(GLuint)
9918 static inline _glptr_IsProgramARB GET_IsProgramARB(struct _glapi_table *disp) {
9919 return (_glptr_IsProgramARB) (GET_by_offset(disp, _gloffset_IsProgramARB));
[all...]

Completed in 104 milliseconds