os/graphics/windowing/windowserver/test/t_integ/scripts/graphics-wserv-integ-surface1.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 opaque UI, 
sl@0
    23
// with one window 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-0001-0001
sl@0
    38
//! @SYMTestCaseID				GRAPHICS-WSERV-INTEG-SURFACE-0001-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			Moving Image with opaque 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
//! 							Start SimLoadApp
sl@0
    58
//! 							Start pseudo video playback application:
sl@0
    59
//! 							Create RWindow (simulate DevVideo/Ecam usage) 
sl@0
    60
//! 							Create RsurfaceHandle with ‘first frame of video’ 
sl@0
    61
//! 							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
    62
//! 							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
    63
//! 							Number of buffers per surface set to two.
sl@0
    64
//! 							Call RWindow::SetBackgroundSurface()
sl@0
    65
//! 							Create simulated UI Components
sl@0
    66
//! 							Draw components using CwindowGC::BitBlt() with preloaded images of UI components (button, menu bar).
sl@0
    67
//! 							Activate Window.
sl@0
    68
//! 							Update Image with next frame
sl@0
    69
//! 							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
    70
//! 							Continuously perform Image updates to simulate video playback.
sl@0
    71
//! 
sl@0
    72
//! 							Measure the frame rate at which the display is updated.
sl@0
    73
//! @SYMTestStatus				Implemented
sl@0
    74
//! @SYMTestPriority			1
sl@0
    75
//! @SYMTestExpectedResults		Frame Rate: 30fps
sl@0
    76
//!								Display is composed of moving image in background, with opaque UI components in foreground. The moving image is that of a clock sweep with large numerals indicating the frame number.
sl@0
    77
//! @SYMTestType				IT
sl@0
    78
sl@0
    79
RUN_TEST_STEP !Heap=0x200000	500	t_wservintegserver	WServIntegSurface	c:\graphics\graphics-wserv-integ-surface.ini	graphics-wserv-integ-surface-0001-001
sl@0
    80
END_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0001-0001
sl@0
    81
sl@0
    82
START_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0002-0001
sl@0
    83
//! @SYMTestCaseID				GRAPHICS-WSERV-INTEG-SURFACE-0002-0001
sl@0
    84
//! @SYMPREQ					1007 1019
sl@0
    85
//! @SYMREQ						8222 8223 8227
sl@0
    86
//! @SYMAPI						RWindow
sl@0
    87
//! @SYMAuthor					John Mercer
sl@0
    88
//! @SYMCreationDate			24/08/2007
sl@0
    89
//! @SYMTestCaseDependencies	graphics-wserv-integ-surface.script
sl@0
    90
//! @SYMTestCaseDesc			Moving Image with opaque UI Components, with 10% simulated load 				
sl@0
    91
//! @SYMTestActions				graphics-wserv-integ-surface-0001-001 as a base, modify the SimLoadApp to load the CPU to 10% before executing the video playback.
sl@0
    92
//!								Measure the frame rate at which the display is updated when under a simulated load.
sl@0
    93
//! @SYMTestStatus				Implemented
sl@0
    94
//! @SYMTestPriority			1
sl@0
    95
//! @SYMTestExpectedResults			Frame rate is reduced with increased static load
sl@0
    96
//!								Display is composed of moving image in background, with opaque UI components in foreground. The moving image is that of a clock sweep with large numerals indicating the frame number.
sl@0
    97
//! @SYMTestType				CIT
sl@0
    98
sl@0
    99
RUN_TEST_STEP !Heap=0x200000	2000	t_wservintegserver	WServIntegSurface	c:\graphics\graphics-wserv-integ-surface.ini	graphics-wserv-integ-surface-0002-001
sl@0
   100
END_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0002-0001
sl@0
   101
sl@0
   102
START_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0002-0002
sl@0
   103
//! @SYMTestCaseID				GRAPHICS-WSERV-INTEG-SURFACE-0002-0002
sl@0
   104
//! @SYMPREQ					1007 1019
sl@0
   105
//! @SYMREQ						8222 8223 8227
sl@0
   106
//! @SYMAPI						RWindow
sl@0
   107
//! @SYMAuthor					John Mercer
sl@0
   108
//! @SYMCreationDate			24/08/2007
sl@0
   109
//! @SYMTestCaseDependencies	graphics-wserv-integ-surface.script
sl@0
   110
//! @SYMTestCaseDesc			Moving Image with opaque UI Components, with 20% simulated load 				
sl@0
   111
//! @SYMTestActions				graphics-wserv-integ-surface-0001-001 as a base, modify the SimLoadApp to load the CPU to 20% before executing the video playback.
sl@0
   112
//!								Measure the frame rate at which the display is updated when under a simulated load.
sl@0
   113
//! @SYMTestStatus				Implemented
sl@0
   114
//! @SYMTestPriority			1
sl@0
   115
//! @SYMTestExpectedResults			Frame rate is reduced with increased static load
sl@0
   116
//!								Display is composed of moving image in background, with opaque UI components in foreground. The moving image is that of a clock sweep with large numerals indicating the frame number.
sl@0
   117
//! @SYMTestType				CIT
sl@0
   118
