Searched refs:direct (Results 1 - 25 of 79) sorted by relevance

1234

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Ddirent.h1 #include <direct.h>
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/
H A Ddirent.h1 #include <direct.h>
/vbox/src/VBox/Devices/PC/ipxe/src/arch/x86/core/
H A Dpcidirect.c41 PROVIDE_PCIAPI_INLINE ( direct, pci_num_bus );
42 PROVIDE_PCIAPI_INLINE ( direct, pci_read_config_byte );
43 PROVIDE_PCIAPI_INLINE ( direct, pci_read_config_word );
44 PROVIDE_PCIAPI_INLINE ( direct, pci_read_config_dword );
45 PROVIDE_PCIAPI_INLINE ( direct, pci_write_config_byte );
46 PROVIDE_PCIAPI_INLINE ( direct, pci_write_config_word );
47 PROVIDE_PCIAPI_INLINE ( direct, pci_write_config_dword );
/vbox/src/VBox/Devices/PC/ipxe/src/arch/x86/include/ipxe/
H A Dpcidirect.h34 PCIAPI_INLINE ( direct, pci_num_bus ) ( void ) { argument
48 PCIAPI_INLINE ( direct, pci_read_config_byte ) ( struct pci_device *pci, argument
65 PCIAPI_INLINE ( direct, pci_read_config_word ) ( struct pci_device *pci, argument
82 PCIAPI_INLINE ( direct, pci_read_config_dword ) ( struct pci_device *pci, argument
99 PCIAPI_INLINE ( direct, pci_write_config_byte ) ( struct pci_device *pci, argument
116 PCIAPI_INLINE ( direct, pci_write_config_word ) ( struct pci_device *pci, argument
133 PCIAPI_INLINE ( direct, pci_write_config_dword ) ( struct pci_device *pci, argument
/vbox/src/libs/libxml2-2.6.31/include/
H A Dwin32config.h21 #include <direct.h>
H A Dvboxconfig.h426 # include <direct.h>
/vbox/src/VBox/Additions/common/crOpenGL/
H A Dglx_c_exports.c150 DECLEXPORT(GLXContext) VBOXGLXENTRYTAG(glXCreateContext)(Display *dpy, XVisualInfo *vis, GLXContext share, Bool direct)
152 return glxim.CreateContext(dpy, vis, share, direct);
255 (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct)
257 return glxim.CreateContextWithConfigSGIX(dpy, config, render_type, share_list, direct);
296 (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct)
298 return glxim.CreateNewContext(dpy, config, render_type, share_list, direct);
H A Dfakedri_drv.h72 extern GLXContext VBOXGLXENTRYTAG(glXCreateContext)(Display *dpy, XVisualInfo *vis, GLXContext share, Bool direct) ;
92 extern GLXContext VBOXGLXENTRYTAG(glXCreateContextWithConfigSGIX)(Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct);
99 extern GLXContext VBOXGLXENTRYTAG(glXCreateNewContext)(Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct);
H A Dglx_proto.h56 typedef GLXContext (*PGLXFUNC_CreateContext)(Display *dpy, XVisualInfo *vis, GLXContext share, Bool direct);
112 (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct);
125 (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct);
H A Ddri_glx.h71 extern DECLEXPORT(GLXContext) VBOXGLXTAG(glXCreateContext)(Display *dpy, XVisualInfo *vis, GLXContext share, Bool direct);
127 (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct);
140 (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct);
H A Dstub.h146 Bool direct;
H A Dglx.c542 VBOXGLXTAG(glXCreateContext)(Display *dpy, XVisualInfo *vis, GLXContext share, Bool direct)
625 context->direct = direct;
1397 Bool direct)
1415 ret = VBOXGLXTAG(glXCreateContext)(dpy, vis, share_list, direct);
1580 VBOXGLXTAG(glXCreateNewContext)(Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct)
1588 (void) direct;
1597 return VBOXGLXTAG(glXCreateContext)(dpy, vis, share_list, direct);
/vbox/src/libs/zlib-1.2.6/
H A Dgzguts.h162 int direct; /* 0 if processing gzip, 1 if transparent */ member in struct:__anon17372
H A Dgzlib.c114 state->direct = 0;
148 state->direct = 1;
163 if (state->direct) {
167 state->direct = 1; /* for empty file */
H A Dgzread.c74 if there is no gzip header and direct copying will be performed, or it will
75 be set to GZIP for decompression. If direct copying, then leftover input
134 state->direct = 0;
140 if (state->direct == 0) {
157 state->direct = 1;
553 return state->direct;
H A Dgzwrite.c29 if (!state->direct) {
56 if (!state->direct) {
67 then the deflate() state is reset to start a new gzip stream. If gz->direct
83 if (state->direct) {
551 if (!state->direct) {
/vbox/src/VBox/Additions/x11/x11include/MesaLib-8.0.4-GL/GL/
H A Dglx.h204 GLXContext shareList, Bool direct );
287 Bool direct );
315 typedef GLXContext (* PFNGLXCREATENEWCONTEXTPROC) (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct);
H A Dglxext.h535 extern GLXContext glXCreateNewContext (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct);
554 typedef GLXContext ( * PFNGLXCREATENEWCONTEXTPROC) (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct);
594 extern GLXContext glXCreateContextAttribsARB (Display *dpy, GLXFBConfig config, GLXContext share_context, Bool direct, const int *attrib_list);
596 typedef GLXContext ( * PFNGLXCREATECONTEXTATTRIBSARBPROC) (Display *dpy, GLXFBConfig config, GLXContext share_context, Bool direct, const int *attrib_list);
681 extern GLXContext glXCreateContextWithConfigSGIX (Display *dpy, GLXFBConfigSGIX config, int render_type, GLXContext share_list, Bool direct);
688 typedef GLXContext ( * PFNGLXCREATECONTEXTWITHCONFIGSGIXPROC) (Display *dpy, GLXFBConfigSGIX config, int render_type, GLXContext share_list, Bool direct);
/vbox/src/VBox/Devices/Graphics/vmsvga_glext/
H A Dglxext.h554 extern GLXContext glXCreateNewContext (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct);
573 typedef GLXContext ( * PFNGLXCREATENEWCONTEXTPROC) (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct);
613 extern GLXContext glXCreateContextAttribsARB (Display *dpy, GLXFBConfig config, GLXContext share_context, Bool direct, const int *attrib_list);
615 typedef GLXContext ( * PFNGLXCREATECONTEXTATTRIBSARBPROC) (Display *dpy, GLXFBConfig config, GLXContext share_context, Bool direct, const int *attrib_list);
700 extern GLXContext glXCreateContextWithConfigSGIX (Display *dpy, GLXFBConfigSGIX config, int render_type, GLXContext share_list, Bool direct);
707 typedef GLXContext ( * PFNGLXCREATECONTEXTWITHCONFIGSGIXPROC) (Display *dpy, GLXFBConfigSGIX config, int render_type, GLXContext share_list, Bool direct);
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/include/GL/
H A Dglx.h194 GLXContext shareList, Bool direct );
277 Bool direct );
H A Dminiglx.h425 GLXContext shareList, MINI_Bool direct );
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Split/
H A DSplit.c23 #include <direct.h>
/vbox/src/VBox/Devices/Graphics/shaderlib/libWineStub/include/wine/
H A Dport.h47 # include <direct.h>
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dport.h49 # include <direct.h>
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/vbox/libWineStub/include/wine/
H A Dport.h47 # include <direct.h>

Completed in 177 milliseconds

1234