Searched refs:DISPATCH (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dglapitemp.h43 * DISPATCH(func, args, msg) - code to do dispatch of named function.
51 * #define DISPATCH(func, args, msg) \
54 * #define RETURN DISPATCH(func, args, msg) \
74 #ifndef DISPATCH
75 #error DISPATCH must be defined
85 DISPATCH(NewList, (list, mode), (F, "glNewList(%d, 0x%x);\n", list, mode));
90 DISPATCH(EndList, (), (F, "glEndList();\n"));
95 DISPATCH(CallList, (list), (F, "glCallList(%d);\n", list));
100 DISPATCH(CallLists, (n, type, lists), (F, "glCallLists(%d, 0x%x, %p);\n", n, type, (const void *) lists));
105 DISPATCH(DeleteList
6650 # undef DISPATCH macro
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dglapitemp.h43 * DISPATCH(func, args, msg) - code to do dispatch of named function.
51 * #define DISPATCH(func, args, msg) \
54 * #define RETURN DISPATCH(func, args, msg) \
74 #ifndef DISPATCH
75 #error DISPATCH must be defined
85 DISPATCH(NewList, (list, mode), (F, "glNewList(%d, 0x%x);\n", list, mode));
90 DISPATCH(EndList, (), (F, "glEndList();\n"));
95 DISPATCH(CallList, (list), (F, "glCallList(%d);\n", list));
100 DISPATCH(CallLists, (n, type, lists), (F, "glCallLists(%d, 0x%x, %p);\n", n, type, (const void *) lists));
105 DISPATCH(DeleteList
6650 # undef DISPATCH macro
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dglapitemp.h43 * DISPATCH(func, args, msg) - code to do dispatch of named function.
51 * #define DISPATCH(func, args, msg) \
54 * #define RETURN DISPATCH(func, args, msg) \
74 #ifndef DISPATCH
75 #error DISPATCH must be defined
85 DISPATCH(NewList, (list, mode), (F, "glNewList(%d, 0x%x);\n", list, mode));
90 DISPATCH(EndList, (), (F, "glEndList();\n"));
95 DISPATCH(CallList, (list), (F, "glCallList(%d);\n", list));
100 DISPATCH(CallLists, (n, type, lists), (F, "glCallLists(%d, 0x%x, %p);\n", n, type, (const void *) lists));
105 DISPATCH(DeleteList
6650 # undef DISPATCH macro
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dglapitemp.h43 * DISPATCH(func, args, msg) - code to do dispatch of named function.
51 * #define DISPATCH(func, args, msg) \
54 * #define RETURN DISPATCH(func, args, msg) \
74 #ifndef DISPATCH
75 #error DISPATCH must be defined
85 DISPATCH(NewList, (list, mode), (F, "glNewList(%d, 0x%x);\n", list, mode));
90 DISPATCH(EndList, (), (F, "glEndList();\n"));
95 DISPATCH(CallList, (list), (F, "glCallList(%d);\n", list));
100 DISPATCH(CallLists, (n, type, lists), (F, "glCallLists(%d, 0x%x, %p);\n", n, type, (const void *) lists));
105 DISPATCH(DeleteList
6650 # undef DISPATCH macro
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dglapitemp.h43 * DISPATCH(func, args, msg) - code to do dispatch of named function.
51 * #define DISPATCH(func, args, msg) \
54 * #define RETURN DISPATCH(func, args, msg) \
74 #ifndef DISPATCH
75 #error DISPATCH must be defined
85 DISPATCH(NewList, (list, mode), (F, "glNewList(%d, 0x%x);\n", list, mode));
90 DISPATCH(EndList, (), (F, "glEndList();\n"));
95 DISPATCH(CallList, (list), (F, "glCallList(%d);\n", list));
100 DISPATCH(CallLists, (n, type, lists), (F, "glCallLists(%d, 0x%x, %p);\n", n, type, (const void *) lists));
105 DISPATCH(DeleteList
6650 # undef DISPATCH macro
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dglapitemp.h43 * DISPATCH(func, args, msg) - code to do dispatch of named function.
51 * #define DISPATCH(func, args, msg) \
54 * #define RETURN DISPATCH(func, args, msg) \
74 #ifndef DISPATCH
75 #error DISPATCH must be defined
85 DISPATCH(NewList, (list, mode), (F, "glNewList(%d, 0x%x);\n", list, mode));
90 DISPATCH(EndList, (), (F, "glEndList();\n"));
95 DISPATCH(CallList, (list), (F, "glCallList(%d);\n", list));
100 DISPATCH(CallLists, (n, type, lists), (F, "glCallLists(%d, 0x%x, %p);\n", n, type, (const void *) lists));
105 DISPATCH(DeleteList
6650 # undef DISPATCH macro
[all...]
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/glapi/
H A Dglapitemp.h43 * DISPATCH(func, args, msg) - code to do dispatch of named function.
51 * #define DISPATCH(func, args, msg) \
54 * #define RETURN DISPATCH(func, args, msg) \
74 #ifndef DISPATCH
75 #error DISPATCH must be defined
85 DISPATCH(NewList, (list, mode), (F, "glNewList(%d, 0x%x);\n", list, mode));
90 DISPATCH(EndList, (), (F, "glEndList();\n"));
95 DISPATCH(CallList, (list), (F, "glCallList(%d);\n", list));
100 DISPATCH(CallLists, (n, type, lists), (F, "glCallLists(%d, 0x%x, %p);\n", n, type, (const void *) lists));
105 DISPATCH(DeleteList
6650 # undef DISPATCH macro
[all...]

Completed in 458 milliseconds