os/graphics/windowing/windowserver/test/t_integ/scripts/graphics-wserv-integ-surface4.script
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
sl@0
     1
//
sl@0
     2
// Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
sl@0
     3
// All rights reserved.
sl@0
     4
// This component and the accompanying materials are made available
sl@0
     5
// under the terms of "Eclipse Public License v1.0"
sl@0
     6
// which accompanies this distribution, and is available
sl@0
     7
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
sl@0
     8
//
sl@0
     9
// Initial Contributors:
sl@0
    10
// Nokia Corporation - initial contribution.
sl@0
    11
//
sl@0
    12
// Contributors:
sl@0
    13
//
sl@0
    14
// Description: 
sl@0
    15
//
sl@0
    16
/////////////////////////////////////////////////////////////////////
sl@0
    17
// graphics-wserv-integ-surface1.script
sl@0
    18
//
sl@0
    19
// Tests elements of the classes associated with RWindow,
sl@0
    20
// as a means of confidence that the APIs work as expected.
sl@0
    21
//
sl@0
    22
// This test grouping are broardly categorised as transparent UI, 
sl@0
    23
// with multiple windows per screen
sl@0
    24
// 
sl@0
    25
// The purpose is to provide a regression test suite of Public
sl@0
    26
// APIs for RWindow. Negative testing is performed to confirm that correct 
sl@0
    27
// errors are returned when incorrect parameters are given.
sl@0
    28
//
sl@0
    29
// The tests are fully automated.
sl@0
    30
/////////////////////////////////////////////////////////////////////
sl@0
    31
sl@0
    32
//! @file
sl@0
    33
//! @SYMTestSuiteName			graphics-wserv-integ-surface
sl@0
    34
//! @SYMScriptTestEnvironment	This test script requires a basic ROM.
sl@0
    35
LOAD_SUITE	t_wservintegserver
sl@0
    36
sl@0
    37
START_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0046-0001
sl@0
    38
//! @SYMTestCaseID				GRAPHICS-WSERV-INTEG-SURFACE-0046-0001
sl@0
    39
//! @SYMPREQ					1007 1019
sl@0
    40
//! @SYMREQ						8222 8223 8227
sl@0
    41
//! @SYMAPI						RWindow
sl@0
    42
//! @SYMAuthor					John Mercer
sl@0
    43
//! @SYMCreationDate			24/08/2007
sl@0
    44
//! @SYMTestCaseDependencies	graphics-wserv-integ-surface.script
sl@0
    45
//! @SYMTestCaseDesc			Multiple Moving Images with semi-transparent UI Components				
sl@0
    46
//! @SYMTestActions				Environment settings:
sl@0
    47
//! 								Window Size: Full screen
sl@0
    48
//! 								Image Size: Full screen
sl@0
    49
//! 								Simulated Load: 0%
sl@0
    50
//! 								Colour Depth: 16MAP
sl@0
    51
//! 								Pixel Format: RGB8888
sl@0
    52
//! 								Screen Number: 0
sl@0
    53
//! 								Rotation: 0
sl@0
    54
//! 								Screen Location: (0,0)
sl@0
    55
//! 								Execution Time: 30s
sl@0
    56
//! 								Frame Rate: 30fps
sl@0
    57
//! 
sl@0
    58
//! 							Start SimLoadApp
sl@0
    59
//!								Start pseudo video playback application:
sl@0
    60
//! 							Create RWindow (simulate DevVideo/Ecam usage) 
sl@0
    61
//! 							Create RsurfaceHandle with ‘first frame of video’ 
sl@0
    62
//! 							Use Surface data APIs to generate content. Since this is licensee replaceable, the test code implementation must allow for this to be replaceable, e.g. library dll. [exact details of data APIs unknown at this point]
sl@0
    63
//! 							Content is to be simple but quickly indicative of failure to the human eye, e.g. a clock sweep with large numerals indicating the frame number.. 
sl@0
    64
//! 							Number of buffers per surface set to two.
sl@0
    65
//! 							Call RWindow::SetBackgroundImage()
sl@0
    66
//! 							Create simulated UI Components
sl@0
    67
//! 							Draw components using CwindowGC::BitBlt() with preloaded images of UI components (button, menu bar). Set as semi-transparent. Drawn to both the main window (with surface) and separate child windows.
sl@0
    68
//! 							Activate Window.
sl@0
    69
//! 							Update Image with next frame
sl@0
    70
//! 							Utilise RsurfaceHandle notification to indicate when surface has been consumed by GCE. Use Surface data APIs to update contents. Invalidate window to cause redraw.
sl@0
    71
//! 							Continuously perform Image updates to simulate video playback.
sl@0
    72
//! 
sl@0
    73
//!								Measure the frame rate at which the display is updated.
sl@0
    74
//! 
sl@0
    75
//! @SYMTestStatus				Implemented
sl@0
    76
//!	@SYMTestPriority			1
sl@0
    77
//! @SYMTestExpectedResults		Frame Rate: 30fps
sl@0
    78
//!								Display is composed of moving image in background, with semi-transparent UI components in foreground. The moving image is that of a clock sweep with large numerals indicating the frame number.
sl@0
    79
//! @SYMTestType				IT
sl@0
    80
sl@0
    81
RUN_TEST_STEP !Heap=0x200000	500	t_wservintegserver	WServIntegSurface	c:\graphics\graphics-wserv-integ-surface.ini	graphics-wserv-integ-surface-0046-001
sl@0
    82
END_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0046-0001
sl@0
    83
sl@0
    84
START_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0047-0001
sl@0
    85
//! @SYMTestCaseID				GRAPHICS-WSERV-INTEG-SURFACE-0047-0001
sl@0
    86
//! @SYMPREQ					1007 1019
sl@0
    87
//! @SYMREQ						8222 8223 8227
sl@0
    88
//! @SYMAPI						RWindow
sl@0
    89
//! @SYMAuthor					John Mercer
sl@0
    90
//! @SYMCreationDate			24/08/2007
sl@0
    91
//! @SYMTestCaseDependencies	graphics-wserv-integ-surface.script
sl@0
    92
//! @SYMTestCaseDesc			Multiple Moving Images with semi-transparent UI Components, with 10% simulated load 				
sl@0
    93
//! @SYMTestActions				graphics-wserv-integ-surface-0061-001 as a base, modify the SimLoadApp to load the CPU to 10% before executing the video playback.
sl@0
    94
//! 							Measure the frame rate at which the display is updated when under a simulated load.
sl@0
    95
//! 
sl@0
    96
//! @SYMTestStatus				Implemented
sl@0
    97
//! @SYMTestPriority			1
sl@0
    98
//! @SYMTestExpectedResults			Frame rate is reduced with increased static load
sl@0
    99
//! 							Display is composed of moving image in background, with semi-transparent UI components in foreground. The moving image is that of a clock sweep with large numerals indicating the frame number.
sl@0
   100
//! @SYMTestType				CIT
sl@0
   101
