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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h12368 typedef void (GLAPIENTRYP _glptr_GetProgramResourceName)(GLuint, GLenum, GLuint, GLsizei , GLsizei *, GLchar *); typedef in typeref:typename:void (GLAPIENTRYP)(GLuint,GLenum,GLuint,GLsizei,GLsizei *,GLchar *)
12371 static inline _glptr_GetProgramResourceName GET_GetProgramResourceName(struct _glapi_table *disp) {
12372 return (_glptr_GetProgramResourceName) (GET_by_offset(disp, _gloffset_GetProgramResourceName));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h12841 typedef void (GLAPIENTRYP _glptr_GetProgramResourceName)(GLuint, GLenum, GLuint, GLsizei , GLsizei *, GLchar *); typedef in typeref:typename:void (GLAPIENTRYP)(GLuint,GLenum,GLuint,GLsizei,GLsizei *,GLchar *)
12844 static inline _glptr_GetProgramResourceName GET_GetProgramResourceName(struct _glapi_table *disp) {
12845 return (_glptr_GetProgramResourceName) (GET_by_offset(disp, _gloffset_GetProgramResourceName));
[all...]

Completed in 104 milliseconds