[Tizen] Add OffscreenApplication
authorDaekwang Ryu <dkdk.ryu@samsung.com>
Tue, 15 Sep 2020 02:43:32 +0000 (11:43 +0900)
committerDaekwang Ryu <dkdk.ryu@samsung.com>
Tue, 15 Sep 2020 07:38:20 +0000 (16:38 +0900)
commit3f3ffc7a57d193d75348fd23c39eb6d2592687b0
treee0921308151dd550604986cc18e65d515c0d6455
parentde46e23491f796ece28af29f4cd7906160a313bf
[Tizen] Add OffscreenApplication

OffscreenApplication allows to make an application with a OffscreenWindow.
You don't have to create a on-screen window.

Change-Id: I26b6faff1960c1c946fadfc4183003e6a8c1591f
25 files changed:
build/tizen/module-list.cmake
build/tizen/profiles/android-profile.cmake
build/tizen/profiles/common-profile.cmake
build/tizen/profiles/ivi-profile.cmake
build/tizen/profiles/mobile-profile.cmake
build/tizen/profiles/tv-profile.cmake
build/tizen/profiles/ubuntu-profile.cmake
build/tizen/profiles/wearable-profile.cmake
build/tizen/profiles/windows-profile.cmake
dali/devel-api/adaptor-framework/offscreen-application.cpp [new file with mode: 0644]
dali/devel-api/adaptor-framework/offscreen-application.h [new file with mode: 0644]
dali/devel-api/adaptor-framework/offscreen-window.cpp [new file with mode: 0644]
dali/devel-api/adaptor-framework/offscreen-window.h [new file with mode: 0644]
dali/devel-api/file.list
dali/integration-api/adaptor-framework/native-render-surface.h
dali/internal/adaptor/common/adaptor-impl.cpp
dali/internal/adaptor/common/adaptor-impl.h
dali/internal/adaptor/common/adaptor.cpp
dali/internal/offscreen/common/offscreen-application-impl.cpp [new file with mode: 0644]
dali/internal/offscreen/common/offscreen-application-impl.h [new file with mode: 0644]
dali/internal/offscreen/common/offscreen-window-impl.cpp [new file with mode: 0644]
dali/internal/offscreen/common/offscreen-window-impl.h [new file with mode: 0644]
dali/internal/offscreen/file.list [new file with mode: 0644]
dali/internal/window-system/tizen-wayland/native-render-surface-ecore-wl.cpp
dali/internal/window-system/tizen-wayland/native-render-surface-ecore-wl.h