Searched refs:overlay (Results 1 - 18 of 18) sorted by relevance

/vbox/src/VBox/Devices/Graphics/vmsvga/
H A Dsvga_overlay.h29 * Definitions for video-overlay support.
86 * Struct definitions for the video overlay commands built on
92 uint32_t overlay; member in struct:__anon14801
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/prefix/
H A Dexeprefix.S102 overlay: label
/vbox/src/VBox/Frontends/VBoxFB/
H A DFramebuffer.cpp192 NS_IMETHODIMP VBoxDirectFB::GetOverlay(IFramebufferOverlay **overlay) argument
194 if (!overlay)
197 *overlay = 0;
/vbox/src/libs/zlib-1.2.6/
H A Ddeflate.c228 ushf *overlay; local
229 /* We overlay pending_buf and d_buf+l_buf. This works since the average
301 overlay = (ushf *) ZALLOC(strm, s->lit_bufsize, sizeof(ush)+2);
302 s->pending_buf = (uchf *) overlay;
312 s->d_buf = overlay + s->lit_bufsize/sizeof(ush);
1021 ushf *overlay;
1041 overlay = (ushf *) ZALLOC(dest, ds->lit_bufsize, sizeof(ush)+2);
1042 ds->pending_buf = (uchf *) overlay;
1056 ds->d_buf = overlay + ds->lit_bufsize/sizeof(ush);
/vbox/src/VBox/Devices/Graphics/vmsvga_glext/
H A Dglxext.h783 extern Status glXGetTransparentIndexSUN (Display *dpy, Window overlay, Window underlay, long *pTransparentIndex);
785 typedef Status ( * PFNGLXGETTRANSPARENTINDEXSUNPROC) (Display *dpy, Window overlay, Window underlay, long *pTransparentIndex);
/vbox/src/VBox/Additions/x11/x11include/MesaLib-8.0.4-GL/GL/
H A Dglxext.h764 extern Status glXGetTransparentIndexSUN (Display *dpy, Window overlay, Window underlay, long *pTransparentIndex);
766 typedef Status ( * PFNGLXGETTRANSPARENTINDEXSUNPROC) (Display *dpy, Window overlay, Window underlay, long *pTransparentIndex);
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/include/GL/
H A Dglxext.h664 typedef Status ( * PFNGLXGETTRANSPARENTINDEXSUNPROC) (Display *dpy, Window overlay, Window underlay, long *pTransparentIndex);
/vbox/include/VBox/HostServices/
H A Dglxext.h644 typedef Status ( * PFNGLXGETTRANSPARENTINDEXSUNPROC) (Display *dpy, Window overlay, Window underlay, long *pTransparentIndex);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dsurface.c90 struct wined3d_surface *overlay, *cur; local
156 LIST_FOR_EACH_ENTRY_SAFE(overlay, cur, &surface->overlays, struct wined3d_surface, overlay_entry)
158 list_remove(&overlay->overlay_entry);
159 overlay->overlay_dest = NULL;
1024 * DrawOverlay to update the overlay. Prevent an endless recursion. */
3613 WARN("Not an overlay surface.\n");
3635 TRACE("Not an overlay surface.\n");
3662 TRACE("Not an overlay surface.\n");
3677 WARN("Not an overlay surface.\n");
6114 struct wined3d_surface *overlay; local
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dsurface.c3246 WARN("Tried to flip a non-render target, non-overlay surface\n");
3253 /* Update the overlay if it is visible */
4834 IWineD3DSurfaceImpl *overlay; local
4910 LIST_FOR_EACH_ENTRY(overlay, &This->overlays, IWineD3DSurfaceImpl, overlay_entry) {
4911 IWineD3DSurface_DrawOverlay((IWineD3DSurface *) overlay);
5334 * update the overlay. Prevent an endless recursion
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v2_2.h3726 nsresult (*GetOverlay)(IFramebuffer *pThis, IFramebufferOverlay * *overlay);
H A DVBoxCAPI_v3_0.h4279 nsresult (*GetOverlay)(IFramebuffer *pThis, IFramebufferOverlay * *overlay);
H A DVBoxCAPI_v3_1.h4177 nsresult (*GetOverlay)(IFramebuffer *pThis, IFramebufferOverlay * *overlay);
H A DVBoxCAPI_v3_2.h4387 nsresult (*GetOverlay)(IFramebuffer *pThis, IFramebufferOverlay * *overlay);
H A DVBoxCAPI_v4_0.h4672 nsresult (*GetOverlay)(IFramebuffer *pThis, IFramebufferOverlay * *overlay);
H A DVBoxCAPI_v4_1.h5048 nsresult (*GetOverlay)(IFramebuffer *pThis, IFramebufferOverlay * *overlay);
H A DVBoxCAPI_v4_2.h5970 nsresult (*GetOverlay)(IFramebuffer *pThis, IFramebufferOverlay * *overlay);
H A DVBoxCAPI_v4_3.h12030 nsresult (*GetOverlay)(IFramebuffer *pThis, IFramebufferOverlay * *overlay);
12113 nsresult (*GetOverlay)(IFramebuffer *pThis, IFramebufferOverlay * *overlay);
12271 nsresult (*GetOverlay)(IFramebufferOverlay *pThis, IFramebufferOverlay * *overlay);

Completed in 8722 milliseconds