Searched refs:RL_DEBUG_MSG (Results 1 - 10 of 10) sorted by relevance
| /xsrc/external/mit/xorg-server/dist/miext/rootless/ |
| H A D | rootlessCommon.c | 169 RL_DEBUG_MSG("RootlessStartDrawing is a no-op because top == NULL.\n"); 174 RL_DEBUG_MSG("RootlessStartDrawing is a no-op because winRec == NULL.\n"); 191 RL_DEBUG_MSG("GetScratchPixmapHeader gave us %p %p (%d,%d %dx%d %d) for wid=%lu\n", 199 RL_DEBUG_MSG("After SetPixmapBaseToScreen(%d %d %d): %p (%d,%d %dx%d %d) for wid=%lu\n", 206 RL_DEBUG_MSG("Skipped call to xprStartDrawing (wid: %lu) because winRec->is_drawing says we already did.\n", RootlessWID(pWindow)); 211 RL_DEBUG_MSG("Window %p already has winRec->pixmap %p; not pushing\n", 219 RL_DEBUG_MSG("curPixmap is %p %p for wid=%lu\n", curPixmap, curPixmap ? curPixmap->devPrivate.ptr : NULL, RootlessWID(pWindow)); 220 RL_DEBUG_MSG("oldPixmap is %p %p for wid=%lu\n", oldPixmap, oldPixmap ? oldPixmap->devPrivate.ptr : NULL, RootlessWID(pWindow)); 224 RL_DEBUG_MSG 228 RL_DEBUG_MSG("Windo [all...] |
| H A D | rootlessWindow.c | 250 RL_DEBUG_MSG("reshaping..."); 252 RL_DEBUG_MSG("numrects %d, extents %d %d %d %d ", 258 RL_DEBUG_MSG("no shape "); 295 RL_DEBUG_MSG("change window attributes start "); 310 RL_DEBUG_MSG("change window attributes end\n"); 328 RL_DEBUG_MSG("positionwindow start (win 0x%x @ %i, %i)\n", pWin, x, y); 344 RL_DEBUG_MSG("positionwindow end\n"); 411 RL_DEBUG_MSG("creating frame "); 417 RL_DEBUG_MSG("implementation failed to create frame!\n"); 444 RL_DEBUG_MSG("realizewindo [all...] |
| H A D | rootlessGC.c | 421 RL_DEBUG_MSG("fill spans start "); 466 RL_DEBUG_MSG("fill spans end\n"); 474 RL_DEBUG_MSG("set spans start "); 512 RL_DEBUG_MSG("set spans end\n"); 523 RL_DEBUG_MSG("put image start "); 538 RL_DEBUG_MSG("put image end\n"); 552 RL_DEBUG_MSG("copy area start (src 0x%x, dst 0x%x)", pSrc, dst); 579 RL_DEBUG_MSG("copy area end\n"); 594 RL_DEBUG_MSG("copy plane start "); 613 RL_DEBUG_MSG("cop [all...] |
| H A D | rootlessScreen.c | 366 RL_DEBUG_MSG("VALIDATETREE start "); 370 RL_DEBUG_MSG("custom "); 380 RL_DEBUG_MSG("VALIDATETREE end\n"); 399 RL_DEBUG_MSG("MARKOVERLAPPEDWINDOWS start "); 404 RL_DEBUG_MSG("is root not marking "); 419 RL_DEBUG_MSG("is top level! "); 456 RL_DEBUG_MSG("MARKOVERLAPPEDWINDOWS end\n"); 656 RL_DEBUG_MSG("null screen fn " #a "\n"); \
|
| H A D | rootlessCommon.h | 49 #define RL_DEBUG_MSG ErrorF macro 51 #define RL_DEBUG_MSG(a, ...) macro 157 RL_DEBUG_MSG("calling frame proc " #proc " "); \
|
| /xsrc/external/mit/xorg-server.old/dist/miext/rootless/ |
| H A D | rootlessWindow.c | 245 RL_DEBUG_MSG("reshaping..."); 247 RL_DEBUG_MSG("numrects %d, extents %d %d %d %d ", 252 RL_DEBUG_MSG("no shape "); 292 RL_DEBUG_MSG("change window attributes start "); 306 RL_DEBUG_MSG("change window attributes end\n"); 325 RL_DEBUG_MSG("positionwindow start (win 0x%x @ %i, %i)\n", pWin, x, y); 341 RL_DEBUG_MSG("positionwindow end\n"); 409 RL_DEBUG_MSG("creating frame "); 416 RL_DEBUG_MSG("implementation failed to create frame!\n"); 444 RL_DEBUG_MSG("realizewindo [all...] |
| H A D | rootlessCommon.c | 178 RL_DEBUG_MSG("Window %p already has winRec->pixmap %p; not pushing\n", pWindow, winRec->pixmap); 186 RL_DEBUG_MSG("Window %p's curPixmap %p is the same as its oldPixmap; strange\n", pWindow, curPixmap); 188 RL_DEBUG_MSG("Window %p's existing oldPixmap %p being lost!\n", pWindow, oldPixmap); 210 RL_DEBUG_MSG("Window %p appears to be in drawing mode (ex-pixmap %p equals winRec->pixmap, which is being freed) but has no oldPixmap!\n", pWindow, exPixmap); 215 RL_DEBUG_MSG("Window %p appears to be in drawing mode (oldPixmap %p) but ex-pixmap %p not winRec->pixmap %p!\n", pWindow, oldPixmap, exPixmap, winRec->pixmap); 217 RL_DEBUG_MSG("Window %p's oldPixmap %p is winRec->pixmap, which has just been freed!\n", pWindow, oldPixmap); 269 RL_DEBUG_MSG("Damaged win 0x%x ", pWindow); 343 RL_DEBUG_MSG("Damage rect: %i, %i, %i, %i\n",
|
| H A D | rootlessGC.c | 423 RL_DEBUG_MSG("fill spans start "); 468 RL_DEBUG_MSG("fill spans end\n"); 477 RL_DEBUG_MSG("set spans start "); 516 RL_DEBUG_MSG("set spans end\n"); 527 RL_DEBUG_MSG("put image start "); 542 RL_DEBUG_MSG("put image end\n"); 557 RL_DEBUG_MSG("copy area start (src 0x%x, dst 0x%x)", pSrc, dst); 585 RL_DEBUG_MSG("copy area end\n"); 600 RL_DEBUG_MSG("copy plane start "); 619 RL_DEBUG_MSG("cop [all...] |
| H A D | rootlessScreen.c | 375 RL_DEBUG_MSG("VALIDATETREE start "); 379 RL_DEBUG_MSG("custom "); 388 RL_DEBUG_MSG("VALIDATETREE end\n"); 407 RL_DEBUG_MSG("MARKOVERLAPPEDWINDOWS start "); 412 RL_DEBUG_MSG("is root not marking "); 427 RL_DEBUG_MSG("is top level! "); 464 RL_DEBUG_MSG("MARKOVERLAPPEDWINDOWS end\n"); 667 RL_DEBUG_MSG("null screen fn " #a "\n"); \
|
| H A D | rootlessCommon.h | 50 #define RL_DEBUG_MSG ErrorF macro 52 #define RL_DEBUG_MSG(a, ...) macro 157 RL_DEBUG_MSG("calling frame proc " #proc " "); \
|
Completed in 11 milliseconds