sl@0
   119
RUN_TEST_STEP !Heap=0x200000	2000	t_wservintegserver	WServIntegSurface	c:\graphics\graphics-wserv-integ-surface.ini	graphics-wserv-integ-surface-0002-002
sl@0
   120
END_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0002-0002
sl@0
   121
sl@0
   122
START_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0002-0003
sl@0
   123
//! @SYMTestCaseID				GRAPHICS-WSERV-INTEG-SURFACE-0002-0003
sl@0
   124
//! @SYMPREQ					1007 1019
sl@0
   125
//! @SYMREQ						8222 8223 8227
sl@0
   126
//! @SYMAPI						RWindow
sl@0
   127
//! @SYMAuthor					John Mercer
sl@0
   128
//! @SYMCreationDate			24/08/2007
sl@0
   129
//! @SYMTestCaseDependencies	graphics-wserv-integ-surface.script
sl@0
   130
//! @SYMTestCaseDesc			Moving Image with opaque UI Components, with 30% simulated load 				
sl@0
   131
//! @SYMTestActions				graphics-wserv-integ-surface-0001-001 as a base, modify the SimLoadApp to load the CPU to 30% before executing the video playback.
sl@0
   132
//!								Measure the frame rate at which the display is updated when under a simulated load.
sl@0
   133
//! @SYMTestStatus				Implemented
sl@0
   134
//! @SYMTestPriority			1
sl@0
   135
//! @SYMTestExpectedResults			Frame rate is reduced with increased static load
sl@0
   136
//!								Display is composed of moving image in background, with opaque UI components in foreground. The moving image is that of a clock sweep with large numerals indicating the frame number.
sl@0
   137
//! @SYMTestType				CIT
sl@0
   138
sl@0
   139
RUN_TEST_STEP !Heap=0x200000	2000	t_wservintegserver	WServIntegSurface	c:\graphics\graphics-wserv-integ-surface.ini	graphics-wserv-integ-surface-0002-003
sl@0
   140
END_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0002-0003
sl@0
   141
sl@0
   142
START_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0002-0004
sl@0
   143
//! @SYMTestCaseID				GRAPHICS-WSERV-INTEG-SURFACE-0002-0004
sl@0
   144
//! @SYMPREQ					1007 1019
sl@0
   145
//! @SYMREQ						8222 8223 8227
sl@0
   146
//! @SYMAPI						RWindow
sl@0
   147
//! @SYMAuthor					John Mercer
sl@0
   148
//! @SYMCreationDate			24/08/2007
sl@0
   149
//! @SYMTestCaseDependencies	graphics-wserv-integ-surface.script
sl@0
   150
//! @SYMTestCaseDesc			Moving Image with opaque UI Components, with 40% simulated load 				
sl@0
   151
//! @SYMTestActions				graphics-wserv-integ-surface-0001-001 as a base, modify the SimLoadApp to load the CPU to 40% before executing the video playback.
sl@0
   152
//!								Measure the frame rate at which the display is updated when under a simulated load.
sl@0
   153
//! @SYMTestStatus				Implemented
sl@0
   154
//! @SYMTestPriority			1
sl@0
   155
//! @SYMTestExpectedResults			Frame rate is reduced with increased static load
sl@0
   156
//!								Display is composed of moving image in background, with opaque UI components in foreground. The moving image is that of a clock sweep with large numerals indicating the frame number.
sl@0
   157
//! @SYMTestType				CIT
sl@0
   158
sl@0
   159
RUN_TEST_STEP !Heap=0x200000	2000	t_wservintegserver	WServIntegSurface	c:\graphics\graphics-wserv-integ-surface.ini	graphics-wserv-integ-surface-0002-004
sl@0
   160
END_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0002-0004
sl@0
   161
sl@0
   162
START_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0002-0005
sl@0
   163
//! @SYMTestCaseID				GRAPHICS-WSERV-INTEG-SURFACE-0002-0005
sl@0
   164
//! @SYMPREQ					1007 1019
sl@0
   165
//! @SYMREQ						8222 8223 8227
sl@0
   166
//! @SYMAPI						RWindow
sl@0
   167
//! @SYMAuthor					John Mercer
sl@0
   168
//! @SYMCreationDate			24/08/2007
sl@0
   169
//! @SYMTestCaseDependencies	graphics-wserv-integ-surface.script
sl@0
   170
//! @SYMTestCaseDesc			Moving Image with opaque UI Components, with 50% simulated load 				
sl@0
   171
//! @SYMTestActions				graphics-wserv-integ-surface-0001-001 as a base, modify the SimLoadApp to load the CPU to 50% before executing the video playback.
sl@0
   172
//!								Measure the frame rate at which the display is updated when under a simulated load.
sl@0
   173
//! @SYMTestStatus				Implemented
sl@0
   174
//! @SYMTestPriority			1
sl@0
   175
//! @SYMTestExpectedResults			Frame rate is reduced with increased static load
sl@0
   176
//!								Display is composed of moving image in background, with opaque UI components in foreground. The moving image is that of a clock sweep with large numerals indicating the frame number.
sl@0
   177
//! @SYMTestType				CIT
sl@0
   178
sl@0
   179
