Searched refs:window (Results 1 - 25 of 415) sorted by relevance

1234567891011>>

/vbox/src/VBox/HostServices/SharedOpenGL/unpacker/
H A Dunpack_visibleregion.c27 GLint window = READ_DATA( 8, GLint ); local
30 cr_unpackDispatch.WindowVisibleRegion( window, cRects, pRects );
/vbox/src/VBox/HostServices/SharedOpenGL/render/
H A Drenderspu_agl.c27 ( (ContextInfo *) GetWRefCon( ((w)->nativeWindow ? (w)->nativeWindow : (w)->window) ) )
32 ( (ContextInfo *) GetWRefCon( ((w)->nativeWindow ? (w)->nativeWindow : (w)->window) ) )
68 static void renderspu_SystemWindowApplyVisibleRegion(WindowInfo *window);
73 * application window. This is done here when called from the event handler
74 * which monitor bounding changes of the main window. */
77 /* The window with id zero is the base window, which isn't displayed at
81 /* Fetch the actually window info & the user data */
83 /* We need to assign the context with this window */
110 WindowRef window local
332 renderspuFullscreen(WindowInfo *window, GLboolean fullscreen) argument
338 renderspuWindowAttachContext(WindowInfo *wi, WindowRef window, ContextInfo *context) argument
427 renderspu_SystemCreateWindow(VisualInfo *visual, GLboolean showIt, WindowInfo *window) argument
439 renderspu_SystemDestroyWindow(WindowInfo *window) argument
476 renderspu_SystemWindowPosition(WindowInfo *window, GLint x, GLint y) argument
504 renderspu_SystemWindowSize(WindowInfo *window, GLint w, GLint h) argument
532 renderspu_SystemGetWindowGeometry(WindowInfo *window, GLint *x, GLint *y, GLint *w, GLint *h) argument
551 renderspu_SystemGetMaxWindowSize(WindowInfo *window, GLint *w, GLint *h) argument
572 renderspu_SystemShowWindow(WindowInfo *window, GLboolean showIt) argument
610 renderspu_SystemVBoxPresentComposition( WindowInfo *window, const struct VBOXVR_SCR_COMPOSITOR * pCompositor, const struct VBOXVR_SCR_COMPOSITOR_ENTRY *pChangedEntry ) argument
616 renderspu_SystemMakeCurrent(WindowInfo *window, GLint nativeWindow, ContextInfo *context) argument
669 renderspu_SystemSwapBuffers(WindowInfo *window, GLint flags) argument
706 renderspu_SystemWindowNeedEmptyPresent(WindowInfo *window) argument
711 renderspu_SystemWindowVisibleRegion(WindowInfo *window, GLint cRects, const GLint* pRects) argument
773 renderspu_SystemWindowApplyVisibleRegion(WindowInfo *window) argument
827 renderspu_SystemVBoxCreateWindow(VisualInfo *visual, GLboolean showIt, WindowInfo *window) argument
[all...]
H A Drenderspu_glx.c44 #define WINDOW_NAME window->title
174 return ( event->type == MapNotify && event->xmap.window == (Window)arg );
179 * Return the X Visual ID of the given window
409 XSelectInput(render_spu.WinCmdVisual.dpy, render_spu.WinCmdWindow.window, StructureNotifyMask);
442 /* the window is not in the table, this will just ensure the key is freed */
458 crHashtableAdd(render_spu.pWinToInfoTable, pWinCmd->pWindow->window, pWinCmd->pWindow);
459 XSelectInput(render_spu.WinCmdVisual.dpy, pWinCmd->pWindow->window, ExposureMask);
463 crHashtableDelete(render_spu.pWinToInfoTable, pWinCmd->pWindow->window, NULL);
517 CRASSERT(event.xclient.window == render_spu.WinCmdWindow.window);
794 JoinSwapGroup(Display *dpy, int screen, Window window, GLuint group, GLuint barrier) argument
1444 renderspu_SystemMakeCurrent( WindowInfo *window, GLint nativeWindow, ContextInfo *context ) argument
1640 renderspu_SystemWindowSize( WindowInfo *window, GLint w, GLint h ) argument
1751 renderspu_SystemGetWindowGeometry( WindowInfo *window, GLint *x, GLint *y, GLint *w, GLint *h ) argument
1803 renderspu_SystemGetMaxWindowSize( WindowInfo *window, GLint *w, GLint *h ) argument
1825 renderspu_SystemWindowPosition( WindowInfo *window, GLint x, GLint y ) argument
1842 renderspu_SystemWindowNeedEmptyPresent(WindowInfo *window) argument
1848 renderspu_SystemWindowVisibleRegion( WindowInfo *window, GLint cRects, const GLint *pRects ) argument
1901 renderspu_SystemShowWindow( WindowInfo *window, GLboolean showIt ) argument
1929 renderspu_SystemVBoxPresentComposition( WindowInfo *window, const struct VBOXVR_SCR_COMPOSITOR_ENTRY *pChangedEntry ) argument
2024 renderspu_SystemReparentWindow(WindowInfo *window) argument
[all...]
H A Drenderspu_wgl.c365 * Namely ATI drivers check whether ogl window is foreground and fullscreen
376 #define WINDOW_NAME window->title
387 /* In the windows world, we need a window before a context.
393 void renderspu_SystemDestroyWindow( WindowInfo *window )
397 CRASSERT(window);
399 /*DestroyWindow( window->hWnd );*/
401 vrdw.hWnd = window->hWnd;
410 crError("Render SPU: window thread is not running");
413 window->hWnd = NULL;
414 window
1235 renderspuWindowRgnApply(WindowInfo *window) argument
1265 renderspu_SystemShowWindow( WindowInfo *window, GLboolean showIt ) argument
1285 renderspu_SystemVBoxPresentComposition( WindowInfo *window, const struct VBOXVR_SCR_COMPOSITOR_ENTRY *pChangedEntry ) argument
1349 WindowInfo *window; local
1380 renderspu_SystemMakeCurrent( WindowInfo *window, GLint nativeWindow, ContextInfo *context ) argument
1508 renderspu_SystemWindowSize( WindowInfo *window, GLint w, GLint h ) argument
1533 renderspu_SystemGetWindowGeometry( WindowInfo *window, GLint *x, GLint *y, GLint *w, GLint *h ) argument
1548 renderspu_SystemGetMaxWindowSize( WindowInfo *window, GLint *w, GLint *h ) argument
1557 renderspu_SystemWindowPosition( WindowInfo *window, GLint x, GLint y ) argument
1582 renderspu_SystemWindowNeedEmptyPresent(WindowInfo *window) argument
1587 renderspu_SystemWindowVisibleRegion(WindowInfo *window, GLint cRects, const GLint* pRects) argument
1707 renderspu_SystemReparentWindow(WindowInfo *window) argument
[all...]
H A Drenderspu.c320 WindowInfo* window = (WindowInfo *)crAlloc(sizeof (*window)); local
321 if (!window)
327 if (!renderspuWinInit(window, NULL, visBits, id))
330 crFree(window);
334 return window;
337 void renderspuWinTermOnShutdown(WindowInfo *window) argument
339 renderspuVBoxCompositorSet(window, NULL);
340 renderspuVBoxPresentBlitterCleanup(window);
341 window
398 renderspuWinCleanup(WindowInfo *window) argument
404 renderspuWinDestroy(WindowInfo *window) argument
412 WindowInfo *window = (WindowInfo *) crHashtableSearch(render_spu.dummyWindowTable, visBits); local
428 renderspuPerformMakeCurrent(WindowInfo *window, GLint nativeWindow, ContextInfo *context) argument
497 WindowInfo *window = NULL; local
533 renderspuWinInitWithVisual( WindowInfo *window, VisualInfo *visual, GLboolean showIt, GLint id ) argument
620 WindowInfo *window; local
668 WindowInfo *window; local
698 WindowInfo *window; local
724 WindowInfo *window; local
760 WindowInfo *window; local
779 WindowInfo *window; local
808 WindowInfo *window; local
974 renderspuVBoxPresentBlitterGetAndEnter( WindowInfo *window, int32_t i32MakeCurrentUserData, bool fRedraw ) argument
988 renderspuVBoxPresentBlitterEnsureCreated( WindowInfo *window, int32_t i32MakeCurrentUserData ) argument
1029 renderspuVBoxPresentCompositionGeneric( WindowInfo *window, const struct VBOXVR_SCR_COMPOSITOR * pCompositor, const struct VBOXVR_SCR_COMPOSITOR_ENTRY *pChangedEntry, int32_t i32MakeCurrentUserData, bool fRedraw ) argument
1044 renderspuVBoxCompositorSet( WindowInfo *window, const struct VBOXVR_SCR_COMPOSITOR * pCompositor) argument
1081 WindowInfo *window = (WindowInfo *) data1; local
1095 renderspuVBoxCompositorAcquire( WindowInfo *window) argument
1117 renderspuVBoxCompositorLock(WindowInfo *window, const struct VBOXVR_SCR_COMPOSITOR **ppCompositor) argument
1130 renderspuVBoxCompositorUnlock(WindowInfo *window) argument
1137 renderspuVBoxCompositorTryAcquire(WindowInfo *window, const struct VBOXVR_SCR_COMPOSITOR **ppCompositor) argument
1160 renderspuVBoxCompositorRelease( WindowInfo *window) argument
1297 renderspuSwapBuffers( GLint window, GLint flags ) argument
1618 WindowInfo *window; local
1656 WindowInfo *window; local
1675 WindowInfo *window; local
1692 WindowInfo *window; local
1706 WindowInfo *window; local
1735 WindowInfo *window = context->currentWindow; local
1848 renderspuReparentWindow(GLint window) argument
[all...]
H A Drenderspu.h39 /* special window id used for representing the command window CRWindowInfo */
79 WindowRef window; member in struct:__anon16465
96 // int id; /**< integer window ID */
105 GLboolean everCurrent; /**< has this window ever been bound? */
124 WindowRef window; member in struct:WindowInfo
133 NativeNSViewRef window; member in struct:WindowInfo
138 Window window; member in struct:WindowInfo
190 /* create the window (not used for now) */
192 /* destroy the window (no
448 renderspuWinRetain(WindowInfo *window) argument
453 renderspuWinIsTermed(WindowInfo *window) argument
458 renderspuWinRelease(WindowInfo *window) argument
499 DECLEXPORT(void) renderspuReparentWindow(GLint window); variable
[all...]
/vbox/src/VBox/Additions/common/crOpenGL/pack/
H A Dpackspu_swapbuf.c15 void PACKSPU_APIENTRY packspu_SwapBuffers( GLint window, GLint flags )
20 crPackSwapBuffersSWAP( window, flags );
24 crPackSwapBuffers( window, flags );
32 void PACKSPU_APIENTRY packspu_SwapBuffers( GLint window, GLint flags ) argument
38 crPackSwapBuffersSWAP( window, flags );
42 crPackSwapBuffers( window, flags );
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dselection.h61 Window window; member in struct:_Selection
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dselection.h61 Window window; member in struct:_Selection
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/include/
H A Dselection.h61 Window window; member in struct:_Selection
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dselection.h62 Window window; member in struct:_Selection
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dselection.h62 Window window; member in struct:_Selection
/vbox/src/VBox/Additions/x11/x11include/libXcomposite-0.4.0/X11/extensions/
H A DXcomposite.h72 XCompositeRedirectWindow (Display *dpy, Window window, int update);
75 XCompositeRedirectSubwindows (Display *dpy, Window window, int update);
78 XCompositeUnredirectWindow (Display *dpy, Window window, int update);
81 XCompositeUnredirectSubwindows (Display *dpy, Window window, int update);
84 XCompositeCreateRegionFromBorderClip (Display *dpy, Window window);
87 XCompositeNameWindowPixmap (Display *dpy, Window window);
90 XCompositeGetOverlayWindow (Display *dpy, Window window);
93 XCompositeReleaseOverlayWindow (Display *dpy, Window window);
/vbox/src/libs/zlib-1.2.6/contrib/infback9/
H A Dinfback9.h14 * window must be provided. Also if int's are 16 bits, then a zero for
28 unsigned char FAR *window,
31 #define inflateBack9Init(strm, window) \
32 inflateBack9Init_((strm), (window), \
H A Dinflate9.h36 /* sliding window */
37 unsigned char FAR *window; /* allocated sliding window, if needed */ member in struct:inflate_state
/vbox/src/VBox/Additions/x11/x11include/4.3/include/extensions/
H A DpanoramiXext.h37 Window window; /* PanoramiX window - may not exist */ member in struct:__anon2772
/vbox/src/VBox/Additions/common/crOpenGL/
H A Dcontext.c22 * windows. Typically, one window is handled by Chromium while any
144 void stubDestroyWindow( GLint con, GLint window )
147 crHashtableSearch(stub.windowTable, (unsigned int) window);
176 crHashtableDelete(stub.windowTable, window, crFree);
183 * Create a new _Chromium_ window, not GLX, WGL or CGL.
205 /* Ask the head SPU for the initial window size */
315 /*@todo this will create new pixmap for window every call*/
618 InstantiateNativeContext( WindowInfo *window, ContextInfo *context ) argument
621 context->hglrc = stub.wsInterface.wglCreateContext( window->drawable );
680 context->glxContext = stub.wsInterface.glXCreateContext( window
694 stubGetWindowGeometry(const WindowInfo *window, int *x, int *y, unsigned int *w, unsigned int *h ) argument
730 GetWindowTitle( const WindowInfo *window, char *title ) argument
740 GetCursorPosition(WindowInfo *window, int pos[2]) argument
808 stubGetWindowGeometry( const WindowInfo *window, int *x, int *y, unsigned int *w, unsigned int *h ) argument
829 GetWindowTitle( const WindowInfo *window, char *title ) argument
837 GetCursorPosition( const WindowInfo *window, int pos[2] ) argument
854 stubGetWindowGeometry(WindowInfo *window, int *x, int *y, unsigned int *w, unsigned int *h) argument
888 GetWindowTitleHelper( Display *dpy, Window window, GLboolean recurseUp ) argument
918 GetWindowTitle( const WindowInfo *window, char *title ) argument
935 GetCursorPosition(WindowInfo *window, int pos[2] ) argument
1157 stubMakeCurrent( WindowInfo *window, ContextInfo *context ) argument
1418 stubSwapBuffers(WindowInfo *window, GLint flags) argument
[all...]
/vbox/src/VBox/Additions/x11/x11include/compositeproto-0.4/X11/extensions/
H A Dcompositeproto.h87 Window window B32;
99 Window window B32;
111 Window window B32;
123 Window window B32;
136 Window window B32;
147 Window window B32;
159 Window window B32;
183 Window window B32;
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dpresent.h32 /* Return the current CRTC for 'window'.
34 typedef RRCrtcPtr (*present_get_crtc_ptr) (WindowPtr window);
54 /* Flush pending drawing on 'window' to the hardware.
56 typedef void (*present_flush_ptr) (WindowPtr window);
58 /* Check if 'pixmap' is suitable for flipping to 'window'.
60 typedef Bool (*present_check_flip_ptr) (RRCrtcPtr crtc, WindowPtr window, PixmapPtr pixmap, Bool sync_flip);
118 typedef void (*present_complete_notify_proc)(WindowPtr window,
H A Dpresent_priv.h48 WindowPtr window; member in struct:present_notify
56 WindowPtr window; member in struct:present_vblank
116 * Each window has a list of clients and event masks
123 WindowPtr window; member in struct:present_event
140 present_window_priv(WindowPtr window) argument
142 return (present_window_priv_ptr)dixGetPrivate(&(window)->devPrivates, &present_window_private_key);
146 present_get_window_priv(WindowPtr window, Bool create);
154 present_pixmap(WindowPtr window,
172 present_notify_msc(WindowPtr window,
188 present_check_flip_window(WindowPtr window);
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dpresent.h32 /* Return the current CRTC for 'window'.
34 typedef RRCrtcPtr (*present_get_crtc_ptr) (WindowPtr window);
54 /* Flush pending drawing on 'window' to the hardware.
56 typedef void (*present_flush_ptr) (WindowPtr window);
58 /* Check if 'pixmap' is suitable for flipping to 'window'.
60 typedef Bool (*present_check_flip_ptr) (RRCrtcPtr crtc, WindowPtr window, PixmapPtr pixmap, Bool sync_flip);
118 typedef void (*present_complete_notify_proc)(WindowPtr window,
H A Dpresent_priv.h48 WindowPtr window; member in struct:present_notify
56 WindowPtr window; member in struct:present_vblank
116 * Each window has a list of clients and event masks
123 WindowPtr window; member in struct:present_event
142 present_window_priv(WindowPtr window) argument
144 return (present_window_priv_ptr)dixGetPrivate(&(window)->devPrivates, &present_window_private_key);
148 present_get_window_priv(WindowPtr window, Bool create);
156 present_pixmap(WindowPtr window,
174 present_notify_msc(WindowPtr window,
190 present_check_flip_window(WindowPtr window);
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dpresent.h32 /* Return the current CRTC for 'window'.
34 typedef RRCrtcPtr (*present_get_crtc_ptr) (WindowPtr window);
54 /* Flush pending drawing on 'window' to the hardware.
56 typedef void (*present_flush_ptr) (WindowPtr window);
58 /* Check if 'pixmap' is suitable for flipping to 'window'.
60 typedef Bool (*present_check_flip_ptr) (RRCrtcPtr crtc, WindowPtr window, PixmapPtr pixmap, Bool sync_flip);
118 typedef void (*present_complete_notify_proc)(WindowPtr window,
H A Dpresent_priv.h48 WindowPtr window; member in struct:present_notify
56 WindowPtr window; member in struct:present_vblank
115 * Each window has a list of clients and event masks
122 WindowPtr window; member in struct:present_event
139 present_window_priv(WindowPtr window) argument
141 return (present_window_priv_ptr)dixGetPrivate(&(window)->devPrivates, &present_window_private_key);
145 present_get_window_priv(WindowPtr window, Bool create);
153 present_pixmap(WindowPtr window,
171 present_notify_msc(WindowPtr window,
187 present_check_flip_window(WindowPtr window);
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dwined3d_main.c46 HWND window; member in struct:wined3d_wndproc
187 /* We need our own window class for a fake window which we use to retrieve GL capabilities */
203 ERR("Failed to register window class 'WineD3D_OpenGL'!\n");
420 static struct wined3d_wndproc *wined3d_find_wndproc(HWND window) argument
426 if (wndproc_table.entries[i].window == window)
435 static LRESULT CALLBACK wined3d_wndproc(HWND window, UINT message, WPARAM wparam, LPARAM lparam) argument
443 entry = wined3d_find_wndproc(window);
448 ERR("Window %p is not registered with wined3d.\n", window);
464 wined3d_register_window(HWND window, struct wined3d_device *device) argument
513 wined3d_unregister_window(HWND window) argument
[all...]

Completed in 76 milliseconds

1234567891011>>