Home
last modified time | relevance | path

Searched refs:surface (Results 26 – 50 of 149) sorted by relevance

123456

/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/
H A D0002-wayland-Add-support-for-the-Wayland-winsys.patch840 if (surface) {
849 if (surface) {
858 if (surface) {
895 + surface->front_wl_buffer = surface->back_wl_buffer;
931 + surface->width, surface->height);
1011 + surface->wl_egl_window = NULL;
1042 if( surface->type == WINDOW ) {
1044 platform_destroy_winhandle( surface->win, surface->internal_handle );
1047 + if (surface->back_wl_buffer) {
1052 + if (surface->front_wl_buffer) {
[all …]
/openbmc/qemu/hw/display/
H A Domap_lcdc.c202 DisplaySurface *surface; in omap_update_display() local
212 surface = qemu_console_surface(omap_lcd->con); in omap_update_display()
213 if (!surface_bits_per_pixel(surface)) { in omap_update_display()
263 if (width != surface_width(surface) || in omap_update_display()
264 omap_lcd->height != surface_height(surface)) { in omap_update_display()
267 surface = qemu_console_surface(omap_lcd->con); in omap_update_display()
292 if (!surface_bits_per_pixel(surface)) { in omap_update_display()
307 linesize = surface_stride(surface); in omap_update_display()
314 framebuffer_update_display(surface, &omap_lcd->fbsection, in omap_update_display()
H A Dblizzard.c139 DisplaySurface *surface = qemu_console_surface(s->con); in blizzard_window() local
158 bypp[1] = surface_bytes_per_pixel(surface); in blizzard_window()
879 DisplaySurface *surface = qemu_console_surface(s->con); in blizzard_update_display() local
886 if (s->x != surface_width(surface) || s->y != surface_height(surface)) { in blizzard_update_display()
889 surface = qemu_console_surface(s->con); in blizzard_update_display()
896 bypp = surface_bytes_per_pixel(surface); in blizzard_update_display()
910 bypp = surface_bytes_per_pixel(surface); in blizzard_update_display()
915 dst = surface_data(surface) + bypl * y + bypp * s->mx[0]; in blizzard_update_display()
1011 DisplaySurface *surface; in s1d13745_init() local
1016 surface = qemu_console_surface(s->con); in s1d13745_init()
[all …]
H A Dxenfb.c235 DisplaySurface *surface; in xenfb_mouse_event() local
276 surface = qemu_console_surface(con); in xenfb_mouse_event()
279 scale = surface_width(surface) - 1; in xenfb_mouse_event()
282 scale = surface_height(surface) - 1; in xenfb_mouse_event()
636 int bpp = surface_bits_per_pixel(surface); in xenfb_guest_copy()
637 int linesize = surface_stride(surface); in xenfb_guest_copy()
638 uint8_t *data = surface_data(surface); in xenfb_guest_copy()
640 if (!is_buffer_shared(surface)) { in xenfb_guest_copy()
723 DisplaySurface *surface; in xenfb_update() local
745 surface = qemu_create_displaysurface_from in xenfb_update()
[all …]
H A Dtc6393xb.c415 DisplaySurface *surface = qemu_console_surface(s->con); in tc6393xb_draw_graphic() local
421 data_display = surface_data(surface); in tc6393xb_draw_graphic()
439 DisplaySurface *surface = qemu_console_surface(s->con); in tc6393xb_draw_blank() local
446 w = s->scr_width * surface_bytes_per_pixel(surface); in tc6393xb_draw_blank()
447 d = surface_data(surface); in tc6393xb_draw_blank()
450 d += surface_stride(surface); in tc6393xb_draw_blank()
459 DisplaySurface *surface = qemu_console_surface(s->con); in tc6393xb_update_display() local
470 if (s->scr_width != surface_width(surface) || in tc6393xb_update_display()
471 s->scr_height != surface_height(surface)) { in tc6393xb_update_display()
H A Dmacfb.c273 DisplaySurface *surface = qemu_console_surface(s->con); in macfb_draw_graphic() local
315 data_display = surface_data(surface) + y * surface_stride(surface); in macfb_draw_graphic()
461 DisplaySurface *surface = qemu_console_surface(s->con); in macfb_update_display() local
469 if (s->width != surface_width(surface) || in macfb_update_display()
470 s->height != surface_height(surface)) { in macfb_update_display()
647 DisplaySurface *surface; in macfb_common_realize() local
670 surface = qemu_console_surface(s->con); in macfb_common_realize()
672 if (surface_bits_per_pixel(surface) != 32) { in macfb_common_realize()
674 surface_bits_per_pixel(surface)); in macfb_common_realize()
H A Dvga.c1239 surface = qemu_console_surface(s->con); in vga_draw_text()
1250 x_incr = cw * surface_bytes_per_pixel(surface); in vga_draw_text()
1281 dest = surface_data(surface); in vga_draw_text()
1282 linesize = surface_stride(surface); in vga_draw_text()
1580 && is_buffer_shared(surface)) { in vga_draw_graphic()
1659 d = surface_data(surface); in vga_draw_graphic()
1660 linesize = surface_stride(surface); in vga_draw_graphic()
1704 if (!(is_buffer_shared(surface))) { in vga_draw_graphic()
1752 d = surface_data(surface); in vga_draw_blank()
1755 d += surface_stride(surface); in vga_draw_blank()
[all …]
H A Dqxl.c1492 QXLDevSurfaceCreate surface; in qxl_create_guest_primary() local
1515 surface.mem = le64_to_cpu(sc->mem); in qxl_create_guest_primary()
1518 surface.width = le32_to_cpu(sc->width); in qxl_create_guest_primary()
1519 surface.type = le32_to_cpu(sc->type); in qxl_create_guest_primary()
1526 if ((surface.stride & 0x3) != 0) { in qxl_create_guest_primary()
1528 surface.stride); in qxl_create_guest_primary()
1532 surface.mouse_mode = true; in qxl_create_guest_primary()
1533 surface.group_id = MEMSLOT_GROUP_GUEST; in qxl_create_guest_primary()
1577 QXLSurfaceCreate surface = { in qxl_set_mode() local
1599 d->guest_primary.surface = surface; in qxl_set_mode()
[all …]
H A Dssd0323.c187 DisplaySurface *surface = qemu_console_surface(s->con); in ssd0323_update_display() local
202 switch (surface_bits_per_pixel(surface)) { in ssd0323_update_display()
225 switch (surface_bits_per_pixel(surface)) { in ssd0323_update_display()
248 dest = surface_data(surface); in ssd0323_update_display()
H A Dbcm2835_fb.c62 DisplaySurface *surface = qemu_console_surface(s->con); in draw_line_src16() local
63 int bpp = surface_bits_per_pixel(surface); in draw_line_src16()
155 DisplaySurface *surface = qemu_console_surface(s->con); in fb_update_display() local
174 switch (surface_bits_per_pixel(surface)) { in fb_update_display()
203 framebuffer_update_display(surface, &s->fbsection, in fb_update_display()
/openbmc/qemu/ui/
H A Dconsole-vc.c130 DisplaySurface *surface = qemu_console_surface(con); in qemu_console_fill_rect() local
135 assert(surface); in qemu_console_fill_rect()
146 assert(surface); in qemu_console_bitblt()
148 surface->image, NULL, surface->image, in qemu_console_bitblt()
156 DisplaySurface *surface = qemu_console_surface(s); in vga_putcharxy() local
159 assert(surface); in vga_putcharxy()
225 assert(surface); in console_refresh()
232 qemu_console_fill_rect(QEMU_CONSOLE(s), 0, 0, surface_width(surface), surface_height(surface), in console_refresh()
248 surface_width(surface), surface_height(surface)); in console_refresh()
385 w = surface_width(s->surface) / FONT_WIDTH; in text_console_resize()
[all …]
H A Dgtk-egl.c38 if (vc->gfx.surface) { in gtk_egl_set_scanout_mode()
184 DisplaySurface *surface) in gd_egl_switch() argument
189 trace_gd_switch(vc->label, surface_width(surface), surface_height(surface)); in gd_egl_switch()
192 surface_width(vc->gfx.ds) == surface_width(surface) && in gd_egl_switch()
193 surface_height(vc->gfx.ds) == surface_height(surface)) { in gd_egl_switch()
200 vc->gfx.ds = surface; in gd_egl_switch()
H A Dsdl2.c83 if (!scon->surface) { in sdl2_window_create()
104 surface_width(scon->surface), in sdl2_window_create()
105 surface_height(scon->surface), in sdl2_window_create()
150 surface_width(scon->surface), in sdl2_window_resize()
151 surface_height(scon->surface)); in sdl2_window_resize()
324 x, 0, surface_width(scon->surface)); in sdl_send_mouse_event()
326 y, 0, surface_height(scon->surface)); in sdl_send_mouse_event()
440 sdl2_2d_switch(&scon->dcl, scon->surface); in handle_keydown()
455 height = (surface_height(scon->surface) * width) / in handle_keydown()
456 surface_width(scon->surface); in handle_keydown()
H A Ddbus.c65 dbus_create_texture(DisplayGLCtx *ctx, DisplaySurface *surface) in dbus_create_texture() argument
67 surface_gl_create_texture(ctx->gls, surface); in dbus_create_texture()
71 dbus_destroy_texture(DisplayGLCtx *ctx, DisplaySurface *surface) in dbus_destroy_texture() argument
73 surface_gl_destroy_texture(ctx->gls, surface); in dbus_destroy_texture()
77 dbus_update_texture(DisplayGLCtx *ctx, DisplaySurface *surface, in dbus_update_texture() argument
80 surface_gl_update_texture(ctx->gls, surface, x, y, w, h); in dbus_update_texture()
H A Dui-qmp-cmds.c337 DisplaySurface *surface; in qmp_screendump() local
365 surface = qemu_console_surface(con); in qmp_screendump()
366 if (!surface) { in qmp_screendump()
370 image = pixman_image_ref(surface->image); in qmp_screendump()
/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_kms.c912 surface = vmw_framebuffer_to_vfbs(fb)->surface; in vmw_du_cursor_plane_atomic_check()
914 WARN_ON(!surface); in vmw_du_cursor_plane_atomic_check()
916 if (!surface || in vmw_du_cursor_plane_atomic_check()
917 (!surface->snooper.image && !surface->res.guest_memory_bo)) { in vmw_du_cursor_plane_atomic_check()
1362 vfbs->surface = vmw_surface_reference(surface); in vmw_kms_new_framebuffer_surface()
1583 struct vmw_surface *surface, in vmw_kms_new_framebuffer() argument
1601 bo, &surface); in vmw_kms_new_framebuffer()
1609 if (surface) { in vmw_kms_new_framebuffer()
1649 &surface, &bo); in vmw_kms_fb_create()
1678 if (surface) in vmw_kms_fb_create()
[all …]
H A Dvmwgfx_ioctl.c177 struct vmw_surface *surface; in vmw_present_ioctl() local
228 surface = vmw_res_to_srf(res); in vmw_present_ioctl()
230 vfb, surface, arg->sid, in vmw_present_ioctl()
235 vmw_surface_unreference(&surface); in vmw_present_ioctl()
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-devices-physical_location13 Describes which panel surface of the system’s housing the
21 the panel surface.
28 the panel surface.
H A Dsysfs-bus-iio-light-si11336 dark photodiode. "small" indicate the surface area capturing
14 dark photodiodes. "large" indicate the surface area capturing
/openbmc/qemu/include/ui/
H A Dconsole.h310 DisplaySurface *surface);
312 DisplaySurface *surface);
314 DisplaySurface *surface,
339 DisplaySurface *surface);
446 DisplaySurface *surface);
448 DisplaySurface *surface,
451 DisplaySurface *surface);
453 DisplaySurface *surface);
455 DisplaySurface *surface,
H A Dspice-display.h93 pixman_image_t *surface; member
167 DisplaySurface *surface);
176 QXLDevSurfaceCreate *surface,
H A Dgtk.h43 cairo_surface_t *surface; member
168 DisplaySurface *surface);
202 DisplaySurface *surface);
/openbmc/linux/Documentation/input/
H A Dmulti-touch-protocol.rst15 objects in direct contact with the device surface, is needed. This
61 surface. The order in which the packets appear in the event stream is not
189 indicate the distance between the contact and the surface.
236 surface units. If the surface has an X times Y resolution, the largest
244 The length, in surface units, of the major axis of the approaching
250 The length, in surface units, of the minor axis of the approaching
268 The distance, in surface units, between the contact and the surface. Zero
270 the contact is hovering above the surface.
294 The surface X coordinate of the center of the touching ellipse.
297 The surface Y coordinate of the center of the touching ellipse.
[all …]
/openbmc/openbmc/poky/meta/recipes-graphics/cairo/cairo/
H A Dcairo-get_bitmap_surface-bsc1036789-CVE-2017-7475.diff20 *surface = (cairo_image_surface_t *)
22 return (*surface)->base.status;
/openbmc/linux/drivers/gpu/drm/radeon/
H A Dradeon_asic.c235 .surface = {
303 .surface = {
399 .surface = {
467 .surface = {
535 .surface = {
603 .surface = {
671 .surface = {
739 .surface = {
807 .surface = {
875 .surface = {
[all …]

123456