RUN_TEST_STEP !Heap=0x200000	2000	t_wservintegserver	WServIntegSurface	c:\graphics\graphics-wserv-integ-surface.ini	graphics-wserv-integ-surface-0002-005
sl@0
   180
END_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0002-0005
sl@0
   181
sl@0
   182
START_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0002-0006
sl@0
   183
//! @SYMTestCaseID				GRAPHICS-WSERV-INTEG-SURFACE-0002-0006
sl@0
   184
//! @SYMPREQ					1007 1019
sl@0
   185
//! @SYMREQ						8222 8223 8227
sl@0
   186
//! @SYMAPI						RWindow
sl@0
   187
//! @SYMAuthor					John Mercer
sl@0
   188
//! @SYMCreationDate			24/08/2007
sl@0
   189
//! @SYMTestCaseDependencies	graphics-wserv-integ-surface.script
sl@0
   190
//! @SYMTestCaseDesc			Moving Image with opaque UI Components, with 60% simulated load 				
sl@0
   191
//! @SYMTestActions				graphics-wserv-integ-surface-0001-001 as a base, modify the SimLoadApp to load the CPU to 60% before executing the video playback.
sl@0
   192
//!								Measure the frame rate at which the display is updated when under a simulated load.
sl@0
   193
//! @SYMTestStatus				Implemented
sl@0
   194
//! @SYMTestPriority			1
sl@0
   195
//! @SYMTestExpectedResults			Frame rate is reduced with increased static load
sl@0
   196
//!								Display is composed of moving image in background, with opaque UI components in foreground. The moving image is that of a clock sweep with large numerals indicating the frame number.
sl@0
   197
//! @SYMTestType				CIT
sl@0
   198
sl@0
   199
RUN_TEST_STEP !Heap=0x200000	2000	t_wservintegserver	WServIntegSurface	c:\graphics\graphics-wserv-integ-surface.ini	graphics-wserv-integ-surface-0002-006
sl@0
   200
END_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0002-0006
sl@0
   201
sl@0
   202
START_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0003-0001
sl@0
   203
//! @SYMTestCaseID				GRAPHICS-WSERV-INTEG-SURFACE-0003-0001
sl@0
   204
//! @SYMPREQ					1007 1019
sl@0
   205
//! @SYMREQ						8222 8223 8227
sl@0
   206
//! @SYMAPI						RWindow
sl@0
   207
//! @SYMAuthor					John Mercer
sl@0
   208
//! @SYMCreationDate			24/08/2007
sl@0
   209
//! @SYMTestCaseDependencies	graphics-wserv-integ-surface.script
sl@0
   210
//! @SYMTestCaseDesc			Moving Image with opaque UI Components, with window size > image size				
sl@0
   211
//! @SYMTestActions						Info - Image stretched to fit window
sl@0
   212
//! 								Measure frame rate achieved whilst image size is changed
sl@0
   213
//! 								With window size to full screen.
sl@0
   214
//! 								Image size to Half Screen
sl@0
   215
//! @SYMTestStatus				Implemented
sl@0
   216
//! @SYMTestPriority			1
sl@0
   217
//! @SYMTestExpectedResults		Frame Rate: 30fps
sl@0
   218
//!								Display is composed of moving image in background, with opaque UI components in foreground. The moving image is that of a clock sweep with large numerals indicating the frame number. 
sl@0
   219
//!								NOTE: Results may well differ between emulator and hardware depending on filtering technique used in stretching the image to the window size.
sl@0
   220
//! @SYMTestType				CIT
sl@0
   221
sl@0
   222
RUN_TEST_STEP !Heap=0x200000	500	t_wservintegserver	WServIntegSurface	c:\graphics\graphics-wserv-integ-surface.ini	graphics-wserv-integ-surface-0003-001
sl@0
   223
END_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0003-0001
sl@0
   224
sl@0
   225
START_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0003-0002
sl@0
   226
//! @SYMTestCaseID				GRAPHICS-WSERV-INTEG-SURFACE-0003-0002
sl@0
   227
//! @SYMPREQ					1007 1019
sl@0
   228
//! @SYMREQ						8222 8223 8227
sl@0
   229
//! @SYMAPI						RWindow
sl@0
   230
//! @SYMAuthor					John Mercer
sl@0
   231
//! @SYMCreationDate			24/08/2007
sl@0
   232
//! @SYMTestCaseDependencies	graphics-wserv-integ-surface.script
sl@0
   233
//! @SYMTestCaseDesc			Moving Image with opaque UI Components, with window size > image size				
sl@0
   234
//! @SYMTestActions						Info - Image stretched to fit window
sl@0
   235
//!								Measure frame rate achieved whilst image size is changed
sl@0
   236
//!								With window size to full screen.
sl@0
   237
//!								Image size to Quarter Screen
sl@0
   238
//! @SYMTestStatus				Implemented
sl@0
   239
//! @SYMTestPriority			1
sl@0
   240
//! @SYMTestExpectedResults		Frame Rate: 30fps
sl@0
   241
//!								Display is composed of moving image in background, with opaque UI components in foreground. The moving image is that of a clock sweep with large numerals indicating the frame number. 
sl@0
   242