//!	
sl@0
   102
sl@0
   103
RUN_TEST_STEP !Heap=0x200000	2000	t_wservintegserver	WServIntegSurface	c:\graphics\graphics-wserv-integ-surface.ini	graphics-wserv-integ-surface-0047-001
sl@0
   104
END_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0047-0001
sl@0
   105
sl@0
   106
START_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0047-0002
sl@0
   107
//! @SYMTestCaseID				GRAPHICS-WSERV-INTEG-SURFACE-0047-0002
sl@0
   108
//! @SYMPREQ					1007 1019
sl@0
   109
//! @SYMREQ						8222 8223 8227
sl@0
   110
//! @SYMAPI						RWindow
sl@0
   111
//! @SYMAuthor					John Mercer
sl@0
   112
//! @SYMCreationDate			24/08/2007
sl@0
   113
//! @SYMTestCaseDependencies	graphics-wserv-integ-surface.script
sl@0
   114
//! @SYMTestCaseDesc			Multiple Moving Images with semi-transparent UI Components, with 20% simulated load 				
sl@0
   115
//! @SYMTestActions				graphics-wserv-integ-surface-0061-001 as a base, modify the SimLoadApp to load the CPU to 20% before executing the video playback.
sl@0
   116
//!								Measure the frame rate at which the display is updated when under a simulated load.
sl@0
   117
//!
sl@0
   118
//! @SYMTestStatus				Implemented
sl@0
   119
//! @SYMTestPriority			1
sl@0
   120
//! @SYMTestExpectedResults			Frame rate is reduced with increased static load
sl@0
   121
//!								Display is composed of moving image in background, with semi-transparent UI components in foreground. The moving image is that of a clock sweep with large numerals indicating the frame number.
sl@0
   122
//! @SYMTestType				CIT
sl@0
   123
sl@0
   124
RUN_TEST_STEP !Heap=0x200000	2000	t_wservintegserver	WServIntegSurface	c:\graphics\graphics-wserv-integ-surface.ini	graphics-wserv-integ-surface-0047-002
sl@0
   125
END_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0047-0002
sl@0
   126
sl@0
   127
START_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0047-0003
sl@0
   128
//! @SYMTestCaseID				GRAPHICS-WSERV-INTEG-SURFACE-0047-0003
sl@0
   129
//! @SYMPREQ					1007 1019
sl@0
   130
//! @SYMREQ						8222 8223 8227
sl@0
   131
//! @SYMAPI						RWindow
sl@0
   132
//! @SYMAuthor					John Mercer
sl@0
   133
//! @SYMCreationDate			24/08/2007
sl@0
   134
//! @SYMTestCaseDependencies	graphics-wserv-integ-surface.script
sl@0
   135
//! @SYMTestCaseDesc			Multiple Moving Images with semi-transparent UI Components, with 30% simulated load 				
sl@0
   136
//! @SYMTestActions				graphics-wserv-integ-surface-0061-001 as a base, modify the SimLoadApp to load the CPU to 30% before executing the video playback.
sl@0
   137
//!								Measure the frame rate at which the display is updated when under a simulated load.
sl@0
   138
//!
sl@0
   139
//! @SYMTestStatus				Implemented
sl@0
   140
//! @SYMTestPriority			1
sl@0
   141
//! @SYMTestExpectedResults			Frame rate is reduced with increased static load
sl@0
   142
//!								Display is composed of moving image in background, with semi-transparent UI components in foreground. The moving image is that of a clock sweep with large numerals indicating the frame number.
sl@0
   143
//! @SYMTestType				CIT
sl@0
   144
sl@0
   145
RUN_TEST_STEP !Heap=0x200000	2000	t_wservintegserver	WServIntegSurface	c:\graphics\graphics-wserv-integ-surface.ini	graphics-wserv-integ-surface-0047-003
sl@0
   146
END_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0047-0003
sl@0
   147
sl@0
   148
START_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0047-0004
sl@0
   149
//! @SYMTestCaseID				GRAPHICS-WSERV-INTEG-SURFACE-0047-0004
sl@0
   150
//! @SYMPREQ					1007 1019
sl@0
   151
//! @SYMREQ						8222 8223 8227
sl@0
   152
//! @SYMAPI						RWindow
sl@0
   153
//! @SYMAuthor					John Mercer
sl@0
   154
//! @SYMCreationDate			24/08/2007
sl@0
   155
//! @SYMTestCaseDependencies	graphics-wserv-integ-surface.script
sl@0
   156
//! @SYMTestCaseDesc			Multiple Moving Images with semi-transparent UI Components, with 40% simulated load 				
sl@0
   157
//! @SYMTestActions				graphics-wserv-integ-surface-0061-001 as a base, modify the SimLoadApp to load the CPU to 40% before executing the video playback.
sl@0
   158
//!								Measure the frame rate at which the display is updated when under a simulated load.
sl@0
   159
//!
sl@0
   160
//! @SYMTestStatus				Implemented
sl@0
   161
//! @SYMTestPriority			1
sl@0
   162
//! @SYMTestExpectedResults			Frame rate is reduced with increased static load
sl@0
   163
//!								Display is composed of moving image in background, with semi-transparent UI components in foreground. The moving image is that of a clock sweep with large numerals indicating the frame number.
sl@0
   164
//! @SYMTestType				CIT
sl@0
   165
sl@0
   166
RUN_TEST_STEP !Heap=0x200000	2000	t_wservintegserver	WServIntegSurface	c:\graphics\graphics-wserv-integ-surface.ini	graphics-wserv-integ-surface-0047-004
sl@0
   167
END_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0047-0004
sl@0
   168
sl@0
   169
START_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0047-0005
sl@0
   170
//! @SYMTestCaseID				GRAPHICS-WSERV-INTEG-SURFACE-0047-0005
sl@0
   171
//! @SYMPREQ					1007 1019
sl@0
   172
//! @SYMREQ						8222 8223 8227
sl@0
   173
//! @SYMAPI						RWindow
sl@0
   174
//! @SYMAuthor					John Mercer
sl@0
   175
//! @SYMCreationDate			24/08/2007
sl@0
   176
//! @SYMTestCaseDependencies	graphics-wserv-integ-surface.script
sl@0
   177
//! @SYMTestCaseDesc			Multiple Moving Images with semi-transparent UI Components, with 50% simulated load 				
sl@0
   178
//! @SYMTestActions				graphics-wserv-integ-surface-0061-001 as a base, modify the SimLoadApp to load the CPU to 50% before executing the video playback.
sl@0
   179
//!								Measure the frame rate at which the display is updated when under a simulated load.
sl@0
   180
//!
sl@0
   181
//! @SYMTestStatus				Implemented
sl@0
   182
//! @SYMTestPriority			1
sl@0
   183
//! @SYMTestExpectedResults			Frame rate is reduced with increased static load
sl@0
   184
