Searched defs:wrap (Results 1 - 25 of 62) sorted by relevance

123

/vbox/src/VBox/Additions/common/crOpenGL/
H A Dgetprocaddress.py46 wrap = apiutil.GetCategoryWrapper(func_name) variable
49 if wrap:
50 print '#ifdef CR_%s' % wrap
52 if wrap:
H A Dwindows_getprocaddress.py58 wrap = apiutil.GetCategoryWrapper(func_name) variable
61 if wrap:
62 print '#ifdef CR_%s' % wrap
64 if wrap:
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Ddri3_priv.h47 #define wrap(priv,real,mem,func) {\ macro
H A Ddristruct.h92 DRIWrappedFuncsRec wrap; member in struct:_DRIScreenPrivRec
H A Dpresent_priv.h100 #define wrap(priv,real,mem,func) {\ macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Ddri3_priv.h47 #define wrap(priv,real,mem,func) {\ macro
H A Ddristruct.h92 DRIWrappedFuncsRec wrap; member in struct:_DRIScreenPrivRec
H A Dpresent_priv.h100 #define wrap(priv,real,mem,func) {\ macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Ddri3_priv.h47 #define wrap(priv,real,mem,func) {\ macro
/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/
H A Dserver_dispatch.py33 wrap = apiutil.GetCategoryWrapper(func_name) variable
34 if wrap:
35 print '#if defined(CR_%s)' % wrap
41 if wrap:
127 wrap = apiutil.GetCategoryWrapper(func_name) variable
128 if wrap:
129 print '#if defined(CR_%s)' % wrap
132 if wrap:
/vbox/src/VBox/Devices/PC/ipxe/src/hci/mucurses/
H A Dmucurses.c13 void _wputch ( WINDOW *win, chtype ch, int wrap ) __nonnull;
14 void _wputc ( WINDOW *win, char c, int wrap ) __nonnull;
16 void _wputchstr ( WINDOW *win, const chtype *chstr, int wrap, int n ) __nonnull;
17 void _wputstr ( WINDOW *win, const char *str, int wrap, int n ) __nonnull;
48 * @v wrap wrap "switch"
50 void _wputch ( WINDOW *win, chtype ch, int wrap ) {
56 if ( wrap == WRAP ) {
75 * @v wrap wrap "switc
107 _wputchstr( WINDOW *win, const chtype *chstr, int wrap, int n ) argument
121 _wputstr( WINDOW *win, const char *str, int wrap, int n ) argument
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Ddristruct.h78 DRIWrappedFuncsRec wrap; member in struct:_DRIScreenPrivRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Ddristruct.h78 DRIWrappedFuncsRec wrap; member in struct:_DRIScreenPrivRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Ddristruct.h93 DRIWrappedFuncsRec wrap; member in struct:_DRIScreenPrivRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Ddristruct.h100 DRIWrappedFuncsRec wrap; member in struct:_DRIScreenPrivRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Ddristruct.h94 DRIWrappedFuncsRec wrap; member in struct:_DRIScreenPrivRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Ddristruct.h95 DRIWrappedFuncsRec wrap; member in struct:_DRIScreenPrivRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Ddristruct.h95 DRIWrappedFuncsRec wrap; member in struct:_DRIScreenPrivRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Ddristruct.h95 DRIWrappedFuncsRec wrap; member in struct:_DRIScreenPrivRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Ddristruct.h96 DRIWrappedFuncsRec wrap; member in struct:_DRIScreenPrivRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Ddristruct.h96 DRIWrappedFuncsRec wrap; member in struct:_DRIScreenPrivRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Ddristruct.h96 DRIWrappedFuncsRec wrap; member in struct:_DRIScreenPrivRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Ddristruct.h96 DRIWrappedFuncsRec wrap; member in struct:_DRIScreenPrivRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Ddristruct.h92 DRIWrappedFuncsRec wrap; member in struct:_DRIScreenPrivRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Ddristruct.h92 DRIWrappedFuncsRec wrap; member in struct:_DRIScreenPrivRec

Completed in 56 milliseconds

123