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