//!								Display is composed of moving image in background, with semi-transparent UI components in foreground. The moving image is that of a clock sweep with large numerals indicating the frame number.
sl@0
   185
//! @SYMTestType				CIT
sl@0
   186
sl@0
   187
RUN_TEST_STEP !Heap=0x200000	2000	t_wservintegserver	WServIntegSurface	c:\graphics\graphics-wserv-integ-surface.ini	graphics-wserv-integ-surface-0047-005
sl@0
   188
END_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0047-0005
sl@0
   189
sl@0
   190
START_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0048-0001
sl@0
   191
//! @SYMTestCaseID				GRAPHICS-WSERV-INTEG-SURFACE-0048-0001
sl@0
   192
//! @SYMPREQ					1007 1019
sl@0
   193
//! @SYMREQ						8222 8223 8227
sl@0
   194
//! @SYMAPI						RWindow
sl@0
   195
//! @SYMAuthor					John Mercer
sl@0
   196
//! @SYMCreationDate			24/08/2007
sl@0
   197
//! @SYMTestCaseDependencies	graphics-wserv-integ-surface.script
sl@0
   198
//! @SYMTestCaseDesc			Multiple Moving Images with semi-transparent UI Components, with window size > image size				
sl@0
   199
//! @SYMTestActions					Info - Image stretched to fit window
sl@0
   200
//! 							Measure frame rate achieved whilst image size is changed
sl@0
   201
//! 							With window size to full screen.
sl@0
   202
//! 							Image size to Half Screen
sl@0
   203
//! @SYMTestStatus				Implemented
sl@0
   204
//! @SYMTestPriority			1
sl@0
   205
//! @SYMTestExpectedResults		Frame Rate: 30fps
sl@0
   206
//! 							Display is composed of moving image in background, with semi-transparent UI components in foreground. The moving image is that of a clock sweep with large numerals indicating the frame number. 
sl@0
   207
//!								NOTE: Results may well differ between emulator and hardware depending on filtering technique used in stretching the image to the window size.
sl@0
   208
//! @SYMTestType				CIT
sl@0
   209
sl@0
   210
RUN_TEST_STEP !Heap=0x200000	500	t_wservintegserver	WServIntegSurface	c:\graphics\graphics-wserv-integ-surface.ini	graphics-wserv-integ-surface-0048-001
sl@0
   211
END_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0048-0001
sl@0
   212
sl@0
   213
START_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0048-0002
sl@0
   214
//! @SYMTestCaseID				GRAPHICS-WSERV-INTEG-SURFACE-0048-0002
sl@0
   215
//! @SYMPREQ					1007 1019
sl@0
   216
//! @SYMREQ						8222 8223 8227
sl@0
   217
//! @SYMAPI						RWindow
sl@0
   218
//! @SYMAuthor					John Mercer
sl@0
   219
//! @SYMCreationDate			24/08/2007
sl@0
   220
//! @SYMTestCaseDependencies	graphics-wserv-integ-surface.script
sl@0
   221
//! @SYMTestCaseDesc			Multiple Moving Images with semi-transparent UI Components, with window size > image size				
sl@0
   222
//! @SYMTestActions					Info - Image stretched to fit window
sl@0
   223
//! 							Measure frame rate achieved whilst image size is changed
sl@0
   224
//! 							With window size to full screen.
sl@0
   225
//! 							Image size to Quarter Screen
sl@0
   226
//! @SYMTestStatus				Implemented
sl@0
   227
//! @SYMTestPriority			1
sl@0
   228
//! @SYMTestExpectedResults		Frame Rate: 30fps
sl@0
   229
//! 							Display is composed of moving image in background, with semi-transparent UI components in foreground. The moving image is that of a clock sweep with large numerals indicating the frame number. 
sl@0
   230
//!								NOTE: Results may well differ between emulator and hardware depending on filtering technique used in stretching the image to the window size.
sl@0
   231
//! @SYMTestType				CIT
sl@0
   232
sl@0
   233
RUN_TEST_STEP !Heap=0x200000	500	t_wservintegserver	WServIntegSurface	c:\graphics\graphics-wserv-integ-surface.ini	graphics-wserv-integ-surface-0048-002
sl@0
   234
END_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0048-0002
sl@0
   235
sl@0
   236
START_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0048-0003
sl@0
   237
//! @SYMTestCaseID				GRAPHICS-WSERV-INTEG-SURFACE-0048-0003
sl@0
   238
//! @SYMPREQ					1007 1019
sl@0
   239
//! @SYMREQ						8222 8223 8227
sl@0
   240
//! @SYMAPI						RWindow
sl@0
   241
//! @SYMAuthor					John Mercer
sl@0
   242
//! @SYMCreationDate			24/08/2007
sl@0
   243
//! @SYMTestCaseDependencies	graphics-wserv-integ-surface.script
sl@0
   244
//! @SYMTestCaseDesc			Multiple Moving Images with semi-transparent UI Components, with window size > image size				
sl@0
   245
//! @SYMTestActions					Info - Image stretched to fit window
sl@0
   246
//! 							Measure frame rate achieved whilst image size is changed
sl@0
   247
//! 							With window size to full screen.
sl@0
   248
//! 							Image size to Eigth Screen
sl@0
   249
//! @SYMTestStatus				Implemented
sl@0
   250
//! @SYMTestPriority			1
sl@0
   251
//! @SYMTestExpectedResults		Frame Rate: 30fps
sl@0
   252
//! 							Display is composed of moving image in background, with semi-transparent UI components in foreground. The moving image is that of a clock sweep with large numerals indicating the frame number. 
sl@0
   253
//!								NOTE: Results may well differ between emulator and hardware depending on filtering technique used in stretching the image to the window size.
sl@0
   254
//! @SYMTestType				CIT
sl@0
   255
sl@0
   256
RUN_TEST_STEP !Heap=0x200000	500	t_wservintegserver	WServIntegSurface	c:\graphics\graphics-wserv-integ-surface.ini	graphics-wserv-integ-surface-0048-003
sl@0
   257
END_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0048-0003
sl@0
   258
sl@0
   259
START_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0049-0001
sl@0
   260
//! @SYMTestCaseID				GRAPHICS-WSERV-INTEG-SURFACE-0049-0001
sl@0
   261
//! @SYMPREQ					1007 1019
sl@0
   262
//! @SYMREQ						8222 8223 8227
sl@0
   263
//! @SYMAPI						RWindow
sl@0
   264
//! @SYMAuthor					John Mercer
sl@0
   265
//! @SYMCreationDate			24/08/2007
sl@0
   266
//! @SYMTestCaseDependencies	graphics-wserv-integ-surface.script
sl@0
   267
//! @SYMTestCaseDesc			Multiple Moving Images with semi-transparent UI Components, with window size == image size, no overlap between ui and ecom window				
sl@0
   268
//! @SYMTestActions				Measure frame rate achieved whilst image size is changed
sl@0
   269
//! 							With window size to half screen.
sl@0
   270
//! 							Image size to Half Screen
sl@0
   271