//!								NOTE: Results may well differ between emulator and hardware depending on filtering technique used in stretching the image to the window size.
sl@0
   243
//! @SYMTestType				CIT
sl@0
   244
sl@0
   245
RUN_TEST_STEP !Heap=0x200000	500	t_wservintegserver	WServIntegSurface	c:\graphics\graphics-wserv-integ-surface.ini	graphics-wserv-integ-surface-0003-002
sl@0
   246
END_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0003-0002
sl@0
   247
sl@0
   248
START_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0003-0003
sl@0
   249
//! @SYMTestCaseID				GRAPHICS-WSERV-INTEG-SURFACE-0003-0003
sl@0
   250
//! @SYMPREQ					1007 1019
sl@0
   251
//! @SYMREQ						8222 8223 8227
sl@0
   252
//! @SYMAPI						RWindow
sl@0
   253
//! @SYMAuthor					John Mercer
sl@0
   254
//! @SYMCreationDate			24/08/2007
sl@0
   255
//! @SYMTestCaseDependencies	graphics-wserv-integ-surface.script
sl@0
   256
//! @SYMTestCaseDesc			Moving Image with opaque UI Components, with window size > image size				
sl@0
   257
//! @SYMTestActions					Info - Image stretched to fit window
sl@0
   258
//! 							Measure frame rate achieved whilst image size is changed
sl@0
   259
//! 							With window size to full screen.
sl@0
   260
//! 							Image size to Eigth Screen
sl@0
   261
//! @SYMTestStatus				Implemented
sl@0
   262
//! @SYMTestPriority			1
sl@0
   263
//! @SYMTestExpectedResults		Frame Rate: 30fps
sl@0
   264
								Display is composed of moving image in background, with opaque UI components in foreground. The moving image is that of a clock sweep with large numerals indicating the frame number. 
sl@0
   265
								NOTE: Results may well differ between emulator and hardware depending on filtering technique used in stretching the image to the window size.
sl@0
   266
//! @SYMTestType				CIT
sl@0
   267
sl@0
   268
RUN_TEST_STEP !Heap=0x200000	500	t_wservintegserver	WServIntegSurface	c:\graphics\graphics-wserv-integ-surface.ini	graphics-wserv-integ-surface-0003-003
sl@0
   269
END_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0003-0003
sl@0
   270
sl@0
   271
START_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0004-0001
sl@0
   272
//! @SYMTestCaseID				GRAPHICS-WSERV-INTEG-SURFACE-0004-0001
sl@0
   273
//! @SYMPREQ					1007 1019
sl@0
   274
//! @SYMREQ						8222 8223 8227
sl@0
   275
//! @SYMAPI						RWindow
sl@0
   276
//! @SYMAuthor					John Mercer
sl@0
   277
//! @SYMCreationDate			24/08/2007
sl@0
   278
//! @SYMTestCaseDependencies	graphics-wserv-integ-surface.script
sl@0
   279
//! @SYMTestCaseDesc			Moving Image with opaque UI Components, with window size == image size				
sl@0
   280
//! @SYMTestActions						Measure frame rate achieved whilst image size is changed
sl@0
   281
//!								With window size to half screen.
sl@0
   282
//!								Image size to Half Screen
sl@0
   283
//! @SYMTestStatus				Implemented
sl@0
   284
//! @SYMTestPriority			1
sl@0
   285
//! @SYMTestExpectedResults		Frame Rate: 30fps
sl@0
   286
								Display is composed of moving image in background, with opaque UI components in foreground. The moving image is that of a clock sweep with large numerals indicating the frame number. 
sl@0
   287
								NOTE: Results may well differ between emulator and hardware depending on filtering technique used in stretching the image to the window size.
sl@0
   288
//! @SYMTestType				CIT
sl@0
   289
sl@0
   290
RUN_TEST_STEP !Heap=0x200000	500	t_wservintegserver	WServIntegSurface	c:\graphics\graphics-wserv-integ-surface.ini	graphics-wserv-integ-surface-0004-001
sl@0
   291
END_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0004-0001
sl@0
   292
sl@0
   293
START_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0004-0002
sl@0
   294
//! @SYMTestCaseID				GRAPHICS-WSERV-INTEG-SURFACE-0004-0002
sl@0
   295
//! @SYMPREQ					1007 1019
sl@0
   296
//! @SYMREQ						8222 8223 8227
sl@0
   297
//! @SYMAPI						RWindow
sl@0
   298
//! @SYMAuthor					John Mercer
sl@0
   299
//! @SYMCreationDate			24/08/2007
sl@0
   300
//! @SYMTestCaseDependencies	graphics-wserv-integ-surface.script
sl@0
   301
//! @SYMTestCaseDesc			Moving Image with opaque UI Components, with window size == image size				
sl@0
   302
//! @SYMTestActions					Measure frame rate achieved whilst image size is changed
sl@0
   303
//! 							With window size to quarter screen.
sl@0
   304
//! 							Image size to Quarter Screen
sl@0
   305
//! @SYMTestStatus				Implemented
sl@0
   306
//! @SYMTestPriority			1
sl@0
   307
