Searched refs:XCreatePixmap (Results 1 – 14 of 14) sorted by relevance
/external/angle/util/linux/x11/ |
D | X11Pixmap.cpp | 43 mPixmap = XCreatePixmap(mDisplay, root, static_cast<unsigned int>(width), in initialize()
|
/external/mesa3d/src/mesa/drivers/x11/ |
D | xmesa_x.h | 73 #define XMesaCreatePixmap XCreatePixmap
|
D | xfonts.c | 135 pixmap = XCreatePixmap(dpy, win, 8 * width, height, 1); in fill_bitmap() 278 pixmap = XCreatePixmap(dpy, win, 10, 10, 1); in Fake_glXUseXFont()
|
D | xm_api.c | 1141 drawable = XCreatePixmap(v->display, root, width, height, in XMesaCreatePBuffer()
|
/external/mesa3d/src/glx/ |
D | xfont.c | 141 pixmap = XCreatePixmap(dpy, RootWindow(dpy, screen), 8 * width, height, 1); in fill_bitmap() 282 pixmap = XCreatePixmap(dpy, RootWindow(dpy, screen), 10, 10, 1); in DRI_glXUseXFont()
|
D | glx_pbuffer.c | 629 pixmap = XCreatePixmap(dpy, RootWindow(dpy, config->screen), in CreatePbuffer()
|
/external/mesa3d/src/gallium/frontends/glx/xlib/ |
D | glx_usefont.c | 137 pixmap = XCreatePixmap(dpy, win, 8 * width, height, 1); in fill_bitmap() 281 pixmap = XCreatePixmap(dpy, win, 10, 10, 1); in glXUseXFont()
|
D | xm_api.c | 1214 drawable = XCreatePixmap(v->display, root, width, height, in XMesaCreatePBuffer()
|
/external/mesa3d/src/glx/apple/ |
D | apple_glx_pbuffer.c | 142 xid = XCreatePixmap(dpy, root, (unsigned int) 1, in apple_glx_pbuffer_create()
|
/external/skia/tools/gpu/gl/glx/ |
D | CreatePlatformGLTestContext_glx.cpp | 186 fPixmap = XCreatePixmap(fDisplay, RootWindow(fDisplay, vi->screen), 10, 10, vi->depth); in GLXGLTestContext()
|
/external/ImageMagick/MagickCore/ |
D | vms.h | 83 #define XCreatePixmap XCREATEPIXMAP macro
|
D | animate.c | 1040 window_info.pixmap=XCreatePixmap(display,window_info.id,(unsigned int) width, in XAnimateBackgroundImage() 1113 window_info.pixmap=XCreatePixmap(display,window_info.id,width,height, in XAnimateBackgroundImage()
|
D | xwindow.c | 520 annotate_pixmap=XCreatePixmap(display,root_window,annotate_info->width, in XAnnotateImage() 2336 draw_pixmap=XCreatePixmap(display,root_window,draw_info->width, in XDrawImage() 5776 window->matte_pixmap=XCreatePixmap(display,window->id,width,height,1); in XMakeImage() 7586 window->pixmap=XCreatePixmap(display,window->id,width,height,window->depth); in XMakePixmap() 9205 pixmap=XCreatePixmap(display,window,1,1,1); in XRetainWindowColors()
|
D | display.c | 14013 window_info.pixmap=XCreatePixmap(display,window_info.id,(unsigned int) width, in XDisplayBackgroundImage()
|