Searched refs:_glptr_IsProgram (Results 1 – 1 of 1) sorted by relevance
6784 typedef GLboolean (GLAPIENTRYP _glptr_IsProgram)(GLuint); typedef6787 static inline _glptr_IsProgram GET_IsProgram(struct _glapi_table *disp) { in GET_IsProgram()6788 return (_glptr_IsProgram) (GET_by_offset(disp, _gloffset_IsProgram)); in GET_IsProgram()