//! @SYMTestStatus				Implemented
sl@0
   272
//! @SYMTestPriority			1
sl@0
   273
//! @SYMTestExpectedResults		Frame Rate: 30fps
sl@0
   274
//! 							Display is composed of moving image in background, with semi-transparent UI components in foreground. The moving image is that of a clock sweep with large numerals indicating the frame number. 
sl@0
   275
//!								NOTE: Results may well differ between emulator and hardware depending on filtering technique used in stretching the image to the window size.
sl@0
   276
//! @SYMTestType				CIT
sl@0
   277
sl@0
   278
RUN_TEST_STEP !Heap=0x200000	500	t_wservintegserver	WServIntegSurface	c:\graphics\graphics-wserv-integ-surface.ini	graphics-wserv-integ-surface-0049-001
sl@0
   279
END_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0049-0001
sl@0
   280
sl@0
   281
START_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0049-0002
sl@0
   282
//! @SYMTestCaseID				GRAPHICS-WSERV-INTEG-SURFACE-0049-0002
sl@0
   283
//! @SYMPREQ					1007 1019
sl@0
   284
//! @SYMREQ						8222 8223 8227
sl@0
   285
//! @SYMAPI						RWindow
sl@0
   286
//! @SYMAuthor					John Mercer
sl@0
   287
//! @SYMCreationDate			24/08/2007
sl@0
   288
//! @SYMTestCaseDependencies	graphics-wserv-integ-surface.script
sl@0
   289
//! @SYMTestCaseDesc			Multiple Moving Images with semi-transparent UI Components, with window size == image size, no overlap between ui and ecom window				
sl@0
   290
//! @SYMTestActions				Measure frame rate achieved whilst image size is changed
sl@0
   291
//! 							With window size to quarter screen.
sl@0
   292
//! 							Image size to Quarter Screen
sl@0
   293
//! @SYMTestStatus				Implemented
sl@0
   294
//! @SYMTestPriority			1
sl@0
   295
//! @SYMTestExpectedResults		Frame Rate: 30fps
sl@0
   296
//! 							Display is composed of moving image in background, with semi-transparent UI components in foreground. The moving image is that of a clock sweep with large numerals indicating the frame number. 
sl@0
   297
//!								NOTE: Results may well differ between emulator and hardware depending on filtering technique used in stretching the image to the window size.
sl@0
   298
//! @SYMTestType				CIT
sl@0
   299
sl@0
   300
RUN_TEST_STEP !Heap=0x200000	500	t_wservintegserver	WServIntegSurface	c:\graphics\graphics-wserv-integ-surface.ini	graphics-wserv-integ-surface-0049-002
sl@0
   301
END_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0049-0002
sl@0
   302
sl@0
   303
START_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0049-0003
sl@0
   304
//! @SYMTestCaseID				GRAPHICS-WSERV-INTEG-SURFACE-0049-0003
sl@0
   305
//! @SYMPREQ					1007 1019
sl@0
   306
//! @SYMREQ						8222 8223 8227
sl@0
   307
//! @SYMAPI						RWindow
sl@0
   308
//! @SYMAuthor					John Mercer
sl@0
   309
//! @SYMCreationDate			24/08/2007
sl@0
   310
//! @SYMTestCaseDependencies	graphics-wserv-integ-surface.script
sl@0
   311
//! @SYMTestCaseDesc			Multiple Moving Images with semi-transparent UI Components, with window size == image size, overlap between ui and ecom window				
sl@0
   312
//! @SYMTestActions				Measure frame rate achieved whilst image size is changed
sl@0
   313
//! 							With window size to eigth screen.
sl@0
   314
//! 							Image size to Eigth Screen
sl@0
   315
//! @SYMTestStatus				Implemented
sl@0
   316
//! @SYMTestPriority			1
sl@0
   317
//! @SYMTestExpectedResults		Frame Rate: 30fps
sl@0
   318
//! 							Display is composed of moving image in background, with semi-transparent UI components in foreground. The moving image is that of a clock sweep with large numerals indicating the frame number. 
sl@0
   319
//!								NOTE: Results may well differ between emulator and hardware depending on filtering technique used in stretching the image to the window size.
sl@0
   320
//! @SYMTestType				CIT
sl@0
   321
sl@0
   322
RUN_TEST_STEP !Heap=0x200000	500	t_wservintegserver	WServIntegSurface	c:\graphics\graphics-wserv-integ-surface.ini	graphics-wserv-integ-surface-0049-003
sl@0
   323
END_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0049-0003
sl@0
   324
sl@0
   325
START_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0049-0004
sl@0
   326
//! @SYMTestCaseID				GRAPHICS-WSERV-INTEG-SURFACE-0049-0004
sl@0
   327
//! @SYMPREQ					1007 1019
sl@0
   328
//! @SYMREQ						8222 8223 8227
sl@0
   329
//! @SYMAPI						RWindow
sl@0
   330
//! @SYMAuthor					John Mercer
sl@0
   331
//! @SYMCreationDate			24/08/2007
sl@0
   332
//! @SYMTestCaseDependencies	graphics-wserv-integ-surface.script
sl@0
   333
//! @SYMTestCaseDesc			Multiple Moving Images with semi-transparent UI Components, with window size == image size, no overlap between ui and ecom window				
sl@0
   334
//! @SYMTestActions				Measure frame rate achieved whilst image size is changed
sl@0
   335
//! 							With window size to half screen.
sl@0
   336
//! 							Image size to Half Screen
sl@0
   337
//! @SYMTestStatus				Implemented
sl@0
   338
//! @SYMTestPriority			1
sl@0
   339
//! @SYMTestExpectedResults		Frame Rate: 30fps
sl@0
   340
//! 							Display is composed of moving image in background, with semi-transparent UI components in foreground. The moving image is that of a clock sweep with large numerals indicating the frame number. 
sl@0
   341
//!								NOTE: Results may well differ between emulator and hardware depending on filtering technique used in stretching the image to the window size.
sl@0
   342
//! @SYMTestType				CIT
sl@0
   343
sl@0
   344
RUN_TEST_STEP !Heap=0x200000	500	t_wservintegserver	WServIntegSurface	c:\graphics\graphics-wserv-integ-surface.ini	graphics-wserv-integ-surface-0049-004
sl@0
   345
END_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0049-0004
sl@0
   346
sl@0
   347
START_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0049-0005
sl@0
   348
//! @SYMTestCaseID				GRAPHICS-WSERV-INTEG-SURFACE-0049-0005
sl@0
   349
//! @SYMPREQ					1007 1019
sl@0
   350
//! @SYMREQ						8222 8223 8227
sl@0
   351
//! @SYMAPI						RWindow
sl@0
   352
//! @SYMAuthor					John Mercer
sl@0
   353
//! @SYMCreationDate			24/08/2007
sl@0
   354
//! @SYMTestCaseDependencies	graphics-wserv-integ-surface.script
sl@0
   355
