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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h14656 typedef GLboolean (GLAPIENTRYP _glptr_IsProgramPipeline)(GLuint); typedef in typeref:typename:GLboolean (GLAPIENTRYP)(GLuint)
14659 static inline _glptr_IsProgramPipeline GET_IsProgramPipeline(struct _glapi_table *disp) {
14660 return (_glptr_IsProgramPipeline) (GET_by_offset(disp, _gloffset_IsProgramPipeline));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h15129 typedef GLboolean (GLAPIENTRYP _glptr_IsProgramPipeline)(GLuint); typedef in typeref:typename:GLboolean (GLAPIENTRYP)(GLuint)
15132 static inline _glptr_IsProgramPipeline GET_IsProgramPipeline(struct _glapi_table *disp) {
15133 return (_glptr_IsProgramPipeline) (GET_by_offset(disp, _gloffset_IsProgramPipeline));
[all...]

Completed in 106 milliseconds