/hardware/google/gfxstream/host/testlibs/x11/ |
D | X11Window.cpp | 195 Visual *visual; in initialize() local 198 visual = DefaultVisual(mDisplay, screen); in initialize() 213 visual = visuals[0].visual; in initialize() 218 Colormap colormap = XCreateColormap(mDisplay, root, visual, AllocNone); in initialize() 230 visual, attributeMask, &attributes); in initialize()
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/ |
D | wsi_common_win32.cpp | 94 IDCompositionVisual *visual; member 151 if (surface->visual) in wsi_win32_surface_destroy() 152 surface->visual->Release(); in wsi_win32_surface_destroy() 705 chain->surface->visual->SetContent(chain->dxgi); in wsi_win32_queue_present_dxgi() 792 if (!surface->visual) { in wsi_win32_surface_create_swapchain_dxgi() 793 if (FAILED(wsi->dxgi.dcomp->CreateVisual(&surface->visual)) || in wsi_win32_surface_create_swapchain_dxgi() 794 FAILED(surface->target->SetRoot(surface->visual)) || in wsi_win32_surface_create_swapchain_dxgi() 795 FAILED(surface->visual->SetContent(chain->dxgi)) || in wsi_win32_surface_create_swapchain_dxgi() 886 if (surface->visual) { in wsi_win32_surface_create_swapchain() 887 surface->visual->SetContent(NULL); in wsi_win32_surface_create_swapchain()
|
D | wsi_common_x11.c | 501 xcb_visualtype_t *visual = screen_get_visualtype(screen_iter.data, in connection_get_visualtype() local 503 if (visual) in connection_get_visualtype() 504 return visual; in connection_get_visualtype() 531 xcb_visualid_t visual_id = attrib->visual; in get_visualtype_for_window() 545 visual_has_alpha(xcb_visualtype_t *visual, unsigned depth) in visual_has_alpha() argument 547 uint32_t rgb_mask = visual->red_mask | in visual_has_alpha() 548 visual->green_mask | in visual_has_alpha() 549 visual->blue_mask; in visual_has_alpha() 558 visual_supported(xcb_visualtype_t *visual) in visual_supported() argument 560 if (!visual) in visual_supported() [all …]
|
/hardware/google/gfxstream/host/apigen-codec-common/X11/extensions/ |
D | Xdbe.h | 41 VisualID visual; /* one visual ID that supports double-buffering */ member
|
D | shmproto.h | 139 VisualID visual B32;
|
D | multibufproto.h | 269 VisualID visual B32;
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_xlib_surface/ |
D | platformQuerySupport_xlib.adoc | 18 * pname:visualId is an X11 visual (code:VisualID).
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_xcb_surface/ |
D | platformQuerySupport_xcb.adoc | 19 * pname:visual_id is an X11 visual (code:xcb_visualid_t).
|
/hardware/google/gfxstream/guest/mesa/include/GL/ |
D | glx.h | 198 extern GLXPixmap glXCreateGLXPixmap( Display *dpy, XVisualInfo *visual, 209 extern int glXGetConfig( Display *dpy, XVisualInfo *visual,
|
D | glxext.h | 453 typedef GLXPixmap ( *PFNGLXCREATEGLXPIXMAPMESAPROC) (Display *dpy, XVisualInfo *visual, Pixmap pixm… 455 GLXPixmap glXCreateGLXPixmapMESA (Display *dpy, XVisualInfo *visual, Pixmap pixmap, Colormap cmap);
|
/hardware/google/gfxstream/host/apigen-codec-common/X11/ |
D | Xcms.h | 72 #define VisualOfCCC(ccc) ((ccc)->visual) 224 Visual *visual; /* X Visual */ member
|
D | Xutil.h | 280 Visual *visual; member
|
D | Xproto.h | 713 VisualID visual B32; 1342 VisualID visual B32; 1781 VisualID visual B32;
|
D | Xlib.h | 321 Visual *visual; /* the associated visual structure */ member 1087 Visual *visual; member
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_GOOGLE_display_timing.adoc | 23 An application can use this to minimize various visual anomalies (e.g.
|
D | VK_KHR_xcb_surface.adoc | 52 visual rather than the screen in general.
|
D | VK_KHR_xlib_surface.adoc | 52 visual rather than the screen in general.
|
D | VK_EXT_tooling_info.adoc | 32 information for visual inspection when an issue occurs, however a small
|
/hardware/google/gfxstream/host/apigen-codec-common/GL/ |
D | glx.h | 203 extern GLXPixmap glXCreateGLXPixmap( Display *dpy, XVisualInfo *visual, 214 extern int glXGetConfig( Display *dpy, XVisualInfo *visual,
|
D | glxext.h | 784 extern GLXPixmap glXCreateGLXPixmapMESA (Display *dpy, XVisualInfo *visual, Pixmap pixmap, Colormap… 786 typedef GLXPixmap ( * PFNGLXCREATEGLXPIXMAPMESAPROC) (Display *dpy, XVisualInfo *visual, Pixmap pix…
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_GOOGLE_display_timing/ |
D | queries.adoc | 11 This avoids the visual anomaly known as tearing. 14 prevent all forms of visual anomalies. 96 This will create visual anomalies, because the images will not be displayed 109 visual anomalies.
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_EXT_legacy_dithering.adoc | 45 or otherwise) rely on the visual improvements dithering brings. 70 - Dithering alpha can create visual artifacts as the background is leaked into
|
/hardware/interfaces/graphics/composer/2.4/ |
D | IComposerClient.hal | 159 * a noticeable visual artifact. 254 * the vsync period change without a noticeable visual artifact.
|
/hardware/interfaces/automotive/sv/1.0/ |
D | ISurroundView3dSession.hal | 77 * 3d object in the scene which can be a visual indicator to provide additional information eg.
|
/hardware/google/gfxstream/third-party/astc-encoder/ |
D | README.md | 164 to enable a visual inspection of the compressed image quality. In addition
|