Searched refs:screen_id (Results 1 – 10 of 10) sorted by relevance
/third_party/weston/clients/ |
D | simple-egl-hos.c | 633 static void ScreenShotError(void *data, struct wms *wms, uint32_t error, uint32_t screen_id) in ScreenShotError() argument 636 LOG("ScreenShotError screen_id: %d", screen_id); in ScreenShotError() 641 uint32_t screen_id, int32_t fd, in ScreenShotDone() argument 645 LOG("ScreenShotDone screen_id: %d", screen_id); in ScreenShotDone() 670 uint32_t screen_id, in ScreenUpdate() argument 675 LOG("screenUpdate screen_id: %d", screen_id); in ScreenUpdate()
|
D | simple-dmabuf-egl-hos.c | 1005 static void ScreenShotError(void *data, struct wms *wms, uint32_t error, uint32_t screen_id) in ScreenShotError() argument 1008 LOG("ScreenShotError screen_id: %d", screen_id); in ScreenShotError() 1013 uint32_t screen_id, int32_t fd, in ScreenShotDone() argument 1017 LOG("ScreenShotDone screen_id: %d", screen_id); in ScreenShotDone() 1042 uint32_t screen_id, in ScreenUpdate() argument 1047 LOG("screenUpdate screen_id: %d", screen_id); in ScreenUpdate()
|
/third_party/wayland-ivi-extension/screen-info/test-module/ |
D | call-screen-info.c | 18 LOG("screen %d (0x%x)", iscreen->screen_id, iscreen->screen_id); in screen_info_module_get()
|
/third_party/wayland-ivi-extension/screen-info/module/ |
D | screen-info.h | 34 int screen_id; member
|
D | screen-info.c | 47 iscreen->screen_id = iviscrn->id_screen; in get_screens_info() 79 ilayer->on_screen_id = iscreen->screen_id; in get_screens_info()
|
/third_party/weston/ivi-shell/ |
D | ivi-layout-export.h | 651 int32_t (*screen_clear)(const uint32_t screen_id); 663 int32_t (*destroy_virtual_screen)(uint32_t screen_id);
|
D | ivi-layout.c | 226 get_screen_from_id(const uint32_t screen_id) in get_screen_from_id() argument 232 if (iviscrn->output->id == screen_id) in get_screen_from_id() 2253 destroy_virtual_screen(uint32_t screen_id) in destroy_virtual_screen() argument 2256 struct ivi_layout_screen *iviscrn = get_screen_from_id(screen_id); in destroy_virtual_screen() 2320 screen_clear(const uint32_t screen_id) in screen_clear() argument 2322 struct ivi_layout_screen *iviscrn = get_screen_from_id(screen_id); in screen_clear()
|
/third_party/wayland-ivi-extension/weston-ivi-shell/src/ |
D | ivi-controller.c | 96 uint32_t screen_id; member 1516 uint32_t screen_id, argument 1522 weston_log("######controller_create_screen2: screen_id = %d\n", screen_id); 1526 if (screen_id != iviscrn->id_screen) { 1639 id = screen_info->screen_id; 2110 uint32_t screen_id = 0; local 2121 &screen_id, 0)) 2132 screen_info->screen_id = screen_id;
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/directfb/ |
D | SDL_DirectFB_modes.c | 65 EnumScreensCallback(DFBScreenID screen_id, DFBScreenDescription desc, in EnumScreensCallback() argument 70 devdata->screenid[devdata->numscreens++] = screen_id; in EnumScreensCallback()
|
/third_party/wayland-ivi-extension/ivi-layermanagement-api/ilmControl/src/ |
D | ilm_control_wayland_platform.c | 681 uint32_t screen_id) in wm_screen_listener_screen_id() argument 685 ctx_screen->id_screen = screen_id; in wm_screen_listener_screen_id()
|