HomeSort by: relevance | last modified time | path
    Searched refs:transient (Results 1 - 12 of 12) sorted by relevancy

  /xsrc/external/mit/xsm/dist/
popup.h 37 extern void PopupPopup(Widget parent, Widget popup, Bool transient,
popup.c 39 PopupPopup(Widget parent, Widget popup, Bool transient, Bool first_time,
42 if (!transient && !first_time)
45 * For non-transient windows, if this isn't the first time
83 if (transient)
147 if (transient)
157 * The only way we can reposition a non-transient
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
zink_framebuffer.c 153 struct zink_surface *transient = zink_transient_surface(psurf); local
154 if (transient) {
155 memcpy(&state.infos[i], &transient->info, sizeof(transient->info));
168 struct zink_surface *transient = zink_transient_surface(psurf); local
169 if (transient) {
170 memcpy(&state.infos[state.num_attachments], &transient->info, sizeof(transient->info));
306 struct zink_surface *transient = zink_transient_surface(psurf); local
307 if (transient) {
328 struct zink_surface *transient = zink_transient_surface(psurf); local
    [all...]
zink_surface.h 62 struct zink_ctx_surface *transient; //zink_ctx_surface member in struct:zink_ctx_surface
74 /* use this cast for checking transient framebuffer surfaces */
78 return psurface ? ((struct zink_ctx_surface *)psurface)->transient ? ((struct zink_ctx_surface *)psurface)->transient->surf : NULL : NULL;
zink_surface.c 230 /* transient fb attachment: not cached */
234 struct zink_resource *transient = zink_resource(pctx->screen->resource_create(pctx->screen, &rtempl)); local
235 if (!transient)
237 ivci.image = transient->obj->image;
238 csurf->transient = (struct zink_ctx_surface*)wrap_surface(pctx, (struct pipe_surface*)create_surface(pctx, &transient->base.b, templ, &ivci));
239 if (!csurf->transient) {
240 pipe_resource_reference((struct pipe_resource**)&transient, NULL);
244 pipe_resource_reference((struct pipe_resource**)&transient, NULL);
312 pipe_surface_release(pctx, (struct pipe_surface**)&csurf->transient);
    [all...]
zink_context.c 1893 struct zink_surface *transient = zink_transient_surface(surf); local
1895 state.rts[i].samples = MAX3(transient ? transient->base.nr_samples : 0, surf->texture->nr_samples, 1);
1899 if (transient) {
1917 struct zink_surface *transient = zink_transient_surface(fb->zsbuf); local
1919 state.rts[fb->nr_cbufs].samples = MAX3(transient ? transient->base.nr_samples : 0, fb->zsbuf->texture->nr_samples, 1);
1920 if (transient) {
2056 struct zink_surface *transient = zink_transient_surface(ctx->fb_state.cbufs[i]); local
2057 if (transient) {
2067 struct zink_surface *transient = zink_transient_surface(ctx->fb_state.zsbuf); local
2182 struct zink_surface *transient = zink_transient_surface(ctx->fb_state.cbufs[i]); local
2193 struct zink_surface *transient = zink_transient_surface(ctx->fb_state.zsbuf); local
2486 struct zink_surface *transient = zink_transient_surface(surf); local
2542 struct zink_surface *transient = zink_transient_surface(surf); local
2553 struct zink_surface *transient = zink_transient_surface(surf); local
    [all...]
  /xsrc/external/mit/libXt/dist/include/X11/
ShellP.h 188 Boolean transient; member in struct:__anon6022
246 /* New fields for the transient shell widget */
258 TransientShellPart transient; member in struct:__anon6027
  /xsrc/external/mit/libXt/dist/src/
Shell.c 332 Offset(wm.transient), XtRImmediate, (XtPointer)False},
475 Offset(wm.transient), XtRImmediate, (XtPointer)True},
477 Offset(transient.transient_for), XtRWidget, NULL},
1298 if (w->wm.transient) {
1299 if (w->transient.transient_for != NULL
1300 && XtIsRealized(w->transient.transient_for))
1301 window_group = XtWindow(w->transient.transient_for);
1512 if (wmshell->wm.transient && !XtIsTransientShell((Widget) w)
2432 if (XtIsRealized(new) && nwmshell->wm.transient != owmshell->wm.transient) {
    [all...]
  /xsrc/external/mit/twm/dist/src/
twm.h 292 short transient; /* this is a transient window */ member in struct:TwmWindow
add_window.c 263 tmp_win->transient = (short) Transient(tmp_win->w, &tmp_win->transientfor);
356 /* if it is a transient window, don't put a title on it */
357 if (tmp_win->transient && !Scr->DecorateTransients)
386 * o the window is a transient, or
394 if (tmp_win->transient ||
iconmgr.c 361 if (tmp_win->iconmgr || tmp_win->transient || Scr->NoIconManagers)
menus.c 2404 if (t->transient && t->transientfor == tmp_win->w) {
2440 iconify = ((!tmp_win->iconify_by_unmapping) || tmp_win->transient);
2456 if (t->transient && t->transientfor == tmp_win->w) {

Completed in 19 milliseconds