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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h14579 typedef void (GLAPIENTRYP _glptr_ActiveShaderProgram)(GLuint, GLuint); typedef in typeref:typename:void (GLAPIENTRYP)(GLuint,GLuint)
14582 static inline _glptr_ActiveShaderProgram GET_ActiveShaderProgram(struct _glapi_table *disp) {
14583 return (_glptr_ActiveShaderProgram) (GET_by_offset(disp, _gloffset_ActiveShaderProgram));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h15052 typedef void (GLAPIENTRYP _glptr_ActiveShaderProgram)(GLuint, GLuint); typedef in typeref:typename:void (GLAPIENTRYP)(GLuint,GLuint)
15055 static inline _glptr_ActiveShaderProgram GET_ActiveShaderProgram(struct _glapi_table *disp) {
15056 return (_glptr_ActiveShaderProgram) (GET_by_offset(disp, _gloffset_ActiveShaderProgram));
[all...]

Completed in 192 milliseconds