//! @SYMTestCaseDesc			Multiple Moving Images with semi-transparent UI Components, with window size == image size, overlap between ui and ecom window				
sl@0
   356
//! @SYMTestActions				Measure frame rate achieved whilst image size is changed
sl@0
   357
//! 							With window size to quarter screen.
sl@0
   358
//! 							Image size to Quarter Screen
sl@0
   359
//! @SYMTestStatus				Implemented
sl@0
   360
//! @SYMTestPriority			1
sl@0
   361
//! @SYMTestExpectedResults		Frame Rate: 30fps
sl@0
   362
//! 							Display is composed of moving image in background, with semi-transparent UI components in foreground. The moving image is that of a clock sweep with large numerals indicating the frame number. 
sl@0
   363
//!								NOTE: Results may well differ between emulator and hardware depending on filtering technique used in stretching the image to the window size.
sl@0
   364
//! @SYMTestType				CIT
sl@0
   365
sl@0
   366
RUN_TEST_STEP !Heap=0x200000	500	t_wservintegserver	WServIntegSurface	c:\graphics\graphics-wserv-integ-surface.ini	graphics-wserv-integ-surface-0049-005
sl@0
   367
END_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0049-0005
sl@0
   368
sl@0
   369
START_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0049-0006
sl@0
   370
//! @SYMTestCaseID				GRAPHICS-WSERV-INTEG-SURFACE-0049-0006
sl@0
   371
//! @SYMPREQ					1007 1019
sl@0
   372
//! @SYMREQ						8222 8223 8227
sl@0
   373
//! @SYMAPI						RWindow
sl@0
   374
//! @SYMAuthor					John Mercer
sl@0
   375
//! @SYMCreationDate			24/08/2007
sl@0
   376
//! @SYMTestCaseDependencies	graphics-wserv-integ-surface.script
sl@0
   377
//! @SYMTestCaseDesc			Multiple Moving Images with semi-transparent UI Components, with window size == image size, overlap between ui and ecom window			
sl@0
   378
//! @SYMTestActions				Measure frame rate achieved whilst image size is changed
sl@0
   379
//! 							With window size to eigth screen.
sl@0
   380
//! 							Image size to Eigth Screen
sl@0
   381
//! @SYMTestStatus				Implemented
sl@0
   382
//! @SYMTestPriority			1
sl@0
   383
//! @SYMTestExpectedResults		Frame Rate: 30fps
sl@0
   384
//! 							Display is composed of moving image in background, with semi-transparent UI components in foreground. The moving image is that of a clock sweep with large numerals indicating the frame number. 
sl@0
   385
//!								NOTE: Results may well differ between emulator and hardware depending on filtering technique used in stretching the image to the window size.
sl@0
   386
//! @SYMTestType				CIT
sl@0
   387
sl@0
   388
RUN_TEST_STEP !Heap=0x200000	500	t_wservintegserver	WServIntegSurface	c:\graphics\graphics-wserv-integ-surface.ini	graphics-wserv-integ-surface-0049-006
sl@0
   389
END_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0049-0006
sl@0
   390
sl@0
   391
START_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0050-0001
sl@0
   392
//! @SYMTestCaseID				GRAPHICS-WSERV-INTEG-SURFACE-0050-0001
sl@0
   393
//! @SYMPREQ					1007 1019
sl@0
   394
//! @SYMREQ						8222 8223 8227
sl@0
   395
//! @SYMAPI						RWindow
sl@0
   396
//! @SYMAuthor					John Mercer
sl@0
   397
//! @SYMCreationDate			24/08/2007
sl@0
   398
//! @SYMTestCaseDependencies	graphics-wserv-integ-surface.script
sl@0
   399
//! @SYMTestCaseDesc			Multiple Moving Images with semi-transparent UI Components, with window size < image size, no overlap between ui and ecom window				
sl@0
   400
//! @SYMTestActions					Info - Image compressed to fit window
sl@0
   401
//! 							Measure frame rate achieved whilst image size is changed
sl@0
   402
//! 							With window size to half screen.
sl@0
   403
//! 							Image size to full screen
sl@0
   404
//! @SYMTestStatus				Implemented
sl@0
   405
//! @SYMTestPriority			1
sl@0
   406
//! @SYMTestExpectedResults		Frame Rate: 30fps
sl@0
   407
//! 							Display is composed of moving image in background, with semi-transparent UI components in foreground. The moving image is that of a clock sweep with large numerals indicating the frame number. 
sl@0
   408
//!								NOTE: Results may well differ between emulator and hardware depending on filtering technique used in stretching the image to the window size.
sl@0
   409
//! @SYMTestType				CIT
sl@0
   410
sl@0
   411
RUN_TEST_STEP !Heap=0x200000	500	t_wservintegserver	WServIntegSurface	c:\graphics\graphics-wserv-integ-surface.ini	graphics-wserv-integ-surface-0050-001
sl@0
   412
END_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0050-0001
sl@0
   413
sl@0
   414
START_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0050-0002
sl@0
   415
//! @SYMTestCaseID				GRAPHICS-WSERV-INTEG-SURFACE-0050-0002
sl@0
   416
//! @SYMPREQ					1007 1019
sl@0
   417
//! @SYMREQ						8222 8223 8227
sl@0
   418
//! @SYMAPI						RWindow
sl@0
   419
//! @SYMAuthor					John Mercer
sl@0
   420
//! @SYMCreationDate			24/08/2007
sl@0
   421
//! @SYMTestCaseDependencies	graphics-wserv-integ-surface.script
sl@0
   422
//! @SYMTestCaseDesc			Multiple Moving Images with semi-transparent UI Components, with window size < image size, no overlap between ui and ecom window			
sl@0
   423
//! @SYMTestActions					Info - Image compressed to fit window
sl@0
   424
//! 							Measure frame rate achieved whilst image size is changed
sl@0
   425
//! 							With window size to quarter screen.
sl@0
   426
//! 							Image size to full screen
sl@0
   427
//! @SYMTestStatus				Implemented
sl@0
   428
//! @SYMTestPriority			1
sl@0
   429
//! @SYMTestExpectedResults		Frame Rate: 30fps
sl@0
   430
//! 							Display is composed of moving image in background, with semi-transparent UI components in foreground. The moving image is that of a clock sweep with large numerals indicating the frame number. 
sl@0
   431
//!								NOTE: Results may well differ between emulator and hardware depending on filtering technique used in stretching the image to the window size.
sl@0
   432
//! @SYMTestType				CIT
sl@0
   433
sl@0
   434
RUN_TEST_STEP !Heap=0x200000	500	t_wservintegserver	WServIntegSurface	c:\graphics\graphics-wserv-integ-surface.ini	graphics-wserv-integ-surface-0050-002
sl@0
   435
END_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0050-0002
sl@0
   436
sl@0
   437
START_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0050-0003
sl@0
   438
//! @SYMTestCaseID				GRAPHICS-WSERV-INTEG-SURFACE-0050-0003
sl@0
   439
