Home
last modified time | relevance | path

Searched refs:XCreateColormap (Results 1 – 21 of 21) sorted by relevance

/external/autotest/client/deps/glbench/src/
Dxlib_window.cc50 attr.colormap = XCreateColormap(g_xlib_display, root_window, in XlibInit()
/external/autotest/client/site_tests/graphics_GLAPICheck/src/
Dgl_APICheck.cc39 swa.colormap = XCreateColormap(*display, in InitGraphics()
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11app/
Dd3d11x11main.cpp24 Colormap cmap = XCreateColormap(dpy, RootWindow(dpy, DefaultScreen(dpy)), visual, AllocNone); in main()
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d10app/
Dd3d10x11main.cpp50 Colormap cmap = XCreateColormap(dpy, RootWindow(dpy, DefaultScreen(dpy)), visual, AllocNone); in main()
/external/mesa3d/src/gallium/targets/graw-xlib/
Dgraw_xlib.c108 attr.colormap = XCreateColormap( graw.display, root, visinfo->visual, AllocNone); in graw_create_window_and_screen()
/external/webrtc/webrtc/test/linux/
Dglx_renderer.cc59 window_attributes.colormap = XCreateColormap( in Init()
/external/deqp/framework/platform/X11/
DtcuX11.cpp178 m_colormap = XCreateColormap(dpy, root, visual, AllocNone); in XlibWindow()
/external/swiftshader/third_party/PowerVR_SDK/Examples/Beginner/01_HelloAPI/OGLES2/
DOGLES2HelloAPI_LinuxX11.cpp169 Colormap colourMap = XCreateColormap(nativeDisplay, rootWindow, visualInfo->visual, AllocNone); in CreateNativeWindow()
/external/skia/tools/viewer/sk_app/unix/
DWindow_unix.cpp116 Colormap colorMap = XCreateColormap(display, in initWindow()
/external/swiftshader/third_party/PowerVR_SDK/Shell/OS/LinuxX11/
DPVRShellOS.cpp541 …m_X11ColorMap = XCreateColormap( m_X11Display, RootWindow(m_X11Display, m_X11Screen), m_X11Visual-… in OpenX11Window()
/external/webrtc/webrtc/modules/video_render/test/testAPI/
DtestAPI.cc185 xswa.colormap = XCreateColormap(_display, DefaultRootWindow(_display), vinfo.visual, AllocNone); in WebRtcCreateWindow()
/external/skia/src/views/unix/
DSkOSWindow_Unix.cpp116 Colormap colorMap = XCreateColormap(dsp, in initWindow()
/external/libpng/contrib/gregbook/
Drpng-x.c515 colormap = XCreateColormap(display, root, visual, AllocNone); in rpng_x_create_window()
Drpng2-x.c896 colormap = XCreateColormap(display, root, visual, AllocNone); in rpng2_x_create_window()
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
Dxm_api.c979 cmap = XCreateColormap(v->display, w, attr.visual, AllocNone); in XMesaCreateWindowBuffer()
/external/ImageMagick/MagickCore/
Dvms.h77 #define XCreateColormap XCREATECOLORMAP macro
Dxwindow.c7850 colormap=XCreateColormap(display,XRootWindow(display,visual_info->screen), in XMakeStandardColormap()
8094 colormap=XCreateColormap(display, in XMakeStandardColormap()
/external/mesa3d/src/mesa/drivers/x11/
Dxm_api.c1021 cmap = XCreateColormap(v->display, w, attr.visual, AllocNone); in XMesaCreateWindowBuffer()
/external/mesa3d/include/GL/
Dvms_x_fix.h63 #define XCreateColormap XCREATECOLORMAP macro
/external/vulkan-validation-layers/demos/
Dcube.cpp2360 XCreateColormap(display, RootWindow(display, vInfoTemplate.screen), in create_xlib_window()
Dcube.c2278 Colormap colormap = XCreateColormap( in demo_create_xlib_window()