//! @SYMTestExpectedResults		Frame Rate: 30fps
sl@0
   308
//!								Display is composed of moving image in background, with opaque UI components in foreground. The moving image is that of a clock sweep with large numerals indicating the frame number. 
sl@0
   309
//!								NOTE: Results may well differ between emulator and hardware depending on filtering technique used in stretching the image to the window size.
sl@0
   310
//! @SYMTestType				CIT
sl@0
   311
sl@0
   312
RUN_TEST_STEP !Heap=0x200000	500	t_wservintegserver	WServIntegSurface	c:\graphics\graphics-wserv-integ-surface.ini	graphics-wserv-integ-surface-0004-002
sl@0
   313
END_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0004-0002
sl@0
   314
sl@0
   315
START_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0004-0003
sl@0
   316
//! @SYMTestCaseID				GRAPHICS-WSERV-INTEG-SURFACE-0004-0003
sl@0
   317
//! @SYMPREQ					1007 1019
sl@0
   318
//! @SYMREQ						8222 8223 8227
sl@0
   319
//! @SYMAPI						RWindow
sl@0
   320
//! @SYMAuthor					John Mercer
sl@0
   321
//! @SYMCreationDate			24/08/2007
sl@0
   322
//! @SYMTestCaseDependencies	graphics-wserv-integ-surface.script
sl@0
   323
//! @SYMTestCaseDesc			Moving Image with opaque UI Components, with window size == image size				
sl@0
   324
//! @SYMTestActions						Measure frame rate achieved whilst image size is changed
sl@0
   325
//! 								With window size to eigth screen.
sl@0
   326
//! 								Image size to Eigth Screen
sl@0
   327
//! @SYMTestStatus				Implemented
sl@0
   328
//! @SYMTestPriority			1
sl@0
   329
//! @SYMTestExpectedResults		Frame Rate: 30fps
sl@0
   330
//! 								Display is composed of moving image in background, with opaque UI components in foreground. The moving image is that of a clock sweep with large numerals indicating the frame number. 
sl@0
   331
//!								NOTE: Results may well differ between emulator and hardware depending on filtering technique used in stretching the image to the window size.
sl@0
   332
//! @SYMTestType				CIT
sl@0
   333
sl@0
   334
RUN_TEST_STEP !Heap=0x200000	500	t_wservintegserver	WServIntegSurface	c:\graphics\graphics-wserv-integ-surface.ini	graphics-wserv-integ-surface-0004-003
sl@0
   335
END_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0004-0003
sl@0
   336
sl@0
   337
START_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0005-0001
sl@0
   338
//! @SYMTestCaseID				GRAPHICS-WSERV-INTEG-SURFACE-0005-0001
sl@0
   339
//! @SYMPREQ					1007 1019
sl@0
   340
//! @SYMREQ						8222 8223 8227
sl@0
   341
//! @SYMAPI						RWindow
sl@0
   342
//! @SYMAuthor					John Mercer
sl@0
   343
//! @SYMCreationDate			24/08/2007
sl@0
   344
//! @SYMTestCaseDependencies	graphics-wserv-integ-surface.script
sl@0
   345
//! @SYMTestCaseDesc			Moving Image with opaque UI Components, with window size < image size				
sl@0
   346
//! @SYMTestActions					Info - Image compressed to fit window
sl@0
   347
//! 							Measure frame rate achieved whilst image size is changed
sl@0
   348
//! 							With window size to half screen.
sl@0
   349
//! 							Image size to full screen
sl@0
   350
//! @SYMTestStatus				Implemented
sl@0
   351
//! @SYMTestPriority			1
sl@0
   352
//! @SYMTestExpectedResults		Frame Rate: 30fps
sl@0
   353
//! 							Display is composed of moving image in background, with opaque UI components in foreground. The moving image is that of a clock sweep with large numerals indicating the frame number. 
sl@0
   354
//!								NOTE: Results may well differ between emulator and hardware depending on filtering technique used in stretching the image to the window size.
sl@0
   355
//! @SYMTestType				CIT
sl@0
   356
sl@0
   357
RUN_TEST_STEP !Heap=0x200000	500	t_wservintegserver	WServIntegSurface	c:\graphics\graphics-wserv-integ-surface.ini	graphics-wserv-integ-surface-0005-001
sl@0
   358
END_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0005-0001
sl@0
   359
sl@0
   360
START_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0005-0002
sl@0
   361
//! @SYMTestCaseID				GRAPHICS-WSERV-INTEG-SURFACE-0005-0002
sl@0
   362
//! @SYMPREQ					1007 1019
sl@0
   363
//! @SYMREQ						8222 8223 8227
sl@0
   364
//! @SYMAPI						RWindow
sl@0
   365
//! @SYMAuthor					John Mercer
sl@0
   366
//! @SYMCreationDate			24/08/2007
sl@0
   367
//! @SYMTestCaseDependencies	graphics-wserv-integ-surface.script
sl@0
   368
//! @SYMTestCaseDesc			Moving Image with opaque UI Components, with window size < image size				
sl@0
   369
//! @SYMTestActions					Info - Image compressed to fit window
sl@0
   370
//! 							Measure frame rate achieved whilst image size is changed
sl@0
   371