//! @SYMPREQ					1007 1019
sl@0
   440
//! @SYMREQ						8222 8223 8227
sl@0
   441
//! @SYMAPI						RWindow
sl@0
   442
//! @SYMAuthor					John Mercer
sl@0
   443
//! @SYMCreationDate			24/08/2007
sl@0
   444
//! @SYMTestCaseDependencies	graphics-wserv-integ-surface.script
sl@0
   445
//! @SYMTestCaseDesc			Multiple Moving Images with semi-transparent UI Components, with window size < image size, no overlap between ui and ecom window			
sl@0
   446
//! @SYMTestActions					Info - Image compressed to fit window
sl@0
   447
//! 							Measure frame rate achieved whilst image size is changed
sl@0
   448
//! 							With window size to eigth screen.
sl@0
   449
//! 							Image size to full screen
sl@0
   450
//! @SYMTestStatus				Implemented
sl@0
   451
//! @SYMTestPriority			1
sl@0
   452
//! @SYMTestExpectedResults		Frame Rate: 30fps
sl@0
   453
//! 							Display is composed of moving image in background, with semi-transparent UI components in foreground. The moving image is that of a clock sweep with large numerals indicating the frame number. 
sl@0
   454
//!								NOTE: Results may well differ between emulator and hardware depending on filtering technique used in stretching the image to the window size.
sl@0
   455
//! @SYMTestType				CIT
sl@0
   456
sl@0
   457
RUN_TEST_STEP !Heap=0x200000	500	t_wservintegserver	WServIntegSurface	c:\graphics\graphics-wserv-integ-surface.ini	graphics-wserv-integ-surface-0050-003
sl@0
   458
END_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0050-0003
sl@0
   459
sl@0
   460
START_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0050-0004
sl@0
   461
//! @SYMTestCaseID				GRAPHICS-WSERV-INTEG-SURFACE-0050-0004
sl@0
   462
//! @SYMPREQ					1007 1019
sl@0
   463
//! @SYMREQ						8222 8223 8227
sl@0
   464
//! @SYMAPI						RWindow
sl@0
   465
//! @SYMAuthor					John Mercer
sl@0
   466
//! @SYMCreationDate			24/08/2007
sl@0
   467
//! @SYMTestCaseDependencies	graphics-wserv-integ-surface.script
sl@0
   468
//! @SYMTestCaseDesc			Multiple Moving Images with semi-transparent UI Components, with window size < image size, overlap between ui and ecom window			
sl@0
   469
//! @SYMTestActions					Info - Image compressed to fit window
sl@0
   470
//! 							Measure frame rate achieved whilst image size is changed
sl@0
   471
//! 							With window size to half screen.
sl@0
   472
//! 							Image size to full screen
sl@0
   473
//! @SYMTestStatus				Implemented
sl@0
   474
//! @SYMTestPriority			1
sl@0
   475
//! @SYMTestExpectedResults		Frame Rate: 30fps
sl@0
   476
//! 							Display is composed of moving image in background, with semi-transparent UI components in foreground. The moving image is that of a clock sweep with large numerals indicating the frame number. 
sl@0
   477
//!								NOTE: Results may well differ between emulator and hardware depending on filtering technique used in stretching the image to the window size.
sl@0
   478
//! @SYMTestType				CIT
sl@0
   479
sl@0
   480
RUN_TEST_STEP !Heap=0x200000	500	t_wservintegserver	WServIntegSurface	c:\graphics\graphics-wserv-integ-surface.ini	graphics-wserv-integ-surface-0050-004
sl@0
   481
END_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0050-0004
sl@0
   482
sl@0
   483
START_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0050-0005
sl@0
   484
//! @SYMTestCaseID				GRAPHICS-WSERV-INTEG-SURFACE-0050-0005
sl@0
   485
//! @SYMPREQ					1007 1019
sl@0
   486
//! @SYMREQ						8222 8223 8227
sl@0
   487
//! @SYMAPI						RWindow
sl@0
   488
//! @SYMAuthor					John Mercer
sl@0
   489
//! @SYMCreationDate			24/08/2007
sl@0
   490
//! @SYMTestCaseDependencies	graphics-wserv-integ-surface.script
sl@0
   491
//! @SYMTestCaseDesc			Multiple Moving Images with semi-transparent UI Components, with window size < image size, overlap between ui and ecom window			
sl@0
   492
//! @SYMTestActions					Info - Image compressed to fit window
sl@0
   493
//! 							Measure frame rate achieved whilst image size is changed
sl@0
   494
//! 							With window size to quarter screen.
sl@0
   495
//! 							Image size to full screen
sl@0
   496
//! @SYMTestStatus				Implemented
sl@0
   497
//! @SYMTestPriority			1
sl@0
   498
//! @SYMTestExpectedResults		Frame Rate: 30fps
sl@0
   499
//! 							Display is composed of moving image in background, with semi-transparent UI components in foreground. The moving image is that of a clock sweep with large numerals indicating the frame number. 
sl@0
   500
//!								NOTE: Results may well differ between emulator and hardware depending on filtering technique used in stretching the image to the window size.
sl@0
   501
//! @SYMTestType				CIT
sl@0
   502
sl@0
   503
RUN_TEST_STEP !Heap=0x200000	500	t_wservintegserver	WServIntegSurface	c:\graphics\graphics-wserv-integ-surface.ini	graphics-wserv-integ-surface-0050-005
sl@0
   504
END_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0050-0005
sl@0
   505
sl@0
   506
START_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0050-0006
sl@0
   507
//! @SYMTestCaseID				GRAPHICS-WSERV-INTEG-SURFACE-0050-0006
sl@0
   508
//! @SYMPREQ					1007 1019
sl@0
   509
//! @SYMREQ						8222 8223 8227
sl@0
   510
//! @SYMAPI						RWindow
sl@0
   511
//! @SYMAuthor					John Mercer
sl@0
   512
//! @SYMCreationDate			24/08/2007
sl@0
   513
//! @SYMTestCaseDependencies	graphics-wserv-integ-surface.script
sl@0
   514
//! @SYMTestCaseDesc			Multiple Moving Images with semi-transparent UI Components, with window size < image size, overlap between ui and ecom window			
sl@0
   515
//! @SYMTestActions					Info - Image compressed to fit window
sl@0
   516
//! 							Measure frame rate achieved whilst image size is changed
sl@0
   517
//! 							With window size to eigth screen.
sl@0
   518
//! 							Image size to full screen
sl@0
   519
//! @SYMTestStatus				Implemented
sl@0
   520
//! @SYMTestPriority			1
sl@0
   521
//! @SYMTestExpectedResults		Frame Rate: 30fps
sl@0
   522
//! 							Display is composed of moving image in background, with semi-transparent UI components in foreground. The moving image is that of a clock sweep with large numerals indicating the frame number. 
sl@0
   523
