| /vbox/src/VBox/Additions/x11/Installer/ |
| H A D | solaris_xorg_modeless.conf | 42 Driver "kbd" 47 Driver "mouse" 56 Driver "vesa" 70 Driver "vesa"
|
| H A D | linux_xorg_suse11.conf | 56 Driver "kbd" 66 Driver "mouse" 78 Driver "vboxmouse" 105 Driver "vboxvideo"
|
| H A D | solaris_xorg.conf | 43 Driver "kbd" 48 Driver "mouse" 57 Driver "vesa" 71 Driver "vesa"
|
| H A D | x11config.sh | 68 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 D | context.h | 186 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 D | s_context.h | 117 /** 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 D | t_vb_cliptmp.h | 122 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 D | t_context.h | 493 /* 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 D | VBoxMF.h | 72 NTSTATUS VBoxDrvAddDevice(IN PDRIVER_OBJECT Driver, IN PDEVICE_OBJECT PDO); 73 VOID VBoxDrvUnload(IN PDRIVER_OBJECT Driver);
|
| H A D | VBoxMFDriver.cpp | 3 * 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 D | SUPDrvTracerA.asm | 3 ; VirtualBox Support Driver - Tracer Interface, Assembly bits.
|
| /vbox/src/VBox/Runtime/r0drv/os2/ |
| H A D | assertA-r0drv-os2.asm | 3 ; IPRT - DevHelp_GetDOSVar, Ring-0 Driver, OS/2.
|
| H A D | RTR0AssertPanicSystem-r0drv-os2.asm | 3 ; IPRT - RTR0AssertPanicSystem, Ring-0 Driver, OS/2.
|
| H A D | RTR0Os2DHVMGlobalToProcess.asm | 3 ; IPRT - DevHelp_VMGlobalToProcess, Ring-0 Driver, OS/2.
|
| H A D | RTR0Os2DHQueryDOSVar.asm | 3 ; IPRT - DevHelp_GetDOSVar, Ring-0 Driver, OS/2.
|
| H A D | timerA-r0drv-os2.asm | 3 ; IPRT - DevHelp_VMGlobalToProcess, Ring-0 Driver, OS/2.
|
| /vbox/src/VBox/HostDrivers/Support/win/ |
| H A D | SUPDrvA-win.asm | 3 ; VirtualBox Support Driver - Windows NT specific assembly parts.
|
| /vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d8/ |
| H A D | directx.c | 139 adapter_id.driver = identifier->Driver; 140 adapter_id.driver_size = sizeof(identifier->Driver);
|
| /vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d8/ |
| H A D | directx.c | 132 adapter_id.driver = pIdentifier->Driver; 133 adapter_id.driver_size = sizeof(pIdentifier->Driver);
|
| /vbox/src/VBox/Additions/common/crOpenGL/ |
| H A D | drirenderbuffer.c | 211 ctx->Driver.ResizeBuffers(ctx, fb, dPriv->w, dPriv->h);
|
| H A D | vboxdri_drv.c | 162 * 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 D | directx.c | 142 adapter_id.driver = identifier->Driver; 143 adapter_id.driver_size = sizeof(identifier->Driver);
|
| /vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d9/ |
| H A D | directx.c | 137 adapter_id.driver = pIdentifier->Driver; 138 adapter_id.driver_size = sizeof(pIdentifier->Driver);
|
| /vbox/src/VBox/Installer/linux/scripts/ |
| H A D | VBoxHeadlessXOrg.sh | 184 Driver "nvidia"
|
| /vbox/src/VBox/ValidationKit/utils/cpu/ |
| H A D | cidet-appA.asm | 3 ; CPU Instruction Decoding & Execution Tests - Ring-3 Driver Application, Assembly Code.
|