//! 							With window size to quarter screen.
sl@0
   372
//! 							Image size to full screen
sl@0
   373
//! @SYMTestStatus				Implemented
sl@0
   374
//! @SYMTestPriority			1
sl@0
   375
//! @SYMTestExpectedResults		Frame Rate: 30fps
sl@0
   376
//! 							Display is composed of moving image in background, with opaque UI components in foreground. The moving image is that of a clock sweep with large numerals indicating the frame number. 
sl@0
   377
//!								NOTE: Results may well differ between emulator and hardware depending on filtering technique used in stretching the image to the window size.
sl@0
   378
//! @SYMTestType				CIT
sl@0
   379
sl@0
   380
RUN_TEST_STEP !Heap=0x200000	500	t_wservintegserver	WServIntegSurface	c:\graphics\graphics-wserv-integ-surface.ini	graphics-wserv-integ-surface-0005-002
sl@0
   381
END_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0005-0002
sl@0
   382
sl@0
   383
START_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0005-0003
sl@0
   384
//! @SYMTestCaseID				GRAPHICS-WSERV-INTEG-SURFACE-0005-0003
sl@0
   385
//! @SYMPREQ					1007 1019
sl@0
   386
//! @SYMREQ						8222 8223 8227
sl@0
   387
//! @SYMAPI						RWindow
sl@0
   388
//! @SYMAuthor					John Mercer
sl@0
   389
//! @SYMCreationDate			24/08/2007
sl@0
   390
//! @SYMTestCaseDependencies	graphics-wserv-integ-surface.script
sl@0
   391
//! @SYMTestCaseDesc			Moving Image with opaque UI Components, with window size < image size				
sl@0
   392
//! @SYMTestActions					Info - Image compressed to fit window
sl@0
   393
//! 							Measure frame rate achieved whilst image size is changed
sl@0
   394
//! 							With window size to eigth screen.
sl@0
   395
//! 							Image size to full screen
sl@0
   396
//! @SYMTestStatus				Implemented
sl@0
   397
//! @SYMTestPriority			1
sl@0
   398
//! @SYMTestExpectedResults		Frame Rate: 30fps
sl@0
   399
//! 							Display is composed of moving image in background, with opaque UI components in foreground. The moving image is that of a clock sweep with large numerals indicating the frame number. 
sl@0
   400
//!								NOTE: Results may well differ between emulator and hardware depending on filtering technique used in stretching the image to the window size.
sl@0
   401
//! @SYMTestType				CIT
sl@0
   402
sl@0
   403
RUN_TEST_STEP !Heap=0x200000	500	t_wservintegserver	WServIntegSurface	c:\graphics\graphics-wserv-integ-surface.ini	graphics-wserv-integ-surface-0005-003
sl@0
   404
END_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0005-0003
sl@0
   405
sl@0
   406
START_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0006-0001
sl@0
   407
//! @SYMTestCaseID				GRAPHICS-WSERV-INTEG-SURFACE-0006-0001
sl@0
   408
//! @SYMPREQ					1007 1019
sl@0
   409
//! @SYMREQ						8222 8223 8227
sl@0
   410
//! @SYMAPI						RWindow
sl@0
   411
//! @SYMAuthor					John Mercer
sl@0
   412
//! @SYMCreationDate			24/08/2007
sl@0
   413
//! @SYMTestCaseDependencies	graphics-wserv-integ-surface.script
sl@0
   414
//! @SYMTestCaseDesc			Moving Image with opaque UI Components, changing window size during playback				
sl@0
   415
//! @SYMTestActions				With graphics-0001 as a base.
sl@0
   416
//! 							Use Rwindow::SetSize() to incrementally decrease window size to 0, and then increase again to full screen. 
sl@0
   417
//! 							Rate of change: once per frame
sl@0
   418
//! 							(Image stretched/compressed to fit window)
sl@0
   419
//! 							Measure frame rate achieved whilst window size is changed.
sl@0
   420
//! @SYMTestStatus				Implemented
sl@0
   421
//! @SYMTestPriority			1
sl@0
   422
//! @SYMTestExpectedResults		Frame Rate: 30fps
sl@0
   423
//!								Display is composed of moving image in background, which decreases in size to 0, then increases back to full screen, with opaque UI components in foreground. The moving image is that of a clock sweep with large numerals indicating the frame number. 
sl@0
   424
//! 							NOTE: Results may well differ between emulator and hardware depending on filtering technique used in compressing the image to the window size.
sl@0
   425
//! @SYMTestType				CIT
sl@0
   426
sl@0
   427
RUN_TEST_STEP !Heap=0x200000	500	t_wservintegserver	WServIntegSurface	c:\graphics\graphics-wserv-integ-surface.ini	graphics-wserv-integ-surface-0006-001
sl@0
   428
END_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0006-0001
sl@0
   429
sl@0
   430
START_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0007-0001
sl@0
   431
//! @SYMTestCaseID				GRAPHICS-WSERV-INTEG-SURFACE-0007-0001
sl@0
   432
//! @SYMPREQ					1007 1019
sl@0
   433
//! @SYMREQ						8222 8223 8227
sl@0
   434
