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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h16911 typedef void (GLAPIENTRYP _glptr_ActiveProgramEXT)(GLuint); typedef in typeref:typename:void (GLAPIENTRYP)(GLuint)
16914 static inline _glptr_ActiveProgramEXT GET_ActiveProgramEXT(struct _glapi_table *disp) {
16915 return (_glptr_ActiveProgramEXT) (GET_by_offset(disp, _gloffset_ActiveProgramEXT));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h17384 typedef void (GLAPIENTRYP _glptr_ActiveProgramEXT)(GLuint); typedef in typeref:typename:void (GLAPIENTRYP)(GLuint)
17387 static inline _glptr_ActiveProgramEXT GET_ActiveProgramEXT(struct _glapi_table *disp) {
17388 return (_glptr_ActiveProgramEXT) (GET_by_offset(disp, _gloffset_ActiveProgramEXT));
[all...]

Completed in 194 milliseconds