[Tizen] Add OffscreenApplication 35/240435/2
authorDaekwang Ryu <dkdk.ryu@samsung.com>
Mon, 27 Jul 2020 05:04:35 +0000 (14:04 +0900)
committerDaekwang Ryu <dkdk.ryu@samsung.com>
Thu, 6 Aug 2020 10:08:58 +0000 (19:08 +0900)
commitff3d9708cc7138bd1643821bd129724d09dbf871
tree42bc9d813f6f92b6073f047556266e8b3b09ad30
parent7ffa255d3f157b1eb54dbb7895b9243432b279e5
[Tizen] Add OffscreenApplication

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

Change-Id: Ib8b37c45d7574fcb1d3deb7c19e45e27af1e308b
40 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/offscreen/android/offscreen-window-factory-android.cpp [new file with mode: 0644]
dali/internal/offscreen/android/offscreen-window-factory-android.h [new file with mode: 0644]
dali/internal/offscreen/android/offscreen-window-impl-android.cpp [new file with mode: 0644]
dali/internal/offscreen/android/offscreen-window-impl-android.h [new file with mode: 0644]
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-factory.h [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/offscreen/tizen/offscreen-window-factory-tizen.cpp [new file with mode: 0644]
dali/internal/offscreen/tizen/offscreen-window-factory-tizen.h [new file with mode: 0644]
dali/internal/offscreen/tizen/offscreen-window-impl-tizen.cpp [new file with mode: 0644]
dali/internal/offscreen/tizen/offscreen-window-impl-tizen.h [new file with mode: 0644]
dali/internal/offscreen/ubuntu-x11/offscreen-window-factory-x.cpp [new file with mode: 0644]
dali/internal/offscreen/ubuntu-x11/offscreen-window-factory-x.h [new file with mode: 0644]
dali/internal/offscreen/ubuntu-x11/offscreen-window-impl-x.cpp [new file with mode: 0644]
dali/internal/offscreen/ubuntu-x11/offscreen-window-impl-x.h [new file with mode: 0644]
dali/internal/offscreen/windows/offscreen-window-factory-win.cpp [new file with mode: 0644]
dali/internal/offscreen/windows/offscreen-window-factory-win.h [new file with mode: 0644]
dali/internal/offscreen/windows/offscreen-window-impl-win.cpp [new file with mode: 0644]
dali/internal/offscreen/windows/offscreen-window-impl-win.h [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