Home
last modified time | relevance | path

Searched refs:visual (Results 1 – 25 of 33) sorted by relevance

12

/hardware/google/gfxstream/host/testlibs/x11/
DX11Window.cpp195 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/
Dwsi_common_win32.cpp94 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()
Dwsi_common_x11.c501 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/
DXdbe.h41 VisualID visual; /* one visual ID that supports double-buffering */ member
Dshmproto.h139 VisualID visual B32;
Dmultibufproto.h269 VisualID visual B32;
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_xlib_surface/
DplatformQuerySupport_xlib.adoc18 * pname:visualId is an X11 visual (code:VisualID).
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_xcb_surface/
DplatformQuerySupport_xcb.adoc19 * pname:visual_id is an X11 visual (code:xcb_visualid_t).
/hardware/google/gfxstream/guest/mesa/include/GL/
Dglx.h198 extern GLXPixmap glXCreateGLXPixmap( Display *dpy, XVisualInfo *visual,
209 extern int glXGetConfig( Display *dpy, XVisualInfo *visual,
Dglxext.h453 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/
DXcms.h72 #define VisualOfCCC(ccc) ((ccc)->visual)
224 Visual *visual; /* X Visual */ member
DXutil.h280 Visual *visual; member
DXproto.h713 VisualID visual B32;
1342 VisualID visual B32;
1781 VisualID visual B32;
DXlib.h321 Visual *visual; /* the associated visual structure */ member
1087 Visual *visual; member
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_GOOGLE_display_timing.adoc23 An application can use this to minimize various visual anomalies (e.g.
DVK_KHR_xcb_surface.adoc52 visual rather than the screen in general.
DVK_KHR_xlib_surface.adoc52 visual rather than the screen in general.
DVK_EXT_tooling_info.adoc32 information for visual inspection when an issue occurs, however a small
/hardware/google/gfxstream/host/apigen-codec-common/GL/
Dglx.h203 extern GLXPixmap glXCreateGLXPixmap( Display *dpy, XVisualInfo *visual,
214 extern int glXGetConfig( Display *dpy, XVisualInfo *visual,
Dglxext.h784 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/
Dqueries.adoc11 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/
DVK_EXT_legacy_dithering.adoc45 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/
DIComposerClient.hal159 * a noticeable visual artifact.
254 * the vsync period change without a noticeable visual artifact.
/hardware/interfaces/automotive/sv/1.0/
DISurroundView3dSession.hal77 * 3d object in the scene which can be a visual indicator to provide additional information eg.
/hardware/google/gfxstream/third-party/astc-encoder/
DREADME.md164 to enable a visual inspection of the compressed image quality. In addition

12