Home
last modified time | relevance | path

Searched refs:vc (Results 1 – 25 of 54) sorted by relevance

123

/openbmc/qemu/ui/
H A Dgtk-egl.c27 static void gtk_egl_set_scanout_mode(VirtualConsole *vc, bool scanout) in gtk_egl_set_scanout_mode() argument
29 if (vc->gfx.scanout_mode == scanout) { in gtk_egl_set_scanout_mode()
33 vc->gfx.scanout_mode = scanout; in gtk_egl_set_scanout_mode()
34 if (!vc->gfx.scanout_mode) { in gtk_egl_set_scanout_mode()
35 eglMakeCurrent(qemu_egl_display, vc->gfx.esurface, in gtk_egl_set_scanout_mode()
36 vc->gfx.esurface, vc->gfx.ectx); in gtk_egl_set_scanout_mode()
37 egl_fb_destroy(&vc->gfx.guest_fb); in gtk_egl_set_scanout_mode()
38 if (vc->gfx.surface) { in gtk_egl_set_scanout_mode()
39 surface_gl_destroy_texture(vc in gtk_egl_set_scanout_mode()
47 gd_egl_init(VirtualConsole * vc) gd_egl_init() argument
66 gd_egl_draw(VirtualConsole * vc) gd_egl_draw() argument
137 VirtualConsole *vc = container_of(dcl, VirtualConsole, gfx.dcl); gd_egl_update() local
153 VirtualConsole *vc = container_of(dcl, VirtualConsole, gfx.dcl); gd_egl_refresh() local
194 VirtualConsole *vc = container_of(dcl, VirtualConsole, gfx.dcl); gd_egl_switch() local
224 VirtualConsole *vc = container_of(dgc, VirtualConsole, gfx.dgc); gd_egl_create_context() local
233 VirtualConsole *vc = container_of(dcl, VirtualConsole, gfx.dcl); gd_egl_scanout_disable() local
247 VirtualConsole *vc = container_of(dcl, VirtualConsole, gfx.dcl); gd_egl_scanout_texture() local
274 VirtualConsole *vc = container_of(dcl, VirtualConsole, gfx.dcl); gd_egl_scanout_dmabuf() local
309 VirtualConsole *vc = container_of(dcl, VirtualConsole, gfx.dcl); gd_egl_cursor_dmabuf() local
332 VirtualConsole *vc = container_of(dcl, VirtualConsole, gfx.dcl); gd_egl_cursor_position() local
341 VirtualConsole *vc = container_of(dcl, VirtualConsole, gfx.dcl); gd_egl_scanout_flush() local
409 VirtualConsole *vc = container_of(dcl, VirtualConsole, gfx.dcl); gd_egl_flush() local
439 VirtualConsole *vc = container_of(dgc, VirtualConsole, gfx.dgc); gd_egl_make_current() local
[all...]
H A Dgtk-gl-area.c21 static void gtk_gl_area_set_scanout_mode(VirtualConsole *vc, bool scanout) in gtk_gl_area_set_scanout_mode() argument
23 if (vc->gfx.scanout_mode == scanout) { in gtk_gl_area_set_scanout_mode()
27 vc->gfx.scanout_mode = scanout; in gtk_gl_area_set_scanout_mode()
28 if (!vc->gfx.scanout_mode) { in gtk_gl_area_set_scanout_mode()
29 gtk_gl_area_make_current(GTK_GL_AREA(vc->gfx.drawing_area)); in gtk_gl_area_set_scanout_mode()
30 egl_fb_destroy(&vc->gfx.guest_fb); in gtk_gl_area_set_scanout_mode()
31 if (vc->gfx.surface) { in gtk_gl_area_set_scanout_mode()
32 surface_gl_destroy_texture(vc->gfx.gls, vc->gfx.ds); in gtk_gl_area_set_scanout_mode()
33 surface_gl_create_texture(vc in gtk_gl_area_set_scanout_mode()
40 gd_gl_area_draw(VirtualConsole * vc) gd_gl_area_draw() argument
151 VirtualConsole *vc = container_of(dcl, VirtualConsole, gfx.dcl); gd_gl_area_update() local
165 VirtualConsole *vc = container_of(dcl, VirtualConsole, gfx.dcl); gd_gl_area_refresh() local
198 VirtualConsole *vc = container_of(dcl, VirtualConsole, gfx.dcl); gd_gl_area_switch() local
241 VirtualConsole *vc = container_of(dgc, VirtualConsole, gfx.dgc); gd_gl_area_create_context() local
299 VirtualConsole *vc = container_of(dcl, VirtualConsole, gfx.dcl); gd_gl_area_scanout_texture() local
321 VirtualConsole *vc = container_of(dcl, VirtualConsole, gfx.dcl); gd_gl_area_scanout_disable() local
329 VirtualConsole *vc = container_of(dcl, VirtualConsole, gfx.dcl); gd_gl_area_scanout_flush() local
344 VirtualConsole *vc = container_of(dcl, VirtualConsole, gfx.dcl); gd_gl_area_scanout_dmabuf() local
[all...]
H A Dgtk.c131 #define TYPE_CHARDEV_VC "chardev-vc"
139 static void gd_grab_pointer(VirtualConsole *vc, const char *reason);
141 static void gd_grab_keyboard(VirtualConsole *vc, const char *reason);
148 VirtualConsole *vc; in gd_vc_find_by_menu() local
152 vc = &s->vc[i]; in gd_vc_find_by_menu()
154 (GTK_CHECK_MENU_ITEM(vc->menu_item))) { in gd_vc_find_by_menu()
155 return vc; in gd_vc_find_by_menu()
163 VirtualConsole *vc; in gd_vc_find_by_page() local
167 vc in gd_vc_find_by_page()
194 gd_update_cursor(VirtualConsole * vc) gd_update_cursor() argument
249 VirtualConsole *vc = &s->vc[i]; gd_update_caption() local
264 gd_update_geometry_hints(VirtualConsole * vc) gd_update_geometry_hints() argument
327 gd_update_windowsize(VirtualConsole * vc) gd_update_windowsize() argument
339 gd_update_full_redraw(VirtualConsole * vc) gd_update_full_redraw() argument
356 VirtualConsole *vc = gd_vc_find_current(s); gtk_release_modifiers() local
374 gd_win32_get_hwnd(VirtualConsole * vc) gd_win32_get_hwnd() argument
389 VirtualConsole *vc = container_of(dcl, VirtualConsole, gfx.dcl); gd_update() local
450 VirtualConsole *vc = container_of(dcl, VirtualConsole, gfx.dcl); gd_mouse_set() local
472 VirtualConsole *vc = container_of(dcl, VirtualConsole, gfx.dcl); gd_cursor_define() local
495 VirtualConsole *vc = container_of(dcl, VirtualConsole, gfx.dcl); gd_switch() local
570 VirtualConsole *vc = container_of(dcl, VirtualConsole, gfx.dcl); gd_has_dmabuf() local
585 VirtualConsole *vc = container_of(dcl, VirtualConsole, gfx.dcl); gd_gl_release_dmabuf() local
596 VirtualConsole *vc = vcon; gd_hw_gl_flushed() local
704 VirtualConsole *vc = &s->vc[i]; gd_mouse_mode_change() local
728 gd_set_ui_refresh_rate(VirtualConsole * vc,int refresh_rate) gd_set_ui_refresh_rate() argument
741 gd_set_ui_size(VirtualConsole * vc,gint width,gint height) gd_set_ui_size() argument
760 VirtualConsole *vc = opaque; gd_render_event() local
771 VirtualConsole *vc = (void *)opaque; gd_resize_event() local
791 gd_update_monitor_refresh_rate(VirtualConsole * vc,GtkWidget * widget) gd_update_monitor_refresh_rate() argument
814 gd_update_scale(VirtualConsole * vc,int ww,int wh,int fbw,int fbh) gd_update_scale() argument
903 VirtualConsole *vc = opaque; gd_draw_event() local
979 VirtualConsole *vc = opaque; gd_motion_event() local
1075 VirtualConsole *vc = opaque; gd_button_event() local
1118 VirtualConsole *vc = opaque; gd_scroll_event() local
1183 VirtualConsole *vc = opaque; gd_touch_event() local
1302 VirtualConsole *vc = opaque; gd_text_key_down() local
1318 VirtualConsole *vc = opaque; gd_key_event() local
1369 VirtualConsole *vc = opaque; gd_grab_broken_event() local
1420 VirtualConsole *vc = gd_vc_find_by_menu(s); gd_menu_switch_vc() local
1434 VirtualConsole *vc = opaque; gd_accel_switch_vc() local
1442 VirtualConsole *vc = gd_vc_find_current(s); gd_menu_show_tabs() local
1455 VirtualConsole *vc = opaque; gd_tab_window_close() local
1479 VirtualConsole *vc = opaque; gd_win_grab() local
1493 VirtualConsole *vc = gd_vc_find_current(s); gd_menu_untabify() local
1536 VirtualConsole *vc = gd_vc_find_current(s); gd_menu_show_menubar() local
1560 VirtualConsole *vc = gd_vc_find_current(s); gd_menu_full_screen() local
1597 VirtualConsole *vc = gd_vc_find_current(s); gd_menu_zoom_in() local
1617 VirtualConsole *vc = gd_vc_find_current(s); gd_menu_zoom_out() local
1634 VirtualConsole *vc = gd_vc_find_current(s); gd_menu_zoom_fixed() local
1645 VirtualConsole *vc = gd_vc_find_current(s); gd_menu_zoom_fit() local
1659 gd_grab_update(VirtualConsole * vc,bool kbd,bool ptr) gd_grab_update() argument
1683 gd_grab_keyboard(VirtualConsole * vc,const char * reason) gd_grab_keyboard() argument
1702 VirtualConsole *vc = s->kbd_owner; gd_ungrab_keyboard() local
1715 gd_grab_pointer(VirtualConsole * vc,const char * reason) gd_grab_pointer() argument
1737 VirtualConsole *vc = s->ptr_owner; gd_ungrab_pointer() local
1757 VirtualConsole *vc = gd_vc_find_current(s); gd_menu_grab_input() local
1774 VirtualConsole *vc; gd_change_page() local
1808 VirtualConsole *vc = opaque; gd_enter_event() local
1820 VirtualConsole *vc = opaque; gd_leave_event() local
1832 VirtualConsole *vc = opaque; gd_focus_in_event() local
1841 VirtualConsole *vc = opaque; gd_focus_out_event() local
1852 VirtualConsole *vc = opaque; gd_configure() local
1868 gd_vc_menu_init(GtkDisplayState * s,VirtualConsole * vc,int idx,GSList * group,GtkWidget * view_menu) gd_vc_menu_init() argument
1890 VirtualConsole *vc = gd_vc_find_current(s); gd_menu_copy() local
1902 VirtualConsole *vc = opaque; gd_vc_adjustment_changed() local
1912 gd_vc_send_chars(VirtualConsole * vc) gd_vc_send_chars() argument
1932 VirtualConsole *vc = vcd->console; gd_vc_chr_write() local
1941 VirtualConsole *vc = vcd->console; gd_vc_chr_accept_input() local
1951 VirtualConsole *vc = vcd->console; gd_vc_chr_set_echo() local
2000 VirtualConsole *vc = user_data; gd_vc_in() local
2028 gd_vc_vte_init(GtkDisplayState * s,VirtualConsole * vc,Chardev * chr,int idx,GSList * group,GtkWidget * view_menu) gd_vc_vte_init() argument
2102 VirtualConsole *vc = &s->vc[s->nb_vcs]; gd_vcs_init() local
2111 gd_connect_vc_gfx_signals(VirtualConsole * vc) gd_connect_vc_gfx_signals() argument
2232 gl_area_realize(GtkGLArea * area,VirtualConsole * vc) gl_area_realize() argument
2248 gd_vc_gfx_init(GtkDisplayState * s,VirtualConsole * vc,QemuConsole * con,int idx,GSList * group,GtkWidget * view_menu) gd_vc_gfx_init() argument
2365 int vc; gd_create_menu_view() local
2499 VirtualConsole *vc; gtk_display_init() local
[all...]
H A Dconsole-vc.c419 static void vc_put_lf(VCChardev *vc) in vc_put_lf() argument
421 QemuTextConsole *s = vc->console; in vc_put_lf()
468 static void vc_handle_escape(VCChardev *vc) in vc_handle_escape() argument
472 for (i = 0; i < vc->nb_esc_params; i++) { in vc_handle_escape()
473 switch (vc->esc_params[i]) { in vc_handle_escape()
475 vc->t_attrib = TEXT_ATTRIBUTES_DEFAULT; in vc_handle_escape()
478 vc->t_attrib.bold = 1; in vc_handle_escape()
481 vc->t_attrib.uline = 1; in vc_handle_escape()
484 vc->t_attrib.blink = 1; in vc_handle_escape()
487 vc->t_attrib.invers = 1; in vc_handle_escape()
[all …]
H A Dspice-app.c75 VCChardevClass *vc = CHARDEV_VC_GET_CLASS(chr); in vc_chr_open() local
90 vc->parent_open(chr, be, be_opened, errp); in vc_chr_open()
106 VCChardevClass *vc = CHARDEV_VC_CLASS(oc); in char_vc_class_init() local
109 vc->parent_open = cc->open; in char_vc_class_init()
223 .vc = "vc",
/openbmc/openbmc/poky/meta/recipes-extended/shadow/files/
H A Dsecuretty177 vc/1
178 vc/2
179 vc/3
180 vc/4
181 vc/5
182 vc/6
183 vc/7
184 vc/8
185 vc/9
186 vc/10
[all …]
/openbmc/openbmc/meta-raspberrypi/recipes-graphics/raspidmx/raspidmx/
H A D0004-add-libvchostif-to-link.patch36 -LDFLAGS+=-L/opt/vc/lib/ -lbcm_host -lm $(shell pkg-config --libs libpng) -L../lib -lraspidmx -lras…
37 +LDFLAGS+=-L/opt/vc/lib/ -lvchostif -lbcm_host -lm $(shell pkg-config --libs libpng) -L../lib -lras…
39 …INCLUDES+=-I/opt/vc/include/ -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface…
49 -LDFLAGS+=-L/opt/vc/lib/ -lbcm_host -L../lib -lraspidmx
50 +LDFLAGS+=-L/opt/vc/lib/ -lvchostif -lbcm_host -L../lib -lraspidmx
52 …INCLUDES+=-I/opt/vc/include/ -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface…
62 -LDFLAGS+=-L/opt/vc/lib/ -lbcm_host -lm $(shell pkg-config --libs libpng) -L../lib -lraspidmx -lras…
63 +LDFLAGS+=-L/opt/vc/lib/ -lvchostif -lbcm_host -lm $(shell pkg-config --libs libpng) -L../lib -lras…
65 …INCLUDES+=-I/opt/vc/include/ -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface…
75 -LDFLAGS+=-L/opt/vc/lib/ -lbcm_host -lm $(shell pkg-config --libs libpng) -L../lib -lraspidmx -lras…
[all …]
H A D0005-change-library-linking-order.patch31 -LDFLAGS+=-L/opt/vc/lib/ -lvchostif -lbcm_host -lm $(shell pkg-config --libs libpng) -L../lib -lras…
32 +LDFLAGS+=-L/opt/vc/lib/ -lvchostif -lbcm_host -lm -L../lib -lraspidmx -lraspidmxPng $(shell pkg-co…
34 …INCLUDES+=-I/opt/vc/include/ -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface…
44 -LDFLAGS+=-L/opt/vc/lib/ -lvchostif -lbcm_host -lm $(shell pkg-config --libs libpng) -L../lib -lras…
45 +LDFLAGS+=-L/opt/vc/lib/ -lvchostif -lbcm_host -lm -L../lib -lraspidmx -lraspidmxPng $(shell pkg-co…
47 …INCLUDES+=-I/opt/vc/include/ -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface…
57 -LDFLAGS+=-L/opt/vc/lib/ -lvchostif -lbcm_host -lm $(shell pkg-config --libs libpng) -L../lib -lras…
58 +LDFLAGS+=-L/opt/vc/lib/ -lvchostif -lbcm_host -lm -L../lib -lraspidmx -lraspidmxPng $(shell pkg-co…
60 …INCLUDES+=-I/opt/vc/include/ -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface…
70 -LDFLAGS+=-L/opt/vc/lib/ -lvchostif -lbcm_host -lm $(shell pkg-config --libs libpng) -L../lib -lras…
[all …]
H A D0003-switch-to-pkg-config.patch33 -LDFLAGS+=-L/opt/vc/lib/ -lbcm_host -lm $(shell libpng-config --ldflags) -L../lib -lraspidmx -lrasp…
35 +LDFLAGS+=-L/opt/vc/lib/ -lbcm_host -lm $(shell pkg-config --libs libpng) -L../lib -lraspidmx -lras…
37 …INCLUDES+=-I/opt/vc/include/ -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface…
49 LDFLAGS+=-L/opt/vc/lib/ -lbcm_host -lm
53 …INCLUDES+=-I/opt/vc/include/ -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface…
64 -LDFLAGS+=-L/opt/vc/lib/ -lbcm_host -lm $(shell libpng-config --ldflags) -L../lib -lraspidmx -lrasp…
66 +LDFLAGS+=-L/opt/vc/lib/ -lbcm_host -lm $(shell pkg-config --libs libpng) -L../lib -lraspidmx -lras…
68 …INCLUDES+=-I/opt/vc/include/ -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface…
79 -LDFLAGS+=-L/opt/vc/lib/ -lbcm_host -lm $(shell libpng-config --ldflags) -L../lib -lraspidmx -lrasp…
81 +LDFLAGS+=-L/opt/vc/lib/ -lbcm_host -lm $(shell pkg-config --libs libpng) -L../lib -lraspidmx -lras…
[all …]
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/vlc/vlc/
H A D0004-Use-packageconfig-to-detect-mmal-support.patch8 the libs and header locations instead of assuming /opt/vc which might
24 - LDFLAGS="${LDFLAGS} -L/opt/vc/lib -lvchostif"
25 … CPPFLAGS="${CPPFLAGS} -isystem /opt/vc/include -isystem /opt/vc/include/interface/vcos/pthreads …
30 - VLC_ADD_LDFLAGS([mmal],[ -L/opt/vc/lib ])
31 …VLC_ADD_CFLAGS([mmal],[ -isystem /opt/vc/include -isystem /opt/vc/include/interface/vcos/pthreads …
/openbmc/openbmc/meta-raspberrypi/recipes-graphics/vc-graphics/
H A Dvc-graphics.bb1 CONFLICTS = "vc-graphics-hardfp"
3 VCDIR = "opt/vc"
4 require vc-graphics.inc
H A Dvc-graphics-hardfp.bb1 CONFLICTS = "vc-graphics"
3 VCDIR = "hardfp/opt/vc"
4 require vc-graphics.inc
/openbmc/qemu/include/ui/
H A Dgtk.h122 VirtualConsole vc[MAX_VCS]; member
159 void gd_update_windowsize(VirtualConsole *vc);
160 void gd_update_monitor_refresh_rate(VirtualConsole *vc, GtkWidget *widget);
161 void gd_hw_gl_flushed(void *vc);
164 void gd_egl_init(VirtualConsole *vc);
165 void gd_egl_draw(VirtualConsole *vc);
198 void gd_gl_area_init(VirtualConsole *vc);
199 void gd_gl_area_draw(VirtualConsole *vc);
229 void gd_update_scale(VirtualConsole *vc, int ww, int wh, int fbw, int fbh);
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/
H A D3001-configure.ac-setup-for-OE-usage.patch12 to not assume /opt/vc is where all libs and headers are installed per
92 - LDFLAGS="${LDFLAGS} -L/opt/vc/lib -lvchostif"
93 … CPPFLAGS="${CPPFLAGS} -isystem /opt/vc/include -isystem /opt/vc/include/interface/vcos/pthreads …
102 - VLC_ADD_LDFLAGS([mmal],[ -L/opt/vc/lib ])
103 …VLC_ADD_CFLAGS([mmal],[ -isystem /opt/vc/include -isystem /opt/vc/include/interface/vcos/pthreads …
H A D3003-codec-omxil_core-replace-opt-vc-path-with-usr-lib.patch4 Subject: [PATCH] codec: omxil_core replace /opt/vc path with /usr/lib
27 - "/opt/vc/lib/libopenmaxil.so", /* Broadcom IL core */
36 - "/opt/vc/lib/libbcm_host.so", /* Broadcom host library */
/openbmc/openbmc/poky/meta/recipes-core/initscripts/initscripts-1.0/
H A Dbanner.sh20 elif ( > /dev/vc/0 ) 2>/dev/null; then
21 vtmaster=/dev/vc/0
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D2004-libavcodec-omx-replace-opt-vc-path-with-usr-lib.patch4 Subject: [PATCH] libavcodec: omx replace /opt/vc path with /usr/lib
28 - "/opt/vc/lib/libopenmaxil.so", "/opt/vc/lib/libbcm_host.so",
H A D2001-configure-setup-for-OE-core-usage.patch45 … add_cflags -isystem/opt/vc/include/ -isystem/opt/vc/include/interface/vmcs_host/linu…
46 - add_ldflags -L/opt/vc/lib/ &&
61 - add_cflags -isystem/opt/vc/include/IL &&
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/omxplayer/omxplayer/
H A D0001-Remove-Makefile.include-which-includes-hardcoded.patch82 -LDFLAGS += -L$(SDKSTAGE)/lib -L$(SDKSTAGE)/usr/lib -L$(SDKSTAGE)/opt/vc/lib/ -Lpcre/build
83 …TAGE)/usr/include -isystem$(SDKSTAGE)/opt/vc/include -isystem$(SYSROOT)/usr/include -isystem$(SDKS…
84 -INCLUDES += -isystem$(SDKSTAGE)/opt/vc/include -isystem$(SYSROOT)/usr/include -isystem$(SDKSTAGE)…
H A D0002-Libraries-and-headers-from-ffmpeg-are-installed-in-u.patch23 LDFLAGS=-L$(SDKSTAGE)/opt/vc/lib/
27 …/include -I/usr/include/freetype2 -isystem$(SDKSTAGE)/opt/vc/include -isystem$(SDKSTAGE)/opt/vc/in…
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/picamera-libs/
H A Dpicamera-libs.bb5 LIC_FILES_CHKSUM = "file://opt/vc/LICENCE;md5=86e53f5f5909ee66900418028de11780"
13 install -m 0755 ${S}/opt/vc/lib/*.so ${D}${libdir}
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/glmark2/files/
H A D0001-fix-dispmanx-build.patch116 ctx.check_cxx(lib = 'brcmGLESv2', uselib_store = 'glesv2', libpath='/opt/vc/lib')
117 ctx.check_cxx(lib = ['brcmEGL', 'brcmGLESv2'], uselib_store = 'egl', libpath='/opt/vc/lib')
118 …heck_cxx(lib = ['bcm_host', 'vcos', 'vchiq_arm'], uselib_store = 'dispmanx', libpath='/opt/vc/lib')
119 …2', 'vchostif', 'bcm_host', 'vcos', 'vchiq_arm'], uselib_store = 'dispmanx', libpath='/opt/vc/lib')
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/gpm/gpm/
H A D0001-Avoid-shadowing-ncurses-functions.patch25 -static inline void scr_dump(int fd, FILE *f, unsigned char *buffer, int vc)
26 +static inline void gpm_scr_dump(int fd, FILE *f, unsigned char *buffer, int vc)
30 @@ -960,7 +960,7 @@ static inline void scr_dump(int fd, FILE *f, unsigned char *buffer, int vc)
34 -static inline void scr_restore(int fd, FILE *f, unsigned char *buffer, int vc)
35 +static inline void gpm_scr_restore(int fd, FILE *f, unsigned char *buffer, int vc)
57 @@ -1077,7 +1077,7 @@ Posted *unpostmenu(int fd, FILE *f, Posted *which, int vc)
61 - scr_restore(fd,f,which->dump, vc);
62 + gpm_scr_restore(fd,f,which->dump, vc);
/openbmc/openbmc/poky/meta/recipes-support/curl/curl/
H A Drun-ptest17 -a -c curl -vc curl -n -am -j4 -p \
/openbmc/openbmc/meta-raspberrypi/recipes-graphics/vc-graphics/files/
H A Degl.pc10 Cflags: -I${includedir}/vc -I${includedir}/interface -I${includedir}/interface/vcos -I${includedir}…

123