/external/mesa3d/src/glx/ |
D | dri_glx.c | 339 struct glx_config *visual, *configs = NULL, *visuals = NULL; in CallCreateNewScreen() local 450 visuals = driConvertConfigs(psc->core, psc->base.visuals, driver_configs); in CallCreateNewScreen() 452 if (!configs || !visuals) in CallCreateNewScreen() 457 glx_config_destroy_list(psc->base.visuals); in CallCreateNewScreen() 458 psc->base.visuals = visuals; in CallCreateNewScreen() 466 for (visual = psc->base.visuals; visual; visual = visual->next) { in CallCreateNewScreen() 468 XVisualInfo *visuals; in CallCreateNewScreen() local 474 visuals = XGetVisualInfo(dpy, mask, &template, &num_visuals); in CallCreateNewScreen() 476 if (visuals) { in CallCreateNewScreen() 477 if (num_visuals > 0 && visuals->depth != DefaultDepth(dpy, scrn)) in CallCreateNewScreen() [all …]
|
D | drisw_glx.c | 636 struct glx_config *configs = NULL, *visuals = NULL; in driswCreateScreen() local 683 visuals = driConvertConfigs(psc->core, psc->base.visuals, driver_configs); in driswCreateScreen() 685 if (!configs || !visuals) in driswCreateScreen() 690 glx_config_destroy_list(psc->base.visuals); in driswCreateScreen() 691 psc->base.visuals = visuals; in driswCreateScreen() 707 if (visuals) in driswCreateScreen() 708 glx_config_destroy_list(visuals); in driswCreateScreen()
|
D | dri2_glx.c | 1028 struct glx_config *configs = NULL, *visuals = NULL; in dri2CreateScreen() local 1120 visuals = driConvertConfigs(psc->core, psc->base.visuals, driver_configs); in dri2CreateScreen() 1122 if (!configs || !visuals) in dri2CreateScreen() 1127 glx_config_destroy_list(psc->base.visuals); in dri2CreateScreen() 1128 psc->base.visuals = visuals; in dri2CreateScreen() 1179 if (visuals) in dri2CreateScreen() 1180 glx_config_destroy_list(visuals); in dri2CreateScreen()
|
D | glxext.c | 659 psc->visuals = NULL; in getVisualConfigs() 668 psc->visuals = createConfigsFromProperties(dpy, in getVisualConfigs() 675 return psc->visuals != NULL; in getVisualConfigs() 750 if (psc->visuals) { in glx_screen_cleanup() 751 glx_config_destroy_list(psc->visuals); in glx_screen_cleanup() 752 psc->visuals = NULL; /* NOTE: just for paranoia */ in glx_screen_cleanup()
|
D | glxcmds.c | 364 config = glx_config_find_visual(psc->visuals, vis->visualid); in glXCreateContext() 655 config = glx_config_find_visual(psc->visuals, vis->visualid); in glXCreateGLXPixmap() 707 config = glx_config_find_visual(psc->visuals, vis->visualid); in glXCreateGLXPixmap() 871 config = glx_config_find_visual(psc->visuals, vis->visualid); in glXGetConfig() 1256 for (config = psc->visuals; config != NULL; config = config->next) { in glXChooseVisual() 1534 mode = glx_config_find_visual(psc->visuals, visualID); in glXImportContextEXT()
|
D | glxclient.h | 510 struct glx_config *visuals, *configs; member
|
/external/mesa3d/src/gallium/state_trackers/egl/x11/ |
D | x11_screen.c | 59 XVisualInfo *visuals; member 109 if (xscr->visuals) in x11_screen_destroy() 110 XFree(xscr->visuals); in x11_screen_destroy() 172 if (!xscr->visuals) { in x11_screen_get_visuals() 175 xscr->visuals = XGetVisualInfo(xscr->dpy, VisualScreenMask, in x11_screen_get_visuals() 181 return xscr->visuals; in x11_screen_get_visuals()
|
D | native_ximage.c | 383 const XVisualInfo *visuals; in ximage_display_get_configs() local 386 visuals = x11_screen_get_visuals(xdpy->xscr, &num_visuals); in ximage_display_get_configs() 387 if (!visuals) in ximage_display_get_configs() 402 xconf->visual = &visuals[i]; in ximage_display_get_configs()
|
/external/mesa3d/src/egl/drivers/dri2/ |
D | platform_android.c | 486 } visuals[] = { in droid_add_configs_for_visuals() local 497 for (i = 0; visuals[i].format; i++) { in droid_add_configs_for_visuals() 513 count + 1, visuals[i].size, surface_type, NULL, in droid_add_configs_for_visuals() 514 visuals[i].rgba_masks); in droid_add_configs_for_visuals() 516 dri2_conf->base.NativeVisualID = visuals[i].format; in droid_add_configs_for_visuals() 517 dri2_conf->base.NativeVisualType = visuals[i].format; in droid_add_configs_for_visuals() 525 visuals[i].format); in droid_add_configs_for_visuals()
|
D | platform_x11.c | 615 xcb_visualtype_t *visuals; in dri2_add_configs_for_visuals() local 637 visuals = xcb_depth_visuals(d.data); in dri2_add_configs_for_visuals() 639 if (class_added[visuals[i]._class]) in dri2_add_configs_for_visuals() 642 class_added[visuals[i]._class] = EGL_TRUE; in dri2_add_configs_for_visuals() 644 config_attrs[1] = visuals[i].visual_id; in dri2_add_configs_for_visuals() 645 config_attrs[3] = visuals[i]._class; in dri2_add_configs_for_visuals()
|
/external/skia/include/device/xps/ |
D | SkXPSDevice.h | 268 IXpsOMVisualCollection* visuals, 274 IXpsOMVisualCollection* visuals); 279 IXpsOMVisualCollection* visuals);
|
/external/mesa3d/src/egl/drivers/glx/ |
D | egl_glx.c | 126 XVisualInfo *visuals; member 483 GLX_dpy->visuals = XGetVisualInfo(GLX_dpy->dpy, mask, &vinfo_template, in create_configs() 502 &GLX_dpy->visuals[i], &template); in create_configs() 658 if (GLX_dpy->visuals) in GLX_eglTerminate() 659 XFree(GLX_dpy->visuals); in GLX_eglTerminate() 704 &GLX_dpy->visuals[GLX_egl_config_index(conf)], in GLX_eglCreateContext() 917 &GLX_dpy->visuals[GLX_egl_config_index(conf)], in GLX_eglCreatePixmapSurface()
|
/external/mesa3d/src/glx/tests/ |
D | fake_glx_screen.h | 37 this->visuals = 0; in fake_glx_screen()
|
/external/skia/src/device/xps/ |
D | SkXPSDevice.cpp | 541 IXpsOMVisualCollection* visuals, in createPath() argument 554 HRM(visuals->Append(*path), "Could not add path to visuals."); in createPath() 573 IXpsOMVisualCollection* visuals) { in sideOfClamp() argument 578 HR(this->createPath(areaToFillFigure.get(), visuals, &areaToFillPath)); in sideOfClamp() 596 IXpsOMVisualCollection* visuals) { in cornerOfClamp() argument 601 HR(this->createPath(areaToFillFigure.get(), visuals, &areaToFillPath)); in cornerOfClamp() 2014 SkTScopedComPtr<IXpsOMVisualCollection> visuals; in AddGlyphs() local 2015 HRM(canvas->GetVisuals(&visuals), "Could not get glyph canvas visuals."); in AddGlyphs() 2019 HRM(visuals->Append(glyphs.get()), "Could not add glyphs to canvas."); in AddGlyphs() 2033 HRM(visuals->Append(glyphCanvas.get()), in AddGlyphs()
|
/external/mesa3d/docs/ |
D | MESA_pixmap_colormap.spec | 33 StaticColor, GrayScale and StaticGray visuals, Mesa needs a colormap
|
D | VERSIONS | 43 added environment variables for selecting visuals 142 - 4-bit visuals now supported 161 - dithering in 8-bit TrueColor/DirectColor visuals 367 - TrueColor visuals how have dithering (for depths < 24 bits) 464 - fixed GLX visual handling code to avoid saving redundant visuals 499 - 32bpp True/DirectColor X visuals weren't recognized 609 - color components were reversed on big endian 32 bpp X visuals 728 - further optimized glRead/DrawPixels for 16-bit TrueColor X visuals
|
/external/mesa3d/src/gallium/state_trackers/glx/xlib/ |
D | glx_api.c | 1774 XVisualInfo *visuals, visTemplate; in glXGetFBConfigs() local 1780 visuals = XGetVisualInfo(dpy, visMask, &visTemplate, nelements); in glXGetFBConfigs() 1789 results[i] = create_glx_visual(dpy, visuals + i); in glXGetFBConfigs()
|
/external/mesa3d/src/gallium/state_trackers/xorg/ |
D | xorg_driver.c | 786 visual = pScreen->visuals + pScreen->numVisuals; in drv_screen_init() 787 while (--visual >= pScreen->visuals) { in drv_screen_init()
|
/external/mesa3d/src/mesa/drivers/x11/ |
D | fakeglx.c | 1972 XVisualInfo *visuals, visTemplate; in Fake_glXGetFBConfigs() local 1978 visuals = XGetVisualInfo(dpy, visMask, &visTemplate, nelements); in Fake_glXGetFBConfigs() 1987 results[i] = create_glx_visual(dpy, visuals + i); in Fake_glXGetFBConfigs()
|
/external/libvncserver/x11vnc/ |
D | nox11.h | 1040 Visual *visuals; /* list of visuals possible at this depth */ member
|
D | ChangeLog | 1029 and 24+8 overlay visuals, uses Solaris XReadScreen().
|
D | RELEASE-NOTES | 1473 -overlay: support for overlay/multi-depth (e.g. 24+8) visuals
|
D | README | 1744 x11vnc? BTW, my X display has nice overlay/multi-depth visuals of 1745 different color depths: e.g. there are both depth 8 and 24 visuals 2203 color visuals info) that means the X11 permissions are set up 2882 overlay/multi-depth visuals, and you can make the default visual depth 2930 x11vnc? BTW, my X display has nice overlay/multi-depth visuals of 2931 different color depths: e.g. there are both depth 8 and 24 visuals 2943 of the other visuals are. Does the default visual have a depth of 8 2944 but there are other visuals of depth 24? If it does, can you possibly 2975 visuals is a Sun system running Solaris or SGI running IRIX you can 2982 24 visuals are available, and so the default depth workaround [all …]
|
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/src/patches/ |
D | tight-vncviewer-full.patch | 2442 * SetVisualAndCmap() deals with the wonderful world of X "visuals" (which are 17957 +On an X server which supports multiple TrueColor visuals of different
|
/external/libvncserver/ |
D | ChangeLog | 6052 x11vnc/x11vnc.c: x11vnc: -overlay to fix colors with Sun 8+24 overlay visuals. -sid
|