Searched defs:CALL_AttachShader (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Ddispatch.h1285 #define CALL_AttachShader(disp, parameters) (*((disp)->AttachShader)) parameters macro
2740 #define CALL_AttachShader(disp, parameters) CALL_by_offset(disp, (void (GLAPIENTRYP)(GLuint, GLuint)), driDispatchRemapTable[AttachShader_remap_index], parameters) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Ddispatch.h1287 #define CALL_AttachShader(disp, parameters) (*((disp)->AttachShader)) parameters macro
2742 #define CALL_AttachShader(disp, parameters) CALL_by_offset(disp, (void (GLAPIENTRYP)(GLuint, GLuint)), driDispatchRemapTable[AttachShader_remap_index], parameters) macro
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/glapi/
H A Ddispatch.h1285 #define CALL_AttachShader(disp, parameters) (*((disp)->AttachShader)) parameters macro
2740 #define CALL_AttachShader(disp, parameters) CALL_by_offset(disp, (void (GLAPIENTRYP)(GLuint, GLuint)), driDispatchRemapTable[AttachShader_remap_index], parameters) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Ddispatch.h9234 #define CALL_AttachShader(disp, parameters) \ macro

Completed in 1561 milliseconds