Home
last modified time | relevance | path

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

12345678910>>...22

/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()
/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/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/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/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/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_screen.c240 const struct gl_config *visual, in nouveau_create_buffer() argument
250 if (visual->redBits == 5) in nouveau_create_buffer()
252 else if (visual->alphaBits == 0) in nouveau_create_buffer()
257 fb = nouveau_framebuffer_dri_new(visual); in nouveau_create_buffer()
266 if (visual->doubleBufferMode) { in nouveau_create_buffer()
272 if (visual->depthBits == 24 && visual->stencilBits == 8) { in nouveau_create_buffer()
277 } else if (visual->depthBits == 24) { in nouveau_create_buffer()
281 } else if (visual->depthBits == 16) { in nouveau_create_buffer()
288 visual->accumRedBits > 0, in nouveau_create_buffer()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_manager.c299 st_visual_have_buffers(stfb->iface->visual, 1 << statt)) in st_framebuffer_update_attachments()
326 format = stfb->iface->visual->depth_stencil_format; in st_framebuffer_add_renderbuffer()
330 format = stfb->iface->visual->accum_format; in st_framebuffer_add_renderbuffer()
334 format = stfb->iface->visual->color_format; in st_framebuffer_add_renderbuffer()
344 rb = st_new_renderbuffer_fb(format, stfb->iface->visual->samples, sw); in st_framebuffer_add_renderbuffer()
374 st_visual_to_context_mode(const struct st_visual *visual, in st_visual_to_context_mode() argument
379 if (st_visual_have_buffers(visual, ST_ATTACHMENT_BACK_LEFT_MASK)) in st_visual_to_context_mode()
382 if (st_visual_have_buffers(visual, in st_visual_to_context_mode()
386 if (visual->color_format != PIPE_FORMAT_NONE) { in st_visual_to_context_mode()
388 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/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/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/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/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/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/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/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/openGLES/extensions/MESA/
DGLX_MESA_pixmap_colormap.txt52 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>>...22