[Tizen] Add OffscreenApplication accepted/tizen/unified/20200811.050428 accepted/tizen/unified/20200814.123059 submit/tizen/20200810.064352 submit/tizen/20200814.024056
authorWonsik Jung <sidein@samsung.com>
Mon, 10 Aug 2020 05:39:55 +0000 (14:39 +0900)
committerWonsik Jung <sidein@samsung.com>
Mon, 10 Aug 2020 05:40:01 +0000 (14:40 +0900)
commit62aa1a34e496b3ec4c6657ea56eed23dc707c36c
tree8139f5c1cbf90dffaaa3e13ffd073ddd3714f751
parentd499efa34852d13f24ce1d3b2dfa8d1738c89417
[Tizen] Add OffscreenApplication

This reverts commit e6d3f90f48ef3fe628b0476b8f4999e4d2f55e02.
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