Searched refs:Driver (Results 1 - 25 of 32) sorted by relevance

12

/vbox/src/VBox/Additions/x11/Installer/
H A Dsolaris_xorg_modeless.conf42 Driver "kbd"
47 Driver "mouse"
56 Driver "vesa"
70 Driver "vesa"
H A Dlinux_xorg_suse11.conf56 Driver "kbd"
66 Driver "mouse"
78 Driver "vboxmouse"
105 Driver "vboxvideo"
H A Dsolaris_xorg.conf43 Driver "kbd"
48 Driver "mouse"
57 Driver "vesa"
71 Driver "vesa"
H A Dx11config.sh68 Driver "$kbd_drv"
80 Driver "mouse"
92 Driver "vboxmouse"
121 Driver "${video_driver}"
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/main/
H A Dcontext.h186 if (ctx->Driver.NeedFlush & FLUSH_STORED_VERTICES) \
187 ctx->Driver.FlushVertices(ctx, FLUSH_STORED_VERTICES); \
205 if (ctx->Driver.NeedFlush & FLUSH_UPDATE_CURRENT) \
206 ctx->Driver.FlushVertices(ctx, FLUSH_UPDATE_CURRENT); \
219 if (ctx->Driver.CurrentExecPrimitive != PRIM_OUTSIDE_BEGIN_END) { \
233 if (ctx->Driver.CurrentExecPrimitive != PRIM_OUTSIDE_BEGIN_END) { \
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/swrast/
H A Ds_context.h117 /** Driver interface:
119 struct swrast_device_driver Driver; member in struct:__anon3735
245 if ((SWctx)->Driver.SpanRenderStart) { \
246 (*(SWctx)->Driver.SpanRenderStart)(GLctx); \
252 if ((SWctx)->Driver.SpanRenderFinish) { \
253 (*(SWctx)->Driver.SpanRenderFinish)(GLctx); \
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/tnl/
H A Dt_vb_cliptmp.h122 tnl_interp_func interp = tnl->Driver.Render.Interp;
170 tnl->Driver.Render.CopyPV( ctx, newvert, v1 );
180 tnl->Driver.Render.ClippedLine( ctx, v0, v1 );
191 tnl_interp_func interp = tnl->Driver.Render.Interp;
226 tnl->Driver.Render.CopyPV( ctx, inlist[0], pv );
230 tnl->Driver.Render.ClippedPolygon( ctx, inlist, n );
242 tnl_interp_func interp = tnl->Driver.Render.Interp;
277 tnl->Driver.Render.CopyPV( ctx, inlist[0], pv );
281 tnl->Driver.Render.ClippedPolygon( ctx, inlist, n );
H A Dt_context.h493 /* Driver may request additional render passes by returning GL_TRUE
523 /* Driver interface.
525 struct tnl_device_driver Driver; member in struct:__anon3741
/vbox/src/VBox/Additions/WINNT/Mouse/NT5/
H A DVBoxMF.h72 NTSTATUS VBoxDrvAddDevice(IN PDRIVER_OBJECT Driver, IN PDEVICE_OBJECT PDO);
73 VOID VBoxDrvUnload(IN PDRIVER_OBJECT Driver);
H A DVBoxMFDriver.cpp3 * VBox Mouse Filter Driver - Interface functions.
27 /* Driver entry point */
63 VOID VBoxDrvUnload(IN PDRIVER_OBJECT Driver) argument
65 NOREF(Driver);
81 NTSTATUS VBoxDrvAddDevice(IN PDRIVER_OBJECT Driver, IN PDEVICE_OBJECT PDO) argument
90 rc = IoCreateDevice(Driver, sizeof(VBOXMOUSE_DEVEXT), NULL, FILE_DEVICE_MOUSE, 0, FALSE, &pDO);
/vbox/src/VBox/HostDrivers/Support/
H A DSUPDrvTracerA.asm3 ; VirtualBox Support Driver - Tracer Interface, Assembly bits.
/vbox/src/VBox/Runtime/r0drv/os2/
H A DassertA-r0drv-os2.asm3 ; IPRT - DevHelp_GetDOSVar, Ring-0 Driver, OS/2.
H A DRTR0AssertPanicSystem-r0drv-os2.asm3 ; IPRT - RTR0AssertPanicSystem, Ring-0 Driver, OS/2.
H A DRTR0Os2DHVMGlobalToProcess.asm3 ; IPRT - DevHelp_VMGlobalToProcess, Ring-0 Driver, OS/2.
H A DRTR0Os2DHQueryDOSVar.asm3 ; IPRT - DevHelp_GetDOSVar, Ring-0 Driver, OS/2.
H A DtimerA-r0drv-os2.asm3 ; IPRT - DevHelp_VMGlobalToProcess, Ring-0 Driver, OS/2.
/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPDrvA-win.asm3 ; VirtualBox Support Driver - Windows NT specific assembly parts.
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d8/
H A Ddirectx.c139 adapter_id.driver = identifier->Driver;
140 adapter_id.driver_size = sizeof(identifier->Driver);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d8/
H A Ddirectx.c132 adapter_id.driver = pIdentifier->Driver;
133 adapter_id.driver_size = sizeof(pIdentifier->Driver);
/vbox/src/VBox/Additions/common/crOpenGL/
H A Ddrirenderbuffer.c211 ctx->Driver.ResizeBuffers(ctx, fb, dPriv->w, dPriv->h);
H A Dvboxdri_drv.c162 * Called by ctx->Driver.GetBufferSize from in core Mesa to query the
497 tnl->Driver.RunPipeline = _tnl_run_pipeline;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d9/
H A Ddirectx.c142 adapter_id.driver = identifier->Driver;
143 adapter_id.driver_size = sizeof(identifier->Driver);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d9/
H A Ddirectx.c137 adapter_id.driver = pIdentifier->Driver;
138 adapter_id.driver_size = sizeof(pIdentifier->Driver);
/vbox/src/VBox/Installer/linux/scripts/
H A DVBoxHeadlessXOrg.sh184 Driver "nvidia"
/vbox/src/VBox/ValidationKit/utils/cpu/
H A Dcidet-appA.asm3 ; CPU Instruction Decoding & Execution Tests - Ring-3 Driver Application, Assembly Code.

Completed in 205 milliseconds

12