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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/sw/wrapper/
H A Dwrapper_sw_winsys.c92 struct wrapper_sw_winsys *wsw = wrapper_sw_winsys(ws); local in function:wsw_is_dt_format_supported
94 return wsw->screen->is_format_supported(wsw->screen, format,
123 wsw_dt_wrap_texture(struct wrapper_sw_winsys *wsw, argument
131 wdt->winsys = wsw;
154 struct wrapper_sw_winsys *wsw = wrapper_sw_winsys(ws); local in function:wsw_dt_create
162 templ.target = wsw->target;
172 tex = wsw->screen->resource_create(wsw->screen, &templ);
176 return wsw_dt_wrap_texture(wsw, te
185 struct wrapper_sw_winsys *wsw = wrapper_sw_winsys(ws); local in function:wsw_dt_from_handle
201 struct wrapper_sw_winsys *wsw = wrapper_sw_winsys(ws); local in function:wsw_dt_get_handle
279 struct wrapper_sw_winsys *wsw = wrapper_sw_winsys(ws); local in function:wsw_destroy
290 struct wrapper_sw_winsys *wsw = CALLOC_STRUCT(wrapper_sw_winsys); local in function:wrapper_sw_winsys_wrap_pipe_screen
325 struct wrapper_sw_winsys *wsw = wrapper_sw_winsys(ws); local in function:wrapper_sw_winsys_dewrap_pipe_screen
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/winsys/sw/wrapper/
H A Dwrapper_sw_winsys.c92 struct wrapper_sw_winsys *wsw = wrapper_sw_winsys(ws); local in function:wsw_is_dt_format_supported
94 return wsw->screen->is_format_supported(wsw->screen, format,
123 wsw_dt_wrap_texture(struct wrapper_sw_winsys *wsw, argument
131 wdt->winsys = wsw;
154 struct wrapper_sw_winsys *wsw = wrapper_sw_winsys(ws); local in function:wsw_dt_create
162 templ.target = wsw->target;
172 tex = wsw->screen->resource_create(wsw->screen, &templ);
176 return wsw_dt_wrap_texture(wsw, te
185 struct wrapper_sw_winsys *wsw = wrapper_sw_winsys(ws); local in function:wsw_dt_from_handle
201 struct wrapper_sw_winsys *wsw = wrapper_sw_winsys(ws); local in function:wsw_dt_get_handle
279 struct wrapper_sw_winsys *wsw = wrapper_sw_winsys(ws); local in function:wsw_destroy
290 struct wrapper_sw_winsys *wsw = CALLOC_STRUCT(wrapper_sw_winsys); local in function:wrapper_sw_winsys_wrap_pipe_screen
325 struct wrapper_sw_winsys *wsw = wrapper_sw_winsys(ws); local in function:wrapper_sw_winsys_dewrap_pipe_screen
[all...]
/xsrc/external/mit/ctwm/dist/
H A Dworkspace_manager.c122 WorkSpaceWindow *wsw = calloc(1, sizeof(WorkSpaceWindow)); local in function:ConfigureWorkSpaceManager
123 wsw->state = scr->workSpaceMgr.initialstate;
130 wsw->currentwspc = fws;
134 wsw->currentwspc = ws;
140 vs->wsw = wsw;
197 WorkSpaceWindow *wsw = vs->wsw; // Our WSW local in function:CreateWorkSpaceManager
198 WorkSpace *ws2 = wsw->currentwspc; // Active WS
199 MapSubwindow *msw = wsw
1792 WorkSpaceWindow *wsw = vs->wsw; local in function:WMapSetupWindow
[all...]
H A Dfunctions_icmgr_wsmgr.c202 DeIconify(Scr->currentvs->wsw->twm_win);
203 OtpRaise(Scr->currentvs->wsw->twm_win, WinWin);
212 Iconify(Scr->currentvs->wsw->twm_win, eventp->xbutton.x_root - 5,
222 if(Scr->currentvs->wsw->twm_win->mapped) {
223 Iconify(Scr->currentvs->wsw->twm_win, eventp->xbutton.x_root - 5,
227 DeIconify(Scr->currentvs->wsw->twm_win);
228 OtpRaise(Scr->currentvs->wsw->twm_win, WinWin);
H A Dworkspace_utils.c62 if(ws == tmpvs->wsw->currentwspc) {
67 oldws = vs->wsw->currentwspc;
137 if(OCCUPY(twmWin, tvs->wsw->currentwspc)) {
190 vs->wsw->currentwspc = newws;
191 if(Scr->ReverseCurrentWorkspace && vs->wsw->state == WMS_map) {
192 MapSubwindow *msw = vs->wsw->mswl [oldws->number];
196 msw = vs->wsw->mswl [newws->number];
201 else if(vs->wsw->state == WMS_buttons) {
202 ButtonSubwindow *bsw = vs->wsw->bswl [oldws->number];
204 bsw = vs->wsw
[all...]
H A Dvscreen.h11 struct WorkSpaceWindow *wsw; member in struct:VirtualScreen
H A Danimate.c231 send_clientmessage(scr->currentvs->wsw->w, XA_WM_END_OF_ANIMATION,
334 if(! vs->wsw->currentwspc) {
337 image = vs->wsw->currentwspc->image;
347 vs->wsw->currentwspc->image = image->next;
357 if(vs->wsw->state == WMS_buttons) {
366 if(ws == vs->wsw->currentwspc) {
369 XSetWindowBackgroundPixmap(dpy, vs->wsw->mswl [ws->number]->w, image->pixmap);
370 XClearWindow(dpy, vs->wsw->mswl [ws->number]->w);
H A Dvscreen.c36 vs->wsw = 0;
100 vs->wsw = 0;
212 if(vs->wsw && vs->wsw->currentwspc && vs->wsw->currentwspc->name) {
213 strcat(buf, vs->wsw->currentwspc->name);
H A Doccupation.c195 twm_win->occupation = 1 << twm_win->vs->wsw->currentwspc->number;
204 if(!OCCUPY(twm_win, twm_win->vs->wsw->currentwspc)) {
212 if(OCCUPY(twm_win, vs->wsw->currentwspc)) {
365 wlist1 = vs->wsw->currentwspc;
404 wlist2 = vs->wsw->currentwspc;
471 ws = vs->wsw->currentwspc;
532 if(! OCCUPY(tw, vs->wsw->currentwspc)) {
533 newoccupation = tw->occupation | (1 << vs->wsw->currentwspc->number);
605 const int bwidth = Scr->vScreenList->wsw->bwidth;
606 const int bheight = Scr->vScreenList->wsw
[all...]
H A Dfunctions_identify.c154 t->vs->wsw &&
155 t->vs->wsw->currentwspc) {
157 t->vs->wsw->currentwspc->name);
H A Ddrawing.c161 bwidth = vs->wsw->bwidth;
162 bheight = vs->wsw->bheight;
H A Dctwm_main.c954 SetMapStateProp(vs->wsw->twm_win, NormalState);
955 XMapWindow(dpy, vs->wsw->twm_win->frame);
956 if(vs->wsw->twm_win->StartSqueezed) {
957 Squeeze(vs->wsw->twm_win);
960 XMapWindow(dpy, vs->wsw->w);
962 vs->wsw->twm_win->mapped = true;
H A Devent_utils.c58 if(OCCUPY(tmp, Scr->currentvs->wsw->currentwspc)) {
H A Devent_handlers.c528 if(Tmp_win == Scr->currentvs->wsw->twm_win) {
1648 if(Tmp_win == vs->wsw->twm_win) {
1895 set_last_window(Scr->currentvs->wsw->currentwspc);
2009 if(!OCCUPY(Tmp_win, Scr->currentvs->wsw->currentwspc) &&
2015 AddToWorkSpace(Scr->currentvs->wsw->currentwspc->name, Tmp_win);
2038 if(!OCCUPY(Tmp_win, Scr->currentvs->wsw->currentwspc) &&
2040 AddToWorkSpace(Scr->currentvs->wsw->currentwspc->name, Tmp_win);
2350 if(newvs && newvs->wsw && newvs->wsw->currentwspc) {
2354 AddToWorkSpace(newvs->wsw
[all...]
H A Dewmh.c1475 ws = vs->wsw->currentwspc;
1666 occupation &= ~(1 << vs->wsw->currentwspc->number);
H A Dmenus.c1201 ws = Scr->currentvs->wsw->currentwspc;
1249 tmp_win == Scr->currentvs->wsw->twm_win) {
H A Diconmgr.c186 if(ws->number != Scr->currentvs->wsw->currentwspc->number) {
H A Dotp.c144 && OCCUPY(twm_win, Scr->currentvs->wsw->currentwspc));

Completed in 22 milliseconds