| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/glx/xlib/ |
| xm_api.h | 100 * GL_FALSE = use an off-screen pixmap for back buffer 165 * Create an XMesaBuffer from an X pixmap. 168 Pixmap p, 173 * Destroy an XMesaBuffer, but not the corresponding window or pixmap. 240 * Scan for XMesaBuffers whose window/pixmap has been destroyed, then free 259 * Texture from Pixmap 271 XMesaCreatePixmapTextureBuffer(XMesaVisual v, Pixmap p, 295 GLboolean ximage_flag; /* Use XImage for back buffer (not pixmap)? */ 320 PIXMAP, /* GLX pixmap */ [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/glx/xlib/ |
| xm_api.h | 100 * GL_FALSE = use an off-screen pixmap for back buffer 165 * Create an XMesaBuffer from an X pixmap. 168 Pixmap p, 173 * Destroy an XMesaBuffer, but not the corresponding window or pixmap. 240 * Scan for XMesaBuffers whose window/pixmap has been destroyed, then free 259 * Texture from Pixmap 271 XMesaCreatePixmapTextureBuffer(XMesaVisual v, Pixmap p, 295 GLboolean ximage_flag; /* Use XImage for back buffer (not pixmap)? */ 320 PIXMAP, /* GLX pixmap */ [all...] |
| /xsrc/external/mit/libXaw/dist/src/ |
| Label.c | 172 sizeof(Pixmap), 181 sizeof(Pixmap), 182 offset(label.pixmap), 289 if (lw->label.pixmap != None) { 294 if (XGetGeometry(XtDisplay(lw), lw->label.pixmap, &root, &x, &y, 518 if (w->label.pixmap == None) { 581 XCopyPlane(XtDisplay(gw), w->label.pixmap, XtWindow(gw), gc, 585 XCopyArea(XtDisplay(gw), w->label.pixmap, XtWindow(gw), gc, 630 #define PIXMAP 0 649 checks[PIXMAP] = True [all...] |
| /xsrc/external/mit/xf86-video-intel/dist/test/ |
| test.h | 16 PIXMAP, 19 #define TARGET_LAST PIXMAP
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/test/ |
| test.h | 16 PIXMAP, 19 #define TARGET_LAST PIXMAP
|
| /xsrc/external/mit/xfontsel/dist/ |
| ULabel.c | 97 {XtNleftBitmap, XtCLeftBitmap, XtRBitmap, sizeof(Pixmap), 99 {XtNbitmap, XtCPixmap, XtRBitmap, sizeof(Pixmap), 100 offset(label.pixmap), XtRImmediate, (XtPointer)None}, 270 if (lw->label.pixmap != None) { 274 if (XGetGeometry(XtDisplay(lw), lw->label.pixmap, &root, &x, &y, 524 if (w->label.pixmap == None) { 595 XCopyPlane(XtDisplay(gw), w->label.pixmap, XtWindow(gw), gc, 599 XCopyArea(XtDisplay(gw), w->label.pixmap, XtWindow(gw), gc, 606 XSetClipMask(XtDisplay(gw), gc, (Pixmap)None); 655 #define PIXMAP [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/x11/ |
| xmesaP.h | 83 GLboolean ximage_flag; /* Use XImage for back buffer (not pixmap)? */ 130 PIXMAP, /* GLX pixmap */ 147 * Either <ximage> or <pixmap> will be used, never both. 148 * In any case, <drawable> always equals <pixmap>. 149 * For stand-alone Mesa, we could merge <drawable> and <pixmap> into one 159 XMesaPixmap pixmap; /* Back color buffer */ member in struct:xmesa_renderbuffer 160 XMesaImage *ximage; /* The back buffer, if not using a Pixmap */ 190 BufferType type; /* window, pixmap, pbuffer or glxwindow */ 203 /* BACK_PIXMAP = use Pixmap for back buffer * [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/x11/ |
| xmesaP.h | 83 GLboolean ximage_flag; /* Use XImage for back buffer (not pixmap)? */ 130 PIXMAP, /* GLX pixmap */ 147 * Either <ximage> or <pixmap> will be used, never both. 148 * In any case, <drawable> always equals <pixmap>. 149 * For stand-alone Mesa, we could merge <drawable> and <pixmap> into one 159 XMesaPixmap pixmap; /* Back color buffer */ member in struct:xmesa_renderbuffer 160 XMesaImage *ximage; /* The back buffer, if not using a Pixmap */ 190 BufferType type; /* window, pixmap, pbuffer or glxwindow */ 203 /* BACK_PIXMAP = use Pixmap for back buffer * [all...] |
| /xsrc/external/mit/xcb-util/dist/atom/ |
| atoms.c | 66 const xcb_atom_t PIXMAP = 20; 238 char stringpool_str86[sizeof("PIXMAP")]; 309 "PIXMAP", 558 "PIXMAP\0"
|