[Tizen] Add OffscreenApplication 86/242086/1 accepted/tizen/unified/20200826.133120 submit/tizen/20200825.050532
authorDaekwang Ryu <dkdk.ryu@samsung.com>
Mon, 27 Jul 2020 05:04:35 +0000 (14:04 +0900)
committerDaekwang Ryu <dkdk.ryu@samsung.com>
Mon, 24 Aug 2020 06:02:46 +0000 (15:02 +0900)
commit5408498e8a24417190ae69a332b7af773d3a3e45
tree68ea0e40916099ef28170732ea41cc0fedfd8a01
parenta37586f11a29deb43055df859153282e26b54d10
[Tizen] Add OffscreenApplication

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

Change-Id: I9376d59098033a99f66cc03251bfd391f0e38827
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