//!								NOTE: Results may well differ between emulator and hardware depending on filtering technique used in stretching the image to the window size.
sl@0
   524
//! @SYMTestType				CIT
sl@0
   525
sl@0
   526
RUN_TEST_STEP !Heap=0x200000	500	t_wservintegserver	WServIntegSurface	c:\graphics\graphics-wserv-integ-surface.ini	graphics-wserv-integ-surface-0050-006
sl@0
   527
END_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0050-0006
sl@0
   528
sl@0
   529
START_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0051-0001
sl@0
   530
//! @SYMTestCaseID				GRAPHICS-WSERV-INTEG-SURFACE-0051-0001
sl@0
   531
//! @SYMPREQ					1007 1019
sl@0
   532
//! @SYMREQ						8222 8223 8227
sl@0
   533
//! @SYMAPI						RWindow
sl@0
   534
//! @SYMAuthor					John Mercer
sl@0
   535
//! @SYMCreationDate			24/08/2007
sl@0
   536
//! @SYMTestCaseDependencies	graphics-wserv-integ-surface.script
sl@0
   537
//! @SYMTestCaseDesc			Multiple Moving Images with semi-transparent UI Components, changing window size during playback				
sl@0
   538
//! @SYMTestActions				With graphics-0061 as a base.
sl@0
   539
//! 							Use Rwindow::SetSize() to incrementally decrease window size to 0, and then increase again to full screen. 
sl@0
   540
//! 							Rate of change: once per frame
sl@0
   541
//! 							Measure frame rate achieved whilst window size is changed.
sl@0
   542
//! @SYMTestStatus				Implemented
sl@0
   543
//! @SYMTestPriority			1
sl@0
   544
//! @SYMTestExpectedResults		Frame Rate: 30fps
sl@0
   545
//!								Display is composed of moving image in background, which decreases in size to 0, then increases back to full screen, with semi-transparent UI components in foreground. The moving image is that of a clock sweep with large numerals indicating the frame number. 
sl@0
   546
//! 							NOTE: Results may well differ between emulator and hardware depending on filtering technique used in compressing the image to the window size.
sl@0
   547
//! @SYMTestType				CIT
sl@0
   548
sl@0
   549
RUN_TEST_STEP !Heap=0x200000	500	t_wservintegserver	WServIntegSurface	c:\graphics\graphics-wserv-integ-surface.ini	graphics-wserv-integ-surface-0051-001
sl@0
   550
END_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0051-0001
sl@0
   551
sl@0
   552
START_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0052-0001
sl@0
   553
//! @SYMTestCaseID				GRAPHICS-WSERV-INTEG-SURFACE-0052-0001
sl@0
   554
//! @SYMPREQ					1007 1019
sl@0
   555
//! @SYMREQ						8222 8223 8227
sl@0
   556
//! @SYMAPI						RWindow
sl@0
   557
//! @SYMAuthor					John Mercer
sl@0
   558
//! @SYMCreationDate			24/08/2007
sl@0
   559
//! @SYMTestCaseDependencies	graphics-wserv-integ-surface.script
sl@0
   560
//! @SYMTestCaseDesc			Multiple Moving Images with semi-transparent UI Components, changing window position during playback		
sl@0
   561
//! @SYMTestActions				With graphics-0061 as a base.
sl@0
   562
//! 							Window Size: 25% of screen size
sl@0
   563
//! 							Image Size: 25% of screen size
sl@0
   564
//! 							Rate of change: once per frame
sl@0
   565
//! 							Use Rwindow::SetPosition() to incrementally change the window position, to move around the screen, in a counter clockwise direction, and then change direction after 1 revolution.
sl@0
   566
//! 							Measure frame rate achieved whilst window position is changed.
sl@0
   567
//! @SYMTestStatus				Implemented
sl@0
   568
//!	@SYMTestPriority			1
sl@0
   569
//! @SYMTestExpectedResults		Frame Rate: 30fps
sl@0
   570
//!								Display is composed of moving image in background, which moves around screen in CCW and CW directions, with semi-transparent UI components in foreground. The moving image is that of a clock sweep with large numerals indicating the frame number. 
sl@0
   571
//! @SYMTestType				CIT
sl@0
   572
sl@0
   573
RUN_TEST_STEP !Heap=0x200000	500	t_wservintegserver	WServIntegSurface	c:\graphics\graphics-wserv-integ-surface.ini	graphics-wserv-integ-surface-0052-001
sl@0
   574
END_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0052-0001
sl@0
   575
sl@0
   576
START_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0053-0001
sl@0
   577
//! @SYMTestCaseID				GRAPHICS-WSERV-INTEG-SURFACE-0053-0001
sl@0
   578
//! @SYMPREQ					1007 1019
sl@0
   579
//! @SYMREQ						8222 8223 8227
sl@0
   580
//! @SYMAPI						RWindow
sl@0
   581
//! @SYMAuthor					John Mercer
sl@0
   582
//! @SYMCreationDate			24/08/2007
sl@0
   583
//! @SYMTestCaseDependencies	graphics-wserv-integ-surface.script
sl@0
   584
//! @SYMTestCaseDesc			Multiple Moving Images with semi-transparent UI Components, changing window position and size during playback
sl@0
   585
//! @SYMTestActions				With graphics-0061 as a base.
sl@0
   586
//! 							Use Rwindow::SetExtent() to incrementally change the window position, to move around the screen, in a counter clockwise direction, and then change direction after 1 revolution, and size from full screen down to 0, and back again.
sl@0
   587
//! 							Rate of change: once per frame
sl@0
   588
//! 							Measure frame rate achieved whilst window size is changed.
sl@0
   589
//! @SYMTestStatus				Implemented
sl@0
   590
//! @SYMTestPriority			1
sl@0
   591
//!	@SYMTestExpectedResults		Frame Rate: 30fps
sl@0
   592
//! 							Display is composed of moving image in background, which decreases in size to 0, then increases back to full screen, with semi-transparent UI components in foreground. The moving image is that of a clock sweep with large numerals indicating the frame number. 
sl@0
   593
//! 							NOTE: Results may well differ between emulator and hardware depending on filtering technique used in compressing the image to the window size.
sl@0
   594
//! @SYMTestType				CIT
sl@0
   595
sl@0
   596
RUN_TEST_STEP !Heap=0x200000	500	t_wservintegserver	WServIntegSurface	c:\graphics\graphics-wserv-integ-surface.ini	graphics-wserv-integ-surface-0053-001
sl@0
   597
END_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0053-0001
sl@0
   598
sl@0
   599
START_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0057-0001
sl@0
   600
//! @SYMTestCaseID				GRAPHICS-WSERV-INTEG-SURFACE-0057-0001
sl@0
   601
//! @SYMPREQ					1007 1019
sl@0
   602
//! @SYMREQ						8222 8223 8227
sl@0
   603
//! @SYMAPI						RWindow
sl@0
   604
//! @SYMAuthor					John Mercer
sl@0
   605
