Home
last modified time | relevance | path

Searched refs:XCreatePixmap (Results 1 – 16 of 16) sorted by relevance

/external/mesa3d/src/mesa/drivers/x11/
Dxmesa_x.h73 #define XMesaCreatePixmap XCreatePixmap
Dxfonts.c136 pixmap = XCreatePixmap(dpy, win, 8 * width, height, 1); in fill_bitmap()
279 pixmap = XCreatePixmap(dpy, win, 10, 10, 1); in Fake_glXUseXFont()
Dxm_api.c1141 drawable = XCreatePixmap(v->display, root, width, height, in XMesaCreatePBuffer()
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
Dglx_usefont.c136 pixmap = XCreatePixmap(dpy, win, 8 * width, height, 1); in fill_bitmap()
280 pixmap = XCreatePixmap(dpy, win, 10, 10, 1); in glXUseXFont()
Dxm_api.c1223 drawable = XCreatePixmap(v->display, root, width, height, in XMesaCreatePBuffer()
/external/mesa3d/src/glx/
Dxfont.c141 pixmap = XCreatePixmap(dpy, win, 8 * width, height, 1); in fill_bitmap()
292 pixmap = XCreatePixmap(dpy, win, 10, 10, 1); in DRI_glXUseXFont()
Dglx_pbuffer.c610 pixmap = XCreatePixmap(dpy, RootWindow(dpy, config->screen), in CreatePbuffer()
/external/mesa3d/src/glx/apple/
Dapple_glx_pbuffer.c142 xid = XCreatePixmap(dpy, root, (unsigned int) 1, in apple_glx_pbuffer_create()
/external/skqp/tools/gpu/gl/glx/
DCreatePlatformGLTestContext_glx.cpp186 fPixmap = XCreatePixmap(fDisplay, RootWindow(fDisplay, vi->screen), 10, 10, vi->depth); in GLXGLTestContext()
/external/skia/tools/gpu/gl/glx/
DCreatePlatformGLTestContext_glx.cpp186 fPixmap = XCreatePixmap(fDisplay, RootWindow(fDisplay, vi->screen), 10, 10, vi->depth); in GLXGLTestContext()
/external/swiftshader/third_party/PowerVR_SDK/Shell/OS/LinuxX11/
DPVRShellOS.cpp193 …m_X11Pixmap = XCreatePixmap(m_X11Display,m_X11Window,m_pShell->m_pShellData->nShellDimX,m_pShell->… in OsInitOS()
/external/webrtc/webrtc/base/
Dx11windowpicker.cc480 Pixmap dst_pixmap = XCreatePixmap(display_, in GetDrawableThumbnail()
/external/ImageMagick/MagickCore/
Dvms.h83 #define XCreatePixmap XCREATEPIXMAP macro
Danimate.c1041 window_info.pixmap=XCreatePixmap(display,window_info.id,(unsigned int) width, in XAnimateBackgroundImage()
1114 window_info.pixmap=XCreatePixmap(display,window_info.id,width,height, in XAnimateBackgroundImage()
Dxwindow.c515 annotate_pixmap=XCreatePixmap(display,root_window,annotate_info->width, in XAnnotateImage()
2331 draw_pixmap=XCreatePixmap(display,root_window,draw_info->width, in XDrawImage()
5783 window->matte_pixmap=XCreatePixmap(display,window->id,width,height,1); in XMakeImage()
7592 window->pixmap=XCreatePixmap(display,window->id,width,height,window->depth); in XMakePixmap()
9210 pixmap=XCreatePixmap(display,window,1,1,1); in XRetainWindowColors()
Ddisplay.c14018 window_info.pixmap=XCreatePixmap(display,window_info.id,(unsigned int) width, in XDisplayBackgroundImage()