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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h12324 typedef void (GLAPIENTRYP _glptr_GetProgramInterfaceiv)(GLuint, GLenum, GLenum, GLint *); typedef in typeref:typename:void (GLAPIENTRYP)(GLuint,GLenum,GLenum,GLint *)
12327 static inline _glptr_GetProgramInterfaceiv GET_GetProgramInterfaceiv(struct _glapi_table *disp) {
12328 return (_glptr_GetProgramInterfaceiv) (GET_by_offset(disp, _gloffset_GetProgramInterfaceiv));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h12797 typedef void (GLAPIENTRYP _glptr_GetProgramInterfaceiv)(GLuint, GLenum, GLenum, GLint *); typedef in typeref:typename:void (GLAPIENTRYP)(GLuint,GLenum,GLenum,GLint *)
12800 static inline _glptr_GetProgramInterfaceiv GET_GetProgramInterfaceiv(struct _glapi_table *disp) {
12801 return (_glptr_GetProgramInterfaceiv) (GET_by_offset(disp, _gloffset_GetProgramInterfaceiv));
[all...]

Completed in 109 milliseconds