//! @SYMCreationDate			24/08/2007
sl@0
   606
//! @SYMTestCaseDependencies	graphics-wserv-integ-surface.script
sl@0
   607
//! @SYMTestCaseDesc			Multiple Moving Images with semi-transparent UI Components, image off screen 1
sl@0
   608
//! @SYMTestActions				With graphics-0061 as a base.
sl@0
   609
//! 							Position window to be partially off screen
sl@0
   610
//! 							Measure frame rate.
sl@0
   611
//! @SYMTestStatus				Implemented
sl@0
   612
//! @SYMTestPriority			1
sl@0
   613
//! @SYMTestExpectedResults		Frame Rate: 30fps
sl@0
   614
//! 							Display is composed of moving image in background with semi-transparent UI components in foreground. The moving image is that of a clock sweep with large numerals indicating the frame number. 
sl@0
   615
//!								NOTE: Part of the image is off screen.
sl@0
   616
//! @SYMTestType				CIT
sl@0
   617
sl@0
   618
RUN_TEST_STEP !Heap=0x200000	500	t_wservintegserver	WServIntegSurface	c:\graphics\graphics-wserv-integ-surface.ini	graphics-wserv-integ-surface-0057-001
sl@0
   619
END_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0057-0001
sl@0
   620
sl@0
   621
START_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0058-0001
sl@0
   622
//! @SYMTestCaseID				GRAPHICS-WSERV-INTEG-SURFACE-0058-0001
sl@0
   623
//! @SYMPREQ					1007 1019
sl@0
   624
//! @SYMREQ						8222 8223 8227
sl@0
   625
//! @SYMAPI						RWindow
sl@0
   626
//! @SYMAuthor					John Mercer
sl@0
   627
//! @SYMCreationDate			24/08/2007
sl@0
   628
//! @SYMTestCaseDependencies	graphics-wserv-integ-surface.script
sl@0
   629
//! @SYMTestCaseDesc			Multiple Moving Images with semi-transparent UI Components, image off screen 2
sl@0
   630
//! @SYMTestActions				With graphics-0061 as a base.
sl@0
   631
//! 							Position window to be partially off screen.
sl@0
   632
//! 							Use Rwindow::SetExtent() to incrementally change the window position and size, to move further off screen. At least one call must be to keep same position but to change size in the off screen portion.
sl@0
   633
//! 							Measure frame rate.
sl@0
   634
//! @SYMTestStatus				Implemented
sl@0
   635
//! @SYMTestPriority			1
sl@0
   636
//!	@SYMTestExpectedResults		Composition time improves as more of window moves off screen.
sl@0
   637
//! 							Display is composed of moving image in background with semi-transparent UI components in foreground. The moving image is that of a clock sweep with large numerals indicating the frame number. 
sl@0
   638
//!								NOTE: Window moves further off screen.
sl@0
   639
//! @SYMTestType				CIT
sl@0
   640
sl@0
   641
RUN_TEST_STEP !Heap=0x200000	500	t_wservintegserver	WServIntegSurface	c:\graphics\graphics-wserv-integ-surface.ini	graphics-wserv-integ-surface-0058-001
sl@0
   642
END_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0058-0001
sl@0
   643
sl@0
   644
START_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0059-0001
sl@0
   645
//! @SYMTestCaseID				GRAPHICS-WSERV-INTEG-SURFACE-0059-0001
sl@0
   646
//! @SYMPREQ					1007 1019
sl@0
   647
//! @SYMREQ						8222 8223 8227
sl@0
   648
//! @SYMAPI						RWindow
sl@0
   649
//! @SYMAuthor					John Mercer
sl@0
   650
//! @SYMCreationDate			24/08/2007
sl@0
   651
//! @SYMTestCaseDependencies	graphics-wserv-integ-surface.script
sl@0
   652
//! @SYMTestCaseDesc			Multiple Moving Images with semi-transparent UI Components, popup opaque dialog
sl@0
   653
//! @SYMTestActions				With graphics-0061 as a base.
sl@0
   654
//! 							During playback create opaque popup dialog box in its own window and then remove. Repeat once  (BitBlt of prepared image of dialog box)
sl@0
   655
//! 							Close dialog.
sl@0
   656
//! 							Repeat.
sl@0
   657
//! 							Measure frame rate
sl@0
   658
//! @SYMTestStatus				Implemented
sl@0
   659
//! @SYMTestPriority			1
sl@0
   660
//!	@SYMTestExpectedResults		Frame Rate: 30fps
sl@0
   661
//! 							Display is composed of moving image in background with semi-transparent UI components in foreground. The moving image is that of a clock sweep with large numerals indicating the frame number. 
sl@0
   662
//!								Opaque dialog appears and disappears on top of scene.
sl@0
   663
//! @SYMTestType				CIT
sl@0
   664
sl@0
   665
RUN_TEST_STEP !Heap=0x200000	500	t_wservintegserver	WServIntegSurface	c:\graphics\graphics-wserv-integ-surface.ini	graphics-wserv-integ-surface-0059-001
sl@0
   666
END_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0059-0001
sl@0
   667
sl@0
   668
START_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0060-0001
sl@0
   669
//! @SYMTestCaseID				GRAPHICS-WSERV-INTEG-SURFACE-0060-0001
sl@0
   670
//! @SYMPREQ					1007 1019
sl@0
   671
//! @SYMREQ						8222 8223 8227
sl@0
   672
//! @SYMAPI						RWindow
sl@0
   673
//! @SYMAuthor					John Mercer
sl@0
   674
//! @SYMCreationDate			24/08/2007
sl@0
   675
//! @SYMTestCaseDependencies	graphics-wserv-integ-surface.script
sl@0
   676
//! @SYMTestCaseDesc			Multiple Moving Images with semi-transparent UI Components, popup semi-transparent dialog
sl@0
   677
//! @SYMTestActions				With graphics-0061 as a base.
sl@0
   678
//! 							During playback create semi-transparent popup dialog box in its own window and then remove. Repeat once  (BitBlt of prepared image of dialog box)
sl@0
   679
//! 							Close dialog.
sl@0
   680
//! 							Repeat.
sl@0
   681
//! 							Measure frame rate.
sl@0
   682
//! @SYMTestStatus				Implemented
sl@0
   683
//! @SYMTestPriority			1
sl@0
   684
//!	@SYMTestExpectedResults		Frame Rate: 30fps
sl@0
   685
//! 							Display is composed of moving image in background with semi-transparent UI components in foreground. The moving image is that of a clock sweep with large numerals indicating the frame number. 
sl@0
   686
//!								Semi-transparent dialog is composed on top of scene.
sl@0
   687
//! @SYMTestType				CIT
sl@0
   688
sl@0
   689
RUN_TEST_STEP !Heap=0x200000	500	t_wservintegserver	WServIntegSurface	c:\graphics\graphics-wserv-integ-surface.ini	graphics-wserv-integ-surface-0060-001
sl@0
   690
END_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0060-0001