//! @SYMAPI						RWindow
sl@0
   435
//! @SYMAuthor					John Mercer
sl@0
   436
//! @SYMCreationDate			24/08/2007
sl@0
   437
//! @SYMTestCaseDependencies	graphics-wserv-integ-surface.script
sl@0
   438
//! @SYMTestCaseDesc			Moving Image with opaque UI Components, changing window position during playback		
sl@0
   439
//! @SYMTestActions				With graphics-0001 as a base.
sl@0
   440
//! 							Window Size: 25% of screen size
sl@0
   441
//! 							Image Size: 25% of screen size
sl@0
   442
//! 							Rate of change: once per frame
sl@0
   443
//! 							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
   444
//! 							Measure frame rate achieved whilst window position is changed.
sl@0
   445
//! @SYMTestStatus				Implemented
sl@0
   446
//!	@SYMTestPriority			1
sl@0
   447
//! @SYMTestExpectedResults		Frame Rate: 30fps
sl@0
   448
//!								Display is composed of moving image in background, which moves around screen in CCW and CW directions, with opaque UI components in foreground. The moving image is that of a clock sweep with large numerals indicating the frame number. 
sl@0
   449
//! @SYMTestType				CIT
sl@0
   450
sl@0
   451
RUN_TEST_STEP !Heap=0x200000	500	t_wservintegserver	WServIntegSurface	c:\graphics\graphics-wserv-integ-surface.ini	graphics-wserv-integ-surface-0007-001
sl@0
   452
END_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0007-0001
sl@0
   453
sl@0
   454
START_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0008-0001
sl@0
   455
//! @SYMTestCaseID				GRAPHICS-WSERV-INTEG-SURFACE-0008-0001
sl@0
   456
//! @SYMPREQ					1007 1019
sl@0
   457
//! @SYMREQ						8222 8223 8227
sl@0
   458
//! @SYMAPI						RWindow
sl@0
   459
//! @SYMAuthor					John Mercer
sl@0
   460
//! @SYMCreationDate			24/08/2007
sl@0
   461
//! @SYMTestCaseDependencies	graphics-wserv-integ-surface.script
sl@0
   462
//! @SYMTestCaseDesc			Moving Image with opaque UI Components, changing window position and size during playback
sl@0
   463
//! @SYMTestActions				With graphics-0001 as a base.
sl@0
   464
//! 							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
   465
//! 							Rate of change: once per frame
sl@0
   466
//! 							Measure frame rate achieved whilst window size is changed.
sl@0
   467
//! @SYMTestStatus				Implemented
sl@0
   468
//! @SYMTestPriority			1
sl@0
   469
//!	@SYMTestExpectedResults		Frame Rate: 30fps
sl@0
   470
//! 							Display is composed of moving image in background, which decreases in size to 0, then increases back to full screen, with opaque UI components in foreground. The moving image is that of a clock sweep with large numerals indicating the frame number. 
sl@0
   471
//! 							NOTE: Results may well differ between emulator and hardware depending on filtering technique used in compressing the image to the window size.
sl@0
   472
//! @SYMTestType				CIT
sl@0
   473
sl@0
   474
RUN_TEST_STEP !Heap=0x200000	500	t_wservintegserver	WServIntegSurface	c:\graphics\graphics-wserv-integ-surface.ini	graphics-wserv-integ-surface-0008-001
sl@0
   475
END_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0008-0001
sl@0
   476
sl@0
   477
START_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0012-0001
sl@0
   478
//! @SYMTestCaseID				GRAPHICS-WSERV-INTEG-SURFACE-0012-0001
sl@0
   479
//! @SYMPREQ					1007 1019
sl@0
   480
//! @SYMREQ						8222 8223 8227
sl@0
   481
//! @SYMAPI						RWindow
sl@0
   482
//! @SYMAuthor					John Mercer
sl@0
   483
//! @SYMCreationDate			24/08/2007
sl@0
   484
//! @SYMTestCaseDependencies	graphics-wserv-integ-surface.script
sl@0
   485
//! @SYMTestCaseDesc			Moving Image with opaque UI Components, image off screen 1
sl@0
   486
//! @SYMTestActions				With graphics-0001 as a base.
sl@0
   487
//! 							Position window to be partially off screen
sl@0
   488
//! 							Measure frame rate.
sl@0
   489
//! @SYMTestStatus				Implemented
sl@0
   490
//! @SYMTestPriority			1
sl@0
   491
//! @SYMTestExpectedResults		Frame Rate: 30fps
sl@0
   492
//!								Display is composed of moving image in background with opaque UI components in foreground. The moving image is that of a clock sweep with large numerals indicating the frame number. 
sl@0
   493
//! 							NOTE: Part of the image is off screen.
sl@0
   494
//! @SYMTestType				CIT
sl@0
   495
sl@0
   496
RUN_TEST_STEP !Heap=0x200000	500	t_wservintegserver	WServIntegSurface	c:\graphics\graphics-wserv-integ-surface.ini	graphics-wserv-integ-surface-0012-001
sl@0
   497
END_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0012-0001
sl@0
   498
sl@0
   499
START_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0013-0001
sl@0
   500
//! @SYMTestCaseID				GRAPHICS-WSERV-INTEG-SURFACE-0013-0001
sl@0
   501
//! @SYMPREQ					1007 1019
sl@0
   502
//! @SYMREQ						8222 8223 8227
sl@0
   503
//! @SYMAPI						RWindow
sl@0
   504
//! @SYMAuthor					John Mercer
sl@0
   505
//! @SYMCreationDate			24/08/2007
sl@0
   506
//! @SYMTestCaseDependencies	graphics-wserv-integ-surface.script
sl@0
   507
//! @SYMTestCaseDesc			Moving Image with opaque UI Components, image off screen 2
sl@0
   508
//! @SYMTestActions				With graphics-0001 as a base.
sl@0
   509
//! 							Position window to be partially off screen.
sl@0
   510
//! 							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
   511
//! 							Measure frame rate.
sl@0
   512
//! @SYMTestStatus				Implemented
sl@0
   513
//!	@SYMTestPriority			1
sl@0
   514
//! @SYMTestExpectedResults		Composition time improves as more of window moves off screen.
sl@0
   515
//! 							Display is composed of moving image in background with opaque UI components in foreground. The moving image is that of a clock sweep with large numerals indicating the frame number. 
sl@0
   516
//!								NOTE: Window moves further off screen.
sl@0
   517
//! @SYMTestType				CIT
sl@0
   518
sl@0
   519
RUN_TEST_STEP !Heap=0x200000	500	t_wservintegserver	WServIntegSurface	c:\graphics\graphics-wserv-integ-surface.ini	graphics-wserv-integ-surface-0013-001
sl@0
   520
END_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0013-0001
sl@0
   521
sl@0
   522
START_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0014-0001
sl@0
   523
//! @SYMTestCaseID				GRAPHICS-WSERV-INTEG-SURFACE-0014-0001
sl@0
   524
//! @SYMPREQ					1007 1019
sl@0
   525
//! @SYMREQ						8222 8223 8227
sl@0
   526
//! @SYMAPI						RWindow
sl@0
   527
//! @SYMAuthor					John Mercer
sl@0
   528
//! @SYMCreationDate			24/08/2007
sl@0
   529
//! @SYMTestCaseDependencies	graphics-wserv-integ-surface.script
sl@0
   530
//! @SYMTestCaseDesc			Moving Image with opaque UI Components, popup opaque dialog
sl@0
   531
//! @SYMTestActions				With graphics-0001 as a base.
sl@0
   532
//! 							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
   533
//! 							Close dialog.
sl@0
   534
//! 							Repeat.
sl@0
   535
//! 							Measure frame rate
sl@0
   536
//! @SYMTestStatus				Implemented
sl@0
   537
//!	@SYMTestPriority			1
sl@0
   538
//! @SYMTestExpectedResults		Frame Rate: 30fps
sl@0
   539
//! 							Display is composed of moving image in background with opaque UI components in foreground. The moving image is that of a clock sweep with large numerals indicating the frame number. 
sl@0
   540
//!								Opaque dialog appears and disappears on top of scene.
sl@0
   541
//! @SYMTestType				CIT
sl@0
   542
sl@0
   543
RUN_TEST_STEP !Heap=0x200000	500	t_wservintegserver	WServIntegSurface	c:\graphics\graphics-wserv-integ-surface.ini	graphics-wserv-integ-surface-0014-001
sl@0
   544
END_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0014-0001
sl@0
   545
sl@0
   546
START_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0015-0001
sl@0
   547
//! @SYMTestCaseID				GRAPHICS-WSERV-INTEG-SURFACE-0015-0001
sl@0
   548
//! @SYMPREQ					1007 1019
sl@0
   549
//! @SYMREQ						8222 8223 8227
sl@0
   550
//! @SYMAPI						RWindow
sl@0
   551
//! @SYMAuthor					John Mercer
sl@0
   552
//! @SYMCreationDate			24/08/2007
sl@0
   553
//! @SYMTestCaseDependencies	graphics-wserv-integ-surface.script
sl@0
   554
//! @SYMTestCaseDesc			Moving Image with opaque UI Components, popup semi-transparent dialog
sl@0
   555
//! @SYMTestActions				With graphics-0001 as a base.
sl@0
   556
//! 							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
   557
//! 							Close dialog.
sl@0
   558
//! 							Repeat.
sl@0
   559
//! 							Measure frame rate.
sl@0
   560
//! @SYMTestStatus				Implemented
sl@0
   561
//!	@SYMTestPriority			1
sl@0
   562
//! @SYMTestExpectedResults		Frame Rate: 30fps
sl@0
   563
//! 							Display is composed of moving image in background with opaque UI components in foreground. The moving image is that of a clock sweep with large numerals indicating the frame number. 
sl@0
   564
//!								Semi-transparent dialog is composed on top of scene.
sl@0
   565
//! @SYMTestType				CIT
sl@0
   566
sl@0
   567
RUN_TEST_STEP !Heap=0x200000	500	t_wservintegserver	WServIntegSurface	c:\graphics\graphics-wserv-integ-surface.ini	graphics-wserv-integ-surface-0015-001
sl@0
   568
END_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0015-0001