Home
last modified time | relevance | path

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

12345678910>>...21

/third_party/gstreamer/gstplugins_base/ext/libvisual/
Dvisual.c55 static void gst_visual_init (GstVisual * visual);
125 gst_visual_init (GstVisual * visual) in gst_visual_init() argument
131 gst_visual_clear_actors (GstVisual * visual) in gst_visual_clear_actors() argument
133 if (visual->actor) { in gst_visual_clear_actors()
134 visual_object_unref (VISUAL_OBJECT (visual->actor)); in gst_visual_clear_actors()
135 visual->actor = NULL; in gst_visual_clear_actors()
137 if (visual->video) { in gst_visual_clear_actors()
138 visual_object_unref (VISUAL_OBJECT (visual->video)); in gst_visual_clear_actors()
139 visual->video = NULL; in gst_visual_clear_actors()
141 if (visual->audio) { in gst_visual_clear_actors()
[all …]
/third_party/mesa3d/src/gallium/frontends/hgl/
Dhgl.c113 if (((1 << i) & buffer->visual->buffer_mask) && buffer->textures[i] == NULL) { in hgl_st_framebuffer_validate_textures()
119 format = buffer->visual->color_format; in hgl_st_framebuffer_validate_textures()
123 format = buffer->visual->depth_stencil_format; in hgl_st_framebuffer_validate_textures()
239 buffer->visual = context->stVisual; in hgl_create_st_framebuffer()
251 buffer->stfbi->visual = context->stVisual; in hgl_create_st_framebuffer()
287 struct st_visual* visual; in hgl_create_st_visual() local
291 visual = CALLOC_STRUCT(st_visual); in hgl_create_st_visual()
292 assert(visual); in hgl_create_st_visual()
297 visual->color_format = PIPE_FORMAT_B5G6R5_UNORM; in hgl_create_st_visual()
299 visual->depth_stencil_format = PIPE_FORMAT_NONE; in hgl_create_st_visual()
[all …]
/third_party/vk-gl-cts/framework/platform/lnx/X11/
DtcuLnxX11GlxPlatform.cpp162 GlxWindow (GlxVisual& visual, const RenderConfig& cfg);
312 m_visual = visualInfo->visual; in GlxVisual()
446 GlxWindow::GlxWindow (GlxVisual& visual, const RenderConfig& cfg) in GlxWindow() argument
447 : m_x11Display (visual.getGlxDisplay()) in GlxWindow()
449 visual.getXVisual()) in GlxWindow()
450 , m_GLXDrawable (visual.createWindow(m_x11Window.getXID())) in GlxWindow()
506 static bool configMatches (GlxVisual& visual, const RenderConfig& renderCfg) in configMatches() argument
509 return visual.getAttrib(GLX_FBCONFIG_ID) == renderCfg.id; in configMatches()
515 requested != visual.getAttrib(it->glxAttribute)) in configMatches()
522 if ((visual.getAttrib(GLX_DRAWABLE_TYPE) & bits) == 0) in configMatches()
[all …]
DtcuLnxX11.cpp146 return info.visual; in getVisual()
151 XlibWindow::XlibWindow (XlibDisplay& display, int width, int height, ::Visual* visual) in XlibWindow() argument
176 if (visual == DE_NULL) in XlibWindow()
177 visual = CopyFromParent; in XlibWindow()
181 bool succ = display.getVisualInfo(XVisualIDFromVisual(visual), info); in XlibWindow()
186 m_colormap = XCreateColormap(dpy, root, visual, AllocNone); in XlibWindow()
202 depth, InputOutput, visual, mask, &swa); in XlibWindow()
DtcuLnxX11Xcb.cpp78 XcbWindow::XcbWindow (XcbDisplay& display, int width, int height, xcb_visualid_t* visual) in XcbWindow() argument
87 if (visual == DE_NULL) in XcbWindow()
88 visual = &m_display.getScreen()->root_visual; in XcbWindow()
103 *visual, // visual in XcbWindow()
113 *visual in XcbWindow()
DtcuLnxX11EglDisplayFactory.cpp140 Visual* visual);
154 Window::Window (Display& display, const WindowParams& params, Visual* visual) in Window() argument
156 , m_window (display.getX11Display(), params.width, params.height, visual) in Window()
211 ::Visual* visual = DE_NULL; in createWindow()
215 visual = display.getX11Display().getVisual(visualID); in createWindow()
217 return new Window(display, params, visual); in createWindow()
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DGLX_EXT_visual_info.txt23 This extension allows the user to request a particular X visual
24 type to be associated with a GLX visual, and allows the user
25 to query the X visual type underlying a GLX visual.
27 In addition, this extension provides a means to request a visual
28 with a transparent pixel and to query whether a visual supports a
115 The X visual type of a GLX visual can be queried using glXGetConfig().
117 The visual attribute GLX_TRANSPARENT_TYPE_EXT indicates whether or not
118 the visual supports transparency, and if it does support transparency,
120 GLX_NONE_EXT then windows created with the visual will not have any
122 GLX_TRANSPARENT_INDEX_EXT then the visual supports transparency.
[all …]
DGLX_EXT_visual_rating.txt23 This extension allows servers to identify a particular GLX visual as
24 undesirable. A new visual attribute is introduced, providing a way
25 for servers to specify caveats (e.g., slow) for a visual. The attribute
27 application-specific visual selection routines. The new attribute is
34 intended to insure that most applications get the "right" visual, not
39 It is possible for an application to unknowingly select a visual with
42 glXChooseVisual may select a visual with caveats. The latter problem can be
59 The new visual attribute is defined as an enumerated type so additional
107 is known as the rating of the visual.
128 the property list of each visual returned by glXGetVisualConfigs. This
[all …]
/third_party/openGLES/extensions/EXT/
DGLX_EXT_visual_info.txt23 This extension allows the user to request a particular X visual
24 type to be associated with a GLX visual, and allows the user
25 to query the X visual type underlying a GLX visual.
27 In addition, this extension provides a means to request a visual
28 with a transparent pixel and to query whether a visual supports a
115 The X visual type of a GLX visual can be queried using glXGetConfig().
117 The visual attribute GLX_TRANSPARENT_TYPE_EXT indicates whether or not
118 the visual supports transparency, and if it does support transparency,
120 GLX_NONE_EXT then windows created with the visual will not have any
122 GLX_TRANSPARENT_INDEX_EXT then the visual supports transparency.
[all …]
DGLX_EXT_visual_rating.txt23 This extension allows servers to identify a particular GLX visual as
24 undesirable. A new visual attribute is introduced, providing a way
25 for servers to specify caveats (e.g., slow) for a visual. The attribute
27 application-specific visual selection routines. The new attribute is
34 intended to insure that most applications get the "right" visual, not
39 It is possible for an application to unknowingly select a visual with
42 glXChooseVisual may select a visual with caveats. The latter problem can be
59 The new visual attribute is defined as an enumerated type so additional
107 is known as the rating of the visual.
128 the property list of each visual returned by glXGetVisualConfigs. This
[all …]
/third_party/flutter/skia/third_party/externals/angle2/extensions/
DEGL_ANGLE_x11_visual.txt51 This extension allows passing the X11 visual ID used by the native
53 EGLSurfaces to be created from native types with this visual ID,
78 "If an X11 visual was specified at display creation time using
80 native_window's visual, an EGL_BAD_MATCH error is generated and
85 To request a display created with a X11 visual ID, the value of
86 EGL_ANGLE_X11_VISUAL_ID should be set to a valid X11 visual ID. If
90 visual ID passed isn't a valid visual ID, eglGetPlatformDisplay will
96 only accept native types with the hint's visual ID?
98 RESOLVED: Yes, generate an error when the visual of the native
/third_party/skia/third_party/externals/angle2/extensions/
DEGL_ANGLE_x11_visual.txt51 This extension allows passing the X11 visual ID used by the native
53 EGLSurfaces to be created from native types with this visual ID,
78 "If an X11 visual was specified at display creation time using
80 native_window's visual, an EGL_BAD_MATCH error is generated and
85 To request a display created with a X11 visual ID, the value of
86 EGL_ANGLE_X11_VISUAL_ID should be set to a valid X11 visual ID. If
90 visual ID passed isn't a valid visual ID, eglGetPlatformDisplay will
96 only accept native types with the hint's visual ID?
98 RESOLVED: Yes, generate an error when the visual of the native
/third_party/mesa3d/src/mesa/state_tracker/
Dst_manager.c317 st_visual_have_buffers(stfb->iface->visual, 1 << statt)) in st_framebuffer_update_attachments()
470 format = stfb->iface->visual->depth_stencil_format; in st_framebuffer_add_renderbuffer()
474 format = stfb->iface->visual->accum_format; in st_framebuffer_add_renderbuffer()
478 format = stfb->iface->visual->color_format; in st_framebuffer_add_renderbuffer()
488 rb = st_new_renderbuffer_fb(format, stfb->iface->visual->samples, sw); in st_framebuffer_add_renderbuffer()
518 st_visual_to_context_mode(const struct st_visual *visual, in st_visual_to_context_mode() argument
523 if (st_visual_have_buffers(visual, ST_ATTACHMENT_BACK_LEFT_MASK)) in st_visual_to_context_mode()
526 if (st_visual_have_buffers(visual, in st_visual_to_context_mode()
530 if (visual->color_format != PIPE_FORMAT_NONE) { in st_visual_to_context_mode()
532 util_format_get_component_bits(visual->color_format, in st_visual_to_context_mode()
[all …]
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/
Drdrle.c70 rle_kind visual; /* actual type of input file */ member
128 source->visual = GRAYSCALE; in start_input_rle()
131 source->visual = MAPPEDGRAY; in start_input_rle()
135 source->visual = PSEUDOCOLOR; in start_input_rle()
139 source->visual = TRUECOLOR; in start_input_rle()
143 source->visual = DIRECTCOLOR; in start_input_rle()
148 if (source->visual == GRAYSCALE || source->visual == MAPPEDGRAY) { in start_input_rle()
160 if (source->visual != GRAYSCALE) { in start_input_rle()
272 switch (source->visual) { in load_image()
344 if (source->visual == PSEUDOCOLOR) { in load_image()
/third_party/openGLES/extensions/SGIX/
DGLX_SGIX_visual_select_group.txt34 This extension provides a mechanism to lower visual selection
36 A new visual attribute is introduced, providing a way for servers
37 to group visuals to different visual selection categories.
38 The visual selection priorities of all the visuals in one category
40 The visual selection priorities in one category follow the rules
97 The attribute GLX_VISUAL_SELECT_GROUP_SGIX is used to specify the visual
98 selection categories. Visuals in the i-th category have higher visual
100 visual is found in the i-th category, glXChooseVisual will return
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/
DGLX_SGIX_visual_select_group.txt34 This extension provides a mechanism to lower visual selection
36 A new visual attribute is introduced, providing a way for servers
37 to group visuals to different visual selection categories.
38 The visual selection priorities of all the visuals in one category
40 The visual selection priorities in one category follow the rules
97 The attribute GLX_VISUAL_SELECT_GROUP_SGIX is used to specify the visual
98 selection categories. Visuals in the i-th category have higher visual
100 visual is found in the i-th category, glXChooseVisual will return
/third_party/skia/third_party/externals/libpng/contrib/gregbook/
Drpng-x.c145 static Visual *visual; variable
474 visual = visual_info.visual; in rpng_x_create_window()
495 visual = visual_list[0].visual; in rpng_x_create_window()
506 visual = visual_info.visual; in rpng_x_create_window()
510 RMask = visual->red_mask; in rpng_x_create_window()
511 GMask = visual->green_mask; in rpng_x_create_window()
512 BMask = visual->blue_mask; in rpng_x_create_window()
516 colormap = XCreateColormap(display, root, visual, AllocNone); in rpng_x_create_window()
559 depth, InputOutput, visual, attrmask, &attr); in rpng_x_create_window()
667 ximage = XCreateImage(display, visual, depth, ZPixmap, 0, in rpng_x_create_window()
/third_party/gstreamer/gstplugins_good/sys/ximage/
Dximageutil.c114 ximage = XShmCreateImage (xcontext->disp, xcontext->visual, in ximageutil_check_xshm_calls()
196 xcontext->visual = DefaultVisualOfScreen (xcontext->screen); in ximageutil_xcontext_get()
251 xcontext->r_mask_output = GUINT32_TO_BE (xcontext->visual->red_mask); in ximageutil_xcontext_get()
252 xcontext->g_mask_output = GUINT32_TO_BE (xcontext->visual->green_mask); in ximageutil_xcontext_get()
253 xcontext->b_mask_output = GUINT32_TO_BE (xcontext->visual->blue_mask); in ximageutil_xcontext_get()
260 xcontext->r_mask_output = xcontext->visual->red_mask; in ximageutil_xcontext_get()
261 xcontext->g_mask_output = xcontext->visual->green_mask; in ximageutil_xcontext_get()
262 xcontext->b_mask_output = xcontext->visual->blue_mask; in ximageutil_xcontext_get()
392 xcontext->visual, xcontext->depth, in gst_ximageutil_ximage_new()
429 xcontext->visual, in gst_ximageutil_ximage_new()
/third_party/mesa3d/src/egl/drivers/dri2/
Dplatform_drm.c99 const struct gbm_dri_visual *visual = NULL; in dri2_drm_config_is_compatible() local
115 visual = &dri2_dpy->gbm_dri->visual_table[i]; in dri2_drm_config_is_compatible()
116 if (visual->gbm_format == surface->v0.format) in dri2_drm_config_is_compatible()
123 if (shifts[0] != visual->rgba_shifts.red || in dri2_drm_config_is_compatible()
124 shifts[1] != visual->rgba_shifts.green || in dri2_drm_config_is_compatible()
125 shifts[2] != visual->rgba_shifts.blue || in dri2_drm_config_is_compatible()
126 (shifts[3] > -1 && visual->rgba_shifts.alpha > -1 && in dri2_drm_config_is_compatible()
127 shifts[3] != visual->rgba_shifts.alpha) || in dri2_drm_config_is_compatible()
128 sizes[0] != visual->rgba_sizes.red || in dri2_drm_config_is_compatible()
129 sizes[1] != visual->rgba_sizes.green || in dri2_drm_config_is_compatible()
[all …]
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/
DSDL_x11window.c299 data->visual = attrib.visual; in SetupWindowData()
368 Visual *visual; in X11_CreateWindow() local
407 visual = vinfo->visual; in X11_CreateWindow()
413 visual = displaydata->visual; in X11_CreateWindow()
421 if (visual->class == DirectColor) { in X11_CreateWindow()
431 visual, AllocAll); in X11_CreateWindow()
439 colorcells = SDL_malloc(visual->map_entries * sizeof(XColor)); in X11_CreateWindow()
443 ncolors = visual->map_entries; in X11_CreateWindow()
449 rmask = visual->red_mask; in X11_CreateWindow()
456 gmask = visual->green_mask; in X11_CreateWindow()
[all …]
/third_party/mesa3d/docs/
Dxlibdriver.rst24 The glXChooseVisual function tries to choose the best X visual for the
26 force Mesa to use any X visual you want (any supported by your X server
28 a visual is requested, glXChooseVisual will first look if the
30 specified visual.
32 The format of accepted values is: ``visual-class depth``
73 Specifically, if the visual and depth of the window matches that of the
106 GLXPixmap glXCreateGLXPixmapMESA( Display *dpy, XVisualInfo *visual,
110 Since Mesa supports RGB rendering into any X visual, not just True-
167 | :envvar:`MESA_RGB_VISUAL` | specifies the X visual and depth for |
/third_party/icu/docs/userguide/transforms/
Dbidi.md66 visual sequence in which they are presented on the screen or page.
87 substring of visual-order text may contain pieces of the text from distant parts
94 When text is displayed or printed, it must be "reordered" into visual order with
97 logical-to-visual reordering. It always works on a paragraph as a whole; the
102 Legacy systems frequently stored text in visual order to avoid reordering for
104 necessary to reorder the data from visual order to logical order and back. Such
108 The are two problems with an "inverse reordering" from visual to logical order:
110 display (logical-to-visual reordering is a many-to-one function), and there is
116 reordered from logical to visual order except for display and printing.
122 meta-data. An "inverse" flag can be set to **approximate** visual-to-logical
/third_party/mesa3d/src/gallium/frontends/osmesa/
Dosmesa.c85 struct st_visual visual; member
395 bpp = util_format_get_blocksize(osbuffer->visual.color_format); in osmesa_st_framebuffer_flush_front()
451 format = osbuffer->visual.color_format; in osmesa_st_framebuffer_validate()
455 format = osbuffer->visual.depth_stencil_format; in osmesa_st_framebuffer_validate()
459 format = osbuffer->visual.accum_format; in osmesa_st_framebuffer_validate()
507 osbuffer->stfb->visual = &osbuffer->visual; in osmesa_create_buffer()
509 osmesa_init_st_visual(&osbuffer->visual, color_format, in osmesa_create_buffer()
696 osmesa_init_st_visual(&attribs.visual, in OSMesaCreateContextAttribs()
782 (osmesa->current_buffer->visual.color_format != color_format || in OSMesaMakeCurrent()
783 osmesa->current_buffer->visual.depth_stencil_format != osmesa->depth_stencil_format || in OSMesaMakeCurrent()
[all …]
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/
DWindowSurfaceGLX.cpp69 unsigned long visualId = windowAttributes.visual->visualid; in initialize()
88 Visual *visual = visualInfo->visual; in initialize() local
105 Colormap colormap = XCreateColormap(mDisplay, mParent, visual, AllocNone); in initialize()
116 visualInfo->depth, InputOutput, visual, attributeMask, &attributes); in initialize()
/third_party/mesa3d/docs/_extra/specs/
DMESA_pixmap_colormap.spec52 GLXPixmap glXCreateGLXPixmapMESA( Display *dpy, XVisualInfo *visual,
64 pixmaps of any visual class, not just TrueColor or DirectColor. In order
69 GLXPixmap glXCreateGLXPixmapMESA( Display *dpy, XVisualInfo *visual,
74 same colormap and visual) with the expected results.

12345678910>>...21