Searched refs:_glptr_ProgramBinary (Results 1 – 1 of 1) sorted by relevance
11490 typedef void (GLAPIENTRYP _glptr_ProgramBinary)(GLuint, GLenum, const GLvoid *, GLsizei); typedef11493 static inline _glptr_ProgramBinary GET_ProgramBinary(struct _glapi_table *disp) { in GET_ProgramBinary()11494 return (_glptr_ProgramBinary) (GET_by_offset(disp, _gloffset_ProgramBinary)); in GET_ProgramBinary()