| /xsrc/external/mit/MesaLib/dist/src/egl/drivers/dri2/ |
| H A D | platform_android.h | 45 ANativeWindow_acquire(struct ANativeWindow *window) argument 47 window->common.incRef(&window->common); 51 ANativeWindow_release(struct ANativeWindow *window) argument 53 window->common.decRef(&window->common); 57 ANativeWindow_getFormat(struct ANativeWindow *window) argument 60 int res = window->query(window, NATIVE_WINDOW_FORMAT, &format); 65 ANativeWindow_dequeueBuffer(struct ANativeWindow *window, argument 73 ANativeWindow_queueBuffer(struct ANativeWindow * window,struct ANativeWindowBuffer * buffer,int fenceFd) argument 81 ANativeWindow_cancelBuffer(struct ANativeWindow * window,struct ANativeWindowBuffer * buffer,int fenceFd) argument 89 ANativeWindow_setUsage(struct ANativeWindow * window,uint64_t usage) argument 95 ANativeWindow_setSharedBufferMode(struct ANativeWindow * window,bool sharedBufferMode) argument 102 ANativeWindow_setSwapInterval(struct ANativeWindow * window,int interval) argument 108 ANativeWindow_query(const struct ANativeWindow * window,enum ANativeWindowQuery what,int * value) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/android_stub/ |
| H A D | nativewindow_stub.cpp | 1 #include <vndk/window.h> 41 ANativeWindow_acquire(ANativeWindow *window) argument 46 ANativeWindow_release(ANativeWindow *window) argument 51 ANativeWindow_getFormat(ANativeWindow *window) argument 57 ANativeWindow_setSwapInterval(ANativeWindow *window, int interval) argument 63 ANativeWindow_query(const ANativeWindow *window, argument 71 ANativeWindow_dequeueBuffer(ANativeWindow *window, argument 79 ANativeWindow_queueBuffer(ANativeWindow *window, argument 86 int ANativeWindow_cancelBuffer(ANativeWindow* window, argument 93 ANativeWindow_setUsage(ANativeWindow *window, uint64_ argument 99 ANativeWindow_setSharedBufferMode(ANativeWindow * window,bool sharedBufferMode) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/include/android_stub/vndk/ |
| H A D | window.h | 43 int ANativeWindow_OemStorageSet(ANativeWindow* window, uint32_t slot, intptr_t value); 54 int ANativeWindow_OemStorageGet(ANativeWindow* window, uint32_t slot, intptr_t* value); 62 int ANativeWindow_setSwapInterval(ANativeWindow* window, int interval); 91 * dimensions of the window buffers irrespective of the 92 * ANativeWindow_setBuffersDimensions() call and match the native window 150 * example, if the window is double-buffered, the age of any given buffer in 172 * hook used to retrieve information about the native window. 176 int ANativeWindow_query(const ANativeWindow* window, ANativeWindowQuery query, int* value); 177 int ANativeWindow_queryf(const ANativeWindow* window, ANativeWindowQuery query, float* value); 184 * The window hold [all...] |
| /xsrc/external/mit/MesaGLUT/dist/src/glut/glx/ |
| H A D | glut_event.c | 95 void (*__glutStartMenu)(GLUTmenu * menu, GLUTwindow * window, int x, int y, int x_win, int y_win); 189 __glutPutOnWorkList(GLUTwindow * window, int workMask) argument 191 if (window->workMask) { 193 window->workMask |= workMask; 195 /* Update work mask and add to window work list. */ 196 window->workMask = workMask; 197 /* Assert that if the window does not have a 198 workMask already, the window should definitely 200 assert(window != __glutWindowWorkList); 201 window 207 __glutPostRedisplay(GLUTwindow * window,int layerMask) argument 255 markWindowHidden(GLUTwindow * window) argument 979 processWindowWorkList(GLUTwindow * window) argument [all...] |
| H A D | win32_winproc.c | 27 updateWindowState(GLUTwindow *window, int visState) argument 32 window->shownState = visState; 33 if (visState != window->visState) { 34 if (window->windowStatus) { 35 window->visState = visState; 36 __glutSetWindow(window); 37 window->windowStatus(visState); 40 /* Since Win32 only sends an activate for the toplevel window, 42 child = window->children; 55 GLUTwindow* window; /* GLU local in function:__glutWindowProc [all...] |
| H A D | glut_swap.c | 19 GLUTwindow *window = __glutCurrentWindow; local in function:glutSwapBuffers 25 if (window->renderWin == window->win) { 27 /* Pretend the double buffered window is single buffered, 40 window->usedSwapBuffers = 1; 44 /* I considered putting the window being swapped on the
|
| H A D | glut_win.c | 44 cleanWindowWorkList(GLUTwindow * window) argument 49 /* Tranverse singly-linked window work list look for the 50 window. */ 52 if (entry == window) { 66 cleanStaleWindowList(GLUTwindow * window) argument 71 /* Tranverse singly-linked stale window list look for the 72 window ID. */ 74 if (entry->window == window) { 95 /* Does win belong to the last window I 145 __glutSetWindow(GLUTwindow * window) argument 183 GLUTwindow *window; local in function:glutSetWindow 492 GLUTwindow *window; local in function:__glutCreateWindow 721 GLUTwindow *window; local in function:glutCreateWindow 775 GLUTwindow *window; local in function:glutCreateSubWindow 794 __glutDestroyWindow(GLUTwindow * window,GLUTwindow * initialWindow) argument 867 GLUTwindow *window = __glutWindowList[win - 1]; local in function:glutDestroyWindow [all...] |
| H A D | glut_overlay.c | 272 /* The GLUT overlay can come and go, and the overlay window has 273 a distinct X window ID. Logically though, GLUT treats the 274 normal and overlay windows as a unified window. In 275 particular, X input events typically go to the overlay window 276 since it is "on top of" the normal window. When an overlay 277 window ID is destroyed (due to glutRemoveOverlay or a call to 279 still keep track of the overlay window ID until we get back a 280 DestroyNotify event for the overlay window. Otherwise, we 282 overlay. To avoid this, we keep the destroyed overlay window 283 ID on a "stale window" lis 287 addStaleWindow(GLUTwindow * window,Window win) argument 362 GLUTwindow *window; local in function:glutEstablishOverlay 460 GLUTwindow *window = __glutCurrentWindow; local in function:glutRemoveOverlay 483 GLUTwindow *window = __glutCurrentWindow; local in function:glutUseLayer [all...] |
| H A D | glut_input.c | 115 queryTabletPos(GLUTwindow * window) argument 134 if (window->tabletPos[0] == -1) 135 window->tabletPos[0] = normalizeTabletPos(0, v->valuators[0]); 136 if (window->tabletPos[1] == -1) 137 window->tabletPos[1] = normalizeTabletPos(1, v->valuators[1]); 146 tabletPosChange(GLUTwindow * window, int first, int count, int *data) argument 155 if (value != window->tabletPos[i]) { 156 window->tabletPos[i] = value; 162 if (window->tabletPos[0] == -1 || window 173 GLUTwindow *window; local in function:__glutProcessDeviceEvents 484 __glutUpdateInputDeviceMask(GLUTwindow * window) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/include/android_stub/system/ |
| H A D | window.h | 167 * to the window compositor. The query sets the returned 'value' argument 168 * to 1 if the ANativeWindow DOES send queued buffers directly to the window 169 * compositor and 0 if the buffers do not go directly to the window 192 * dimensions of the window buffers irrespective of the 193 * NATIVE_WINDOW_SET_BUFFERS_DIMENSIONS call and match the native window 288 * example, if the window is double-buffered, the age of any given buffer in 372 /* the window content is not updated (frozen) until a buffer of 373 * the window size is received (enqueued) 376 /* the buffer is scaled in both dimensions to match the window size */ 379 * of the buffer matches the window siz 641 native_window_set_usage(struct ANativeWindow * window,int usage) argument 679 native_window_set_crop(struct ANativeWindow * window,android_native_rect_t const * crop) argument 700 native_window_set_post_transform_crop(struct ANativeWindow * window,android_native_rect_t const * crop) argument 718 native_window_set_active_rect(struct ANativeWindow * window,android_native_rect_t const * active_rect) argument 729 native_window_set_buffer_count(struct ANativeWindow * window,size_t bufferCount) argument 749 native_window_set_buffers_geometry(struct ANativeWindow * window,int w,int h,int format) argument 770 native_window_set_buffers_dimensions(struct ANativeWindow * window,int w,int h) argument 795 native_window_set_buffers_user_dimensions(struct ANativeWindow * window,int w,int h) argument 809 native_window_set_buffers_format(struct ANativeWindow * window,int format) argument 828 native_window_set_buffers_data_space(struct ANativeWindow * window,android_dataspace_t dataSpace) argument 841 native_window_set_buffers_transform(struct ANativeWindow * window,int transform) argument 858 native_window_set_buffers_sticky_transform(struct ANativeWindow * window,int transform) argument 876 native_window_set_buffers_timestamp(struct ANativeWindow * window,int64_t timestamp) argument 889 native_window_set_scaling_mode(struct ANativeWindow * window,int mode) argument 903 native_window_api_connect(struct ANativeWindow * window,int api) argument 915 native_window_api_disconnect(struct ANativeWindow * window,int api) argument 936 native_window_set_sideband_stream(struct ANativeWindow * window,native_handle_t * sidebandHandle) argument 960 native_window_set_surface_damage(struct ANativeWindow * window,const android_native_rect_t * rects,size_t numRects) argument 972 native_window_set_shared_buffer_mode(struct ANativeWindow * window,bool sharedBufferMode) argument 984 native_window_set_auto_refresh(struct ANativeWindow * window,bool autoRefresh) argument [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/intel/tools/ |
| H A D | aubinator_viewer.cpp | 232 struct window { struct 234 struct list_head parent_link; /* link in parent window list of children */ 244 void (*display)(struct window*); 245 void (*destroy)(struct window*); 249 struct window base; 265 struct window base; 271 struct window base; 279 struct window base; 288 struct window base; 321 struct window file_windo 356 struct shader_window *window = (struct shader_window *) win; local in function:display_shader_window 371 struct shader_window *window = (struct shader_window *) win; local in function:destroy_shader_window 380 struct shader_window *window = xtzalloc(*window); local in function:new_shader_window 414 struct urb_window *window = (struct urb_window *) win; local in function:display_urb_window 435 struct urb_window *window = (struct urb_window *) win; local in function:destroy_urb_window 443 struct urb_window *window = xtzalloc(*window); local in function:new_urb_window 469 struct edit_window *window = (struct edit_window *) data; local in function:read_edit_window 477 struct edit_window *window = (struct edit_window *) data; local in function:write_edit_window 487 struct edit_window *window = (struct edit_window *) win; local in function:display_edit_window 505 struct edit_window *window = (struct edit_window *) win; local in function:destroy_edit_window 515 struct edit_window *window = xtzalloc(*window); local in function:new_edit_window 602 struct pml4_window *window = (struct pml4_window *) win; local in function:display_pml4_window 611 show_pml4_window(struct pml4_window * window,struct aub_mem * mem) argument 649 struct batch_window *window = (struct batch_window *) user_data; local in function:batch_display_shader 659 struct batch_window *window = (struct batch_window *) user_data; local in function:batch_display_urb 668 struct batch_window *window = (struct batch_window *) user_data; local in function:batch_edit_address 678 struct batch_window *window = (struct batch_window *) user_data; local in function:batch_get_bo 687 update_batch_window(struct batch_window * window,bool reset,int exec_idx) argument 701 struct batch_window *window = (struct batch_window *) user_data; local in function:display_batch_ring_write 713 struct batch_window *window = (struct batch_window *) user_data; local in function:display_batch_execlist_write 746 struct batch_window *window = (struct batch_window *) win; local in function:display_batch_window 783 struct batch_window *window = (struct batch_window *) win; local in function:destroy_batch_window 802 struct batch_window *window = xtzalloc(*window); local in function:new_batch_window 862 struct window *window = &context.registers_window; local in function:show_register_window 946 struct window *window = &context.commands_window; local in function:show_commands_window 1045 struct window *window = &context.file_window; local in function:show_aubfile_window [all...] |
| /xsrc/external/mit/MesaLib/dist/src/intel/tools/ |
| H A D | aubinator_viewer.cpp | 230 struct window { struct 232 struct list_head parent_link; /* link in parent window list of children */ 242 void (*display)(struct window*); 243 void (*destroy)(struct window*); 247 struct window base; 263 struct window base; 269 struct window base; 277 struct window base; 286 struct window base; 319 struct window file_windo 354 struct shader_window *window = (struct shader_window *) win; local in function:display_shader_window 369 struct shader_window *window = (struct shader_window *) win; local in function:destroy_shader_window 378 struct shader_window *window = xtzalloc(*window); local in function:new_shader_window 412 struct urb_window *window = (struct urb_window *) win; local in function:display_urb_window 433 struct urb_window *window = (struct urb_window *) win; local in function:destroy_urb_window 441 struct urb_window *window = xtzalloc(*window); local in function:new_urb_window 467 struct edit_window *window = (struct edit_window *) data; local in function:read_edit_window 475 struct edit_window *window = (struct edit_window *) data; local in function:write_edit_window 485 struct edit_window *window = (struct edit_window *) win; local in function:display_edit_window 503 struct edit_window *window = (struct edit_window *) win; local in function:destroy_edit_window 513 struct edit_window *window = xtzalloc(*window); local in function:new_edit_window 600 struct pml4_window *window = (struct pml4_window *) win; local in function:display_pml4_window 609 show_pml4_window(struct pml4_window * window,struct aub_mem * mem) argument 647 struct batch_window *window = (struct batch_window *) user_data; local in function:batch_display_shader 657 struct batch_window *window = (struct batch_window *) user_data; local in function:batch_display_urb 666 struct batch_window *window = (struct batch_window *) user_data; local in function:batch_edit_address 676 struct batch_window *window = (struct batch_window *) user_data; local in function:batch_get_bo 685 update_batch_window(struct batch_window * window,bool reset,int exec_idx) argument 699 struct batch_window *window = (struct batch_window *) user_data; local in function:display_batch_ring_write 711 struct batch_window *window = (struct batch_window *) user_data; local in function:display_batch_execlist_write 744 struct batch_window *window = (struct batch_window *) win; local in function:display_batch_window 781 struct batch_window *window = (struct batch_window *) win; local in function:destroy_batch_window 800 struct batch_window *window = xtzalloc(*window); local in function:new_batch_window 860 struct window *window = &context.registers_window; local in function:show_register_window 944 struct window *window = &context.commands_window; local in function:show_commands_window 1043 struct window *window = &context.file_window; local in function:show_aubfile_window [all...] |
| /xsrc/external/mit/libX11/dist/src/ |
| H A D | DelProp.c | 35 Window window, 42 req->window = window; 33 XDeleteProperty(register Display * dpy,Window window,Atom property) argument
|
| H A D | FilterEv.c | 74 Window window) 82 if (window) 83 win = window; 85 win = ev->xany.window; 93 if (win == p->window) { 97 ret = (*(p->filter))(ev->xany.display, p->window, ev, 104 /* Java sometimes calls XFilterEvent() with window=0 and ev come from 106 * input focuses in a Java window with the keys. 107 * But XKeyEvent filters need to receive the event with window=0 for 111 * The case of p->window 72 XFilterEvent(XEvent * ev,Window window) argument [all...] |
| H A D | RegstFlt.c | 80 Window window, 92 rec->window = window; 111 Window window, 124 rec->window = window; 140 Window window, 149 if (fl->window == window && 78 _XRegisterFilterByMask(Display * display,Window window,unsigned long event_mask,Bool (* filter)(Display *,Window,XEvent *,XPointer),XPointer client_data) argument 109 _XRegisterFilterByType(Display * display,Window window,int start_type,int end_type,Bool (* filter)(Display *,Window,XEvent *,XPointer),XPointer client_data) argument 138 _XUnregisterFilter(Display * display,Window window,Bool (* filter)(Display *,Window,XEvent *,XPointer),XPointer client_data) argument
|
| /xsrc/external/mit/MesaLib/dist/include/android_stub/android/ |
| H A D | native_window.h | 30 * @brief API for accessing a native window. 48 * Legacy window pixel format names, kept for backwards compatibility. 63 * Transforms that can be applied to buffers as they are displayed to a window. 83 * Opaque type that provides access to a native window. 119 void ANativeWindow_acquire(ANativeWindow* window); 124 void ANativeWindow_release(ANativeWindow* window); 127 * Return the current width in pixels of the window surface. 131 int32_t ANativeWindow_getWidth(ANativeWindow* window); 134 * Return the current height in pixels of the window surface. 138 int32_t ANativeWindow_getHeight(ANativeWindow* window); [all...] |
| /xsrc/external/mit/xorg-server/dist/present/ |
| H A D | present_execute.c | 43 WindowPtr window = vblank->window; local in function:present_execute_wait 44 ScreenPtr screen = window->drawable.pScreen; 51 screen_priv->queue_vblank(screen, window, vblank->crtc, vblank->event_id, 67 WindowPtr window = vblank->window; local in function:present_execute_copy 68 ScreenPtr screen = window->drawable.pScreen; 74 window, 82 present_copy_region(&window->drawable, vblank->pixmap, vblank->update, vblank->x_off, vblank->y_off); 88 screen_priv->flush(window); [all...] |
| H A D | present_screen.c | 30 * Get a pointer to a present window private, creating if necessary 33 present_get_window_priv(WindowPtr window, Bool create) argument 35 present_window_priv_ptr window_priv = present_window_priv(window); 45 window_priv->window = window; 47 dixSetPrivate(&window->devPrivates, &present_window_private_key, window_priv); 69 * Free any queued presentations for this window 72 present_free_window_vblank(WindowPtr window) argument 74 ScreenPtr screen = window->drawable.pScreen; 76 present_window_priv_ptr window_priv = present_window_priv(window); 89 present_destroy_window(WindowPtr window) argument 127 present_config_notify(WindowPtr window,int x,int y,int w,int h,int bw,WindowPtr sibling) argument 151 present_clip_notify(WindowPtr window,int dx,int dy) argument [all...] |
| H A D | present_notify.c | 26 * Mark all pending notifies for 'window' as invalid when 27 * the window is destroyed 31 present_clear_window_notifies(WindowPtr window) argument 34 present_window_priv_ptr window_priv = present_window_priv(window); 40 notify->window = NULL; 45 * 'notify' is being freed; remove it from the window's notify list 55 * 'notify' is new; add it to the specified window 61 WindowPtr window = notify->window; local in function:present_add_window_notify 62 present_window_priv_ptr window_priv = present_get_window_priv(window, TRU [all...] |
| /xsrc/external/mit/ctwm/dist/client/ |
| H A D | ctwm_client.h | 15 char **CtwmCurrentOccupation(Display *display, Window window); 16 int CtwmSetOccupation(Display *display, Window window, 18 int CtwmAddToCurrentWorkspace(Display *display, Window window);
|
| /xsrc/external/mit/libXcomposite/dist/include/X11/extensions/ |
| H A D | Xcomposite.h | 74 XCompositeRedirectWindow (Display *dpy, Window window, int update); 77 XCompositeRedirectSubwindows (Display *dpy, Window window, int update); 80 XCompositeUnredirectWindow (Display *dpy, Window window, int update); 83 XCompositeUnredirectSubwindows (Display *dpy, Window window, int update); 86 XCompositeCreateRegionFromBorderClip (Display *dpy, Window window); 89 XCompositeNameWindowPixmap (Display *dpy, Window window); 92 XCompositeGetOverlayWindow (Display *dpy, Window window); 95 XCompositeReleaseOverlayWindow (Display *dpy, Window window);
|
| /xsrc/external/mit/freetype/dist/docs/reference/javascripts/ |
| H A D | extra.js | 25 if (this.pathname == window.location.pathname && 26 this.protocol == window.location.protocol && 27 this.host == window.location.host) { 32 window.location.hash = this.hash; 33 window.scrollTo(0, sT); 48 if(window.location.hash) { 50 slug = slugify(window.location.hash); 52 //window.location.hash = slug; 53 document.location.replace(window.location.href);
|
| /xsrc/external/mit/ctwm/dist/ |
| H A D | captive.h | 20 bool RedirectToCaptive(Window window); 25 void SetNoRedirect(Window window);
|
| H A D | event_utils.c | 90 * WindowOfEvent - return the window about which this event is concerned; this 91 * window may not be the same as XEvent.xany.window (the first window listed 98 * Each window subfield is marked with whether or not it is the same as 99 * XEvent.xany.window or is different (which is the case for some of the 105 return e->xkey.window; /* same */ 108 return e->xbutton.window; /* same */ 110 return e->xmotion.window; /* same */ 113 return e->xcrossing.window; /* sam [all...] |
| /xsrc/external/mit/xinput/dist/src/ |
| H A D | setcp.c | 33 XID window; local in function:set_clientpointer 47 window = strtol(argv[0], &dummy, (*id == 'x') ? 16 : 10); 56 XISetClientPointer(dpy, window, info->deviceid);
|