DSRenderEngineDaliImpl-test: Add a new testcase for compositing twe windows. 19/241819/1
authorJoonbum Ko <joonbum.ko@samsung.com>
Thu, 13 Aug 2020 06:52:44 +0000 (15:52 +0900)
committerSung-Jin Park <sj76.park@samsung.com>
Thu, 20 Aug 2020 10:11:40 +0000 (19:11 +0900)
commitaebb5db607eddbc032cb42060aa72a96f87dffc1
treed7bc0c5678adf103349f8757ef69de75a136233e
parente8cdc26988b9b5ddd93525f6e37a7db4cf65f5a4
DSRenderEngineDaliImpl-test: Add a new testcase for compositing twe windows.

 - This test shows a simple compositing of two windows.
 - The first added windowA was created in 500x500 size and red color.
 - The second added windowB was created in 250x250 size and blue color.
 - Since Dali's scene graph traverse method is DFS,
  windowA added first is rendered first,
  and windowB is rendered on top of it.

   ┌─────┬─────┐
   │  B  │     │
   │ blue│  A  │
   ┣─────┘     │
   │    red    │
   │          │
   └───────────┘

Change-Id: I7b0807ebd5e9c4c41983f7830f5041dad700b3d6
Signed-off-by: Joonbum Ko <joonbum.ko@samsung.com>
tests/DSRenderEngineDaliImpl-test.cpp