os/graphics/windowing/windowserver/test/t_integ/scripts/graphics-wserv-integ-surface5.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-surface5.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
// The purpose is to provide a regression test suite of Public
sl@0
    23
// APIs for RWindow. Negative testing is performed to confirm that correct 
sl@0
    24
// errors are returned when incorrect parameters are given.
sl@0
    25
//
sl@0
    26
// The tests are fully automated.
sl@0
    27
/////////////////////////////////////////////////////////////////////
sl@0
    28
sl@0
    29
//! @file
sl@0
    30
//! @SYMTestSuiteName			graphics-wserv-integ-surface
sl@0
    31
//! @SYMScriptTestEnvironment	This test script requires a basic ROM.
sl@0
    32
LOAD_SUITE	t_wservintegserver
sl@0
    33
sl@0
    34
START_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0061-0001
sl@0
    35
//! @SYMTestCaseID				GRAPHICS-WSERV-INTEG-SURFACE-0061-0001
sl@0
    36
//! @SYMPREQ					1007 1019
sl@0
    37
//! @SYMREQ						8222 8223 8227 8229
sl@0
    38
//! @SYMAPI						RWindow						
sl@0
    39
//! @SYMAuthor					John Mercer
sl@0
    40
//! @SYMCreationDate			24/08/2007
sl@0
    41
//! @SYMTestCaseDependencies	graphics-wserv-integ-surface.script	
sl@0
    42
//! @SYMTestCaseDesc			Background animation with semi-transparent UI Components - Open GL ES
sl@0
    43
//! @SYMTestActions				Environment settings:
sl@0
    44
//! 								Window Size: Full screen
sl@0
    45
//! 								Image Size: Full screen
sl@0
    46
//! 								Simulated Load: 0%
sl@0
    47
//! 								Colour Depth: 16MAP
sl@0
    48
//! 								Pixel Format: RGB
sl@0
    49
//! 								Screen Number: 0
sl@0
    50
//! 								Rotation: 0
sl@0
    51
//! 								Screen Location: (0,0)
sl@0
    52
//! 								Execution Time: 30s
sl@0
    53
//! 								Frame Rate: 30fps
sl@0
    54
//! 								Buffer Format: [whatever is implemented within EGL adaptation]
sl@0
    55
//! 							Start SimLoadApp
sl@0
    56
//! 							Start animation:
sl@0
    57
//!								Create Rwindow 
sl@0
    58
//! 							Call eglCreateWindowSurface
sl@0
    59
//! 							Render to egl window surface
sl@0
    60
//! 							Content is to be simple but quickly indicative of failure to the human eye.
sl@0
    61
//! 							Register callback for image update
sl@0
    62
//! 							Create simulated UI Components
sl@0
    63
//! 							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
    64
//! 							Activate Window.
sl@0
    65
//! 							Update Image with next frame
sl@0
    66
//! 							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
    67
//! 							Continuously perform Image updates to produce animation.
sl@0
    68
//! 						  	Measure the frame rate at which the display is updated.																									
sl@0
    69
//! @SYMTestStatus				Implemented
sl@0
    70
//! @SYMTestPriority			1
sl@0
    71
//!	@SYMTestExpectedResults		Frame Rate: 30fps
sl@0
    72
//!								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
    73
//! @SYMTestType				CIT
sl@0
    74
sl@0
    75
RUN_TEST_STEP !Heap=0x200000	100	t_wservintegserver	WServIntegSurface	c:\graphics\graphics-wserv-integ-surface.ini	graphics-wserv-integ-surface-0061-001
sl@0
    76
END_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0061-0001
sl@0
    77
sl@0
    78
START_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0062-0001
sl@0
    79
//! @SYMTestCaseID				GRAPHICS-WSERV-INTEG-SURFACE-0062-0001
sl@0
    80
//! @SYMPREQ					1007 1019
sl@0
    81
//! @SYMREQ						8222 8223 8227 8229				
sl@0
    82
//! @SYMAPI						RWindow						
sl@0
    83
//! @SYMAuthor					John Mercer
sl@0
    84
//! @SYMCreationDate			24/08/2007
sl@0
    85
//! @SYMTestCaseDependencies	graphics-wserv-integ-surface.script	
sl@0
    86
//! @SYMTestCaseDesc			Background animation with semi-transparent UI Components - Open GL ES			
sl@0
    87
//! @SYMTestActions				Repeat graphics-0061 but open a semi-transparent dialog box in its own window in the foreground from a separate process/thread. Close dialog.
sl@0
    88
//!								Measure the frame rate at which the display is updated
sl@0
    89
//!																								
sl@0
    90
//! @SYMTestStatus				Implemented
sl@0
    91
//! @SYMTestPriority			1
sl@0
    92
//!	@SYMTestExpectedResults		Frame Rate: 30fps
sl@0
    93
//!								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. Semi-transparent dialog box is opened, and then closed.
sl@0
    94
//! @SYMTestType				CIT
sl@0
    95
sl@0
    96
RUN_TEST_STEP !Heap=0x200000	100	t_wservintegserver	WServIntegSurface	c:\graphics\graphics-wserv-integ-surface.ini	graphics-wserv-integ-surface-0062-001
sl@0
    97
END_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0062-0001
sl@0
    98
sl@0
    99
START_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0063-0001
sl@0
   100
//! @SYMTestCaseID				GRAPHICS-WSERV-INTEG-SURFACE-0063-0001	
sl@0
   101
//! @SYMPREQ					1007 1019
sl@0
   102
//! @SYMREQ						8222 8223 8227 8229			
sl@0
   103
//! @SYMAPI						RWindow						
sl@0
   104
//! @SYMAuthor					John Mercer
sl@0
   105
//! @SYMCreationDate			24/08/2007
sl@0
   106
//! @SYMTestCaseDependencies	graphics-wserv-integ-surface.script	
sl@0
   107
//! @SYMTestCaseDesc			Background animation with semi-transparent UI Components - Open VG			
sl@0
   108
//! @SYMTestActions				Repeat graphics-0061 but utilise OpenVG APIs
sl@0
   109
//!								Measure the frame rate at which the display is updated																							
sl@0
   110
//! @SYMTestStatus				Implemented
sl@0
   111
//! @SYMTestPriority			1
sl@0
   112
//!	@SYMTestExpectedResults		Frame Rate: 30fps
sl@0
   113
//!								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
   114
//! @SYMTestType				CIT
sl@0
   115
sl@0
   116
RUN_TEST_STEP !Heap=0x200000	100	t_wservintegserver	WServIntegSurface	c:\graphics\graphics-wserv-integ-surface.ini	graphics-wserv-integ-surface-0063-001
sl@0
   117
END_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0063-0001
sl@0
   118
sl@0
   119
START_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0064-0001
sl@0
   120
//! @SYMTestCaseID				GRAPHICS-WSERV-INTEG-SURFACE-0064-0001
sl@0
   121
//! @SYMPREQ					1007 1019
sl@0
   122
//! @SYMREQ						8222 8223 8227 8229				
sl@0
   123
//! @SYMAPI						RWindow						
sl@0
   124
//! @SYMAuthor					John Mercer
sl@0
   125
//! @SYMCreationDate			24/08/2007
sl@0
   126
//! @SYMTestCaseDependencies	graphics-wserv-integ-surface.script	
sl@0
   127
//! @SYMTestCaseDesc			Background animation with semi-transparent UI Components - Open VG			
sl@0
   128
//! @SYMTestActions				Repeat graphics-0063 but open a semi-transparent dialog box in its own window in the foreground from a separate process/thread. Close dialog.
sl@0
   129
//!								Measure the frame rate at which the display is updated																								
sl@0
   130
//! @SYMTestStatus				Implemented
sl@0
   131
//! @SYMTestPriority			1
sl@0
   132
//!	@SYMTestExpectedResults		Frame Rate: 30fps
sl@0
   133
//!								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. Semi-transparent dialog box is opened, and then closed.
sl@0
   134
//! @SYMTestType				CIT
sl@0
   135
sl@0
   136
RUN_TEST_STEP !Heap=0x200000	100	t_wservintegserver	WServIntegSurface	c:\graphics\graphics-wserv-integ-surface.ini	graphics-wserv-integ-surface-0064-001
sl@0
   137
END_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0064-0001
sl@0
   138
sl@0
   139
START_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0065-0001
sl@0
   140
//! @SYMTestCaseID				GRAPHICS-WSERV-INTEG-SURFACE-0065-0001	
sl@0
   141
//! @SYMPREQ					1007 1019
sl@0
   142
//! @SYMREQ						8222 8223 8227 8229			
sl@0
   143
//! @SYMAPI						RWindow						
sl@0
   144
//! @SYMAuthor					John Mercer
sl@0
   145
//! @SYMCreationDate			24/08/2007
sl@0
   146
//! @SYMTestCaseDependencies	graphics-wserv-integ-surface.script	
sl@0
   147
//! @SYMTestCaseDesc			Stress Test - simulated video, viewfinder, and animation			
sl@0
   148
//! @SYMTestActions				Add an animated window to the setup described in GRAPHICS-0046-001.
sl@0
   149
//!								Ensure windows do not overlap.
sl@0
   150
//!								Each app that ‘draws’ to a window has the same priority
sl@0
   151
//!								box in its own window in the foreground from a separate process/thread. Close dialog.
sl@0
   152
//!						  		Measure frame rate. 																															
sl@0
   153
//! @SYMTestStatus				Implemented
sl@0
   154
//! @SYMTestPriority			1
sl@0
   155
//!	@SYMTestExpectedResults		Failure criteria To be determined
sl@0
   156
//! @SYMTestType				CIT
sl@0
   157
sl@0
   158
RUN_TEST_STEP !Heap=0x200000	500	t_wservintegserver	WServIntegSurface	c:\graphics\graphics-wserv-integ-surface.ini	graphics-wserv-integ-surface-0065-001
sl@0
   159
END_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0065-0001
sl@0
   160
sl@0
   161
START_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0066-0001
sl@0
   162
//! @SYMTestCaseID				GRAPHICS-WSERV-INTEG-SURFACE-0066-0001
sl@0
   163
//! @SYMPREQ					1007 1019
sl@0
   164
//! @SYMREQ						8222 8223 8227 8229				
sl@0
   165
//! @SYMAPI						RWindow						
sl@0
   166
//! @SYMAuthor					John Mercer
sl@0
   167
//! @SYMCreationDate			24/08/2007
sl@0
   168
//! @SYMTestCaseDependencies	graphics-wserv-integ-surface.script	
sl@0
   169
//! @SYMTestCaseDesc			Stress Test - simulated video, viewfinder, and animation - with spiked cpu load			
sl@0
   170
//! @SYMTestActions				Measure the frame rate at which the display is updated.
sl@0
   171
//!								Ensure graphics subsystem provides adequate performance under stress conditions.
sl@0
   172
//!								Setup as graphics-0085
sl@0
   173
//!								Configure simulated load to spike to max cpu load, for 10% of time																				
sl@0
   174
//!						  		Measure frame rate. 																															
sl@0
   175
//! @SYMTestStatus				Implemented
sl@0
   176
//! @SYMTestPriority			1
sl@0
   177
//!	@SYMTestExpectedResults		Failure criteria To be determined
sl@0
   178
//! @SYMTestType				CIT
sl@0
   179
sl@0
   180
RUN_TEST_STEP !Heap=0x200000	500	t_wservintegserver	WServIntegSurface	c:\graphics\graphics-wserv-integ-surface.ini	graphics-wserv-integ-surface-0066-001
sl@0
   181
END_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0066-0001
sl@0
   182
sl@0
   183
START_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0067-0001
sl@0
   184
//! @SYMTestCaseID				GRAPHICS-WSERV-INTEG-SURFACE-0067-0001
sl@0
   185
//! @SYMPREQ					1007 1019
sl@0
   186
//! @SYMREQ						8222 8223 8227 8229				
sl@0
   187
//! @SYMAPI						RWindow						
sl@0
   188
//! @SYMAuthor					John Mercer
sl@0
   189
//! @SYMCreationDate			24/08/2007
sl@0
   190
//! @SYMTestCaseDependencies	graphics-wserv-integ-surface.script	
sl@0
   191
//! @SYMTestCaseDesc			Stress Test - simulated video, viewfinder, and animation - additional animation 1		
sl@0
   192
//! @SYMTestActions				Measure the frame rate at which the display is updated.
sl@0
   193
//!								Ensure graphics subsystem provides adequate performance under stress conditions.
sl@0
   194
//!								Setup as graphics-0065
sl@0
   195
//!								Add another animated window.
sl@0
   196
//!								Measure frame rate.					  																		
sl@0
   197
//! @SYMTestStatus				Implemented
sl@0
   198
//! @SYMTestPriority			1
sl@0
   199
//!	@SYMTestExpectedResults		Failure criteria To be determined
sl@0
   200
//! @SYMTestType				CIT
sl@0
   201
sl@0
   202
RUN_TEST_STEP !Heap=0x200000	500	t_wservintegserver	WServIntegSurface	c:\graphics\graphics-wserv-integ-surface.ini	graphics-wserv-integ-surface-0067-001
sl@0
   203
END_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0067-0001
sl@0
   204
sl@0
   205
START_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0068-0001
sl@0
   206
//! @SYMTestCaseID				GRAPHICS-WSERV-INTEG-SURFACE-0068-0001
sl@0
   207
//! @SYMPREQ					1007 1019
sl@0
   208
//! @SYMREQ						8222 8223 8227 8229				
sl@0
   209
//! @SYMAPI						RWindow						
sl@0
   210
//! @SYMAuthor					John Mercer
sl@0
   211
//! @SYMCreationDate			24/08/2007
sl@0
   212
//! @SYMTestCaseDependencies	graphics-wserv-integ-surface.script	
sl@0
   213
//! @SYMTestCaseDesc			Stress Test - simulated video, viewfinder, and animation - additional animation 2		
sl@0
   214
//! @SYMTestActions				Measure the frame rate at which the display is updated.
sl@0
   215
//!								Ensure graphics subsystem provides adequate performance under stress conditions.
sl@0
   216
//!								Setup as graphics-0065
sl@0
   217
//!								Add 4 animated windows
sl@0
   218
//!								Measure frame rate.					  																		
sl@0
   219
//! @SYMTestStatus				Implemented
sl@0
   220
//! @SYMTestPriority			1
sl@0
   221
//!	@SYMTestExpectedResults		Failure criteria To be determined
sl@0
   222
//! @SYMTestType				CIT
sl@0
   223
sl@0
   224
RUN_TEST_STEP !Heap=0x200000	500	t_wservintegserver	WServIntegSurface	c:\graphics\graphics-wserv-integ-surface.ini	graphics-wserv-integ-surface-0068-001
sl@0
   225
END_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0068-0001
sl@0
   226
sl@0
   227
START_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0069-0001
sl@0
   228
//! @SYMTestCaseID				GRAPHICS-WSERV-INTEG-SURFACE-0069-0001
sl@0
   229
//! @SYMPREQ					1007 1019
sl@0
   230
//! @SYMREQ						8222 8223 8227 8229				
sl@0
   231
//! @SYMAPI						RWindow						
sl@0
   232
//! @SYMAuthor					John Mercer
sl@0
   233
//! @SYMCreationDate			24/08/2007
sl@0
   234
//! @SYMTestCaseDependencies	graphics-wserv-integ-surface.script	
sl@0
   235
//! @SYMTestCaseDesc			Stress Test - simulated video, viewfinder, and animation - resize, and move		
sl@0
   236
//! @SYMTestActions				Measure the frame rate at which the display is updated.
sl@0
   237
//!								Ensure graphics subsystem provides adequate performance under stress conditions.
sl@0
   238
//!							 	provides adequate performance under stress conditions.
sl@0
   239
//!								Setup as graphics-0065
sl@0
   240
//!								Move and resize windows.
sl@0
   241
//!								Movement must include off-screen, and overlapping
sl@0
   242
//!								Rate of change is configurable, i.e. every 5 frames, every frame, every 10 frames.
sl@0
   243
//!								Measure frame rate.					  																		
sl@0
   244
//! @SYMTestStatus				Implemented
sl@0
   245
//! @SYMTestPriority			1
sl@0
   246
//!	@SYMTestExpectedResults		Failure criteria To be determined
sl@0
   247
//! @SYMTestType				CIT
sl@0
   248
sl@0
   249
RUN_TEST_STEP !Heap=0x200000	500	t_wservintegserver	WServIntegSurface	c:\graphics\graphics-wserv-integ-surface.ini	graphics-wserv-integ-surface-0069-001
sl@0
   250
END_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0069-0001
sl@0
   251
sl@0
   252
START_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0070-0001
sl@0
   253
//! @SYMTestCaseID				GRAPHICS-WSERV-INTEG-SURFACE-0070-0001
sl@0
   254
//! @SYMPREQ					1007 1019
sl@0
   255
//! @SYMREQ						8222 8223 8227 8229				
sl@0
   256
//! @SYMAPI						RWindow						
sl@0
   257
//! @SYMAuthor					John Mercer
sl@0
   258
//! @SYMCreationDate			24/08/2007
sl@0
   259
//! @SYMTestCaseDependencies	graphics-wserv-integ-surface.script	
sl@0
   260
//! @SYMTestCaseDesc			Stress Test - simulated video, viewfinder, and animation - alpha changing		
sl@0
   261
//! @SYMTestActions				Measure the frame rate at which the display is updated.
sl@0
   262
//!								Ensure graphics subsystem provides adequate performance under stress conditions.
sl@0
   263
//!
sl@0
   264
//!								Setup as graphics-0065
sl@0
   265
//!								Move and resize windows.
sl@0
   266
//!								Movement must include off-screen, and overlapping
sl@0
   267
//!								Rate of change is configurable, i.e. every 5 frames, every frame, every 10 frames.
sl@0
   268
//!								Gradually increase alpha for transparent windows (i.e. simulated UI controls) from 0, to 1, then down again
sl@0
   269
//!								Measure frame rate.					  																		
sl@0
   270
//! @SYMTestStatus				Implemented
sl@0
   271
//! @SYMTestPriority			1
sl@0
   272
//!	@SYMTestExpectedResults		Failure criteria To be determined
sl@0
   273
//! @SYMTestType				CIT
sl@0
   274
sl@0
   275
RUN_TEST_STEP !Heap=0x200000	500	t_wservintegserver	WServIntegSurface	c:\graphics\graphics-wserv-integ-surface.ini	graphics-wserv-integ-surface-0070-001
sl@0
   276
END_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0070-0001
sl@0
   277
sl@0
   278
START_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0071-0001
sl@0
   279
//! @SYMTestCaseID				GRAPHICS-WSERV-INTEG-SURFACE-0071-0001
sl@0
   280
//! @SYMPREQ					1007 1019
sl@0
   281
//! @SYMREQ						8222 8223 8227 8229				
sl@0
   282
//! @SYMAPI						RWindow						
sl@0
   283
//! @SYMAuthor					John Mercer
sl@0
   284
//! @SYMCreationDate			24/08/2007
sl@0
   285
//! @SYMTestCaseDependencies	graphics-wserv-integ-surface.script	
sl@0
   286
//! @SYMTestCaseDesc			Performance Test - Send rapid surface updates		
sl@0
   287
//! @SYMTestActions				Measure the frame rate at which the display is updated.
sl@0
   288
//!								Ensure graphics subsystem provides adequate performance under stress conditions.
sl@0
   289
//!								Create an opaque UI window and associated background surface
sl@0
   290
//!								Update the surface each frame with a simple pattern such as 1/4 black 3/4 white 							
sl@0
   291
//!								changing the position of the black 1/4 each frame
sl@0
   292
//!								
sl@0
   293
//!								Measure frame rate.					  																		
sl@0
   294
//! @SYMTestStatus				Implemented
sl@0
   295
//! @SYMTestPriority			1
sl@0
   296
//!	@SYMTestExpectedResults		Failure criteria To be determined
sl@0
   297
//! @SYMTestType				CIT
sl@0
   298
sl@0
   299
RUN_TEST_STEP !Heap=0x200000	500	t_wservintegserver	WServIntegSurface	c:\graphics\graphics-wserv-integ-surface.ini	graphics-wserv-integ-surface-0071-001
sl@0
   300
END_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0071-0001
sl@0
   301
sl@0
   302
START_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0072-0001
sl@0
   303
//! @SYMTestCaseID				GRAPHICS-WSERV-INTEG-SURFACE-0072-0001
sl@0
   304
//! @SYMPREQ					1007 1019
sl@0
   305
//! @SYMREQ						8222 8223 8225 8227
sl@0
   306
//! @SYMAPI						RWindow
sl@0
   307
//! @SYMAuthor					John Mercer
sl@0
   308
//! @SYMCreationDate			24/08/2007
sl@0
   309
//! @SYMTestCaseDependencies	graphics-wserv-integ-surface.script
sl@0
   310
//! @SYMTestCaseDesc			Moving Image with opaque UI Components, with a surface of yuv pixel format				
sl@0
   311
//! @SYMTestActions				graphics-wserv-integ-surface-0001-001 as a base
sl@0
   312
//!								Measure the frame rate at which the display is updated
sl@0
   313
//! @SYMTestStatus				Implemented
sl@0
   314
//! @SYMTestPriority			1
sl@0
   315
//! @SYMTestExpectedResults		Failure Criteria: To be determined
sl@0
   316
//!								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
   317
//! @SYMTestType				CIT
sl@0
   318
sl@0
   319
RUN_TEST_STEP !Heap=0x200000	100	t_wservintegserver	WServIntegSurface	c:\graphics\graphics-wserv-integ-surface.ini	graphics-wserv-integ-surface-0072-001
sl@0
   320
END_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0072-0001
sl@0
   321
sl@0
   322
START_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0073-0001
sl@0
   323
//! @SYMTestCaseID				GRAPHICS-WSERV-INTEG-SURFACE-0073-0001
sl@0
   324
//! @SYMPREQ					1007 1019
sl@0
   325
//! @SYMREQ						8222 8223 8227 8229
sl@0
   326
//! @SYMAPI						RWindow
sl@0
   327
//! @SYMAuthor					John Mercer
sl@0
   328
//! @SYMCreationDate			24/08/2007
sl@0
   329
//! @SYMTestCaseDependencies	graphics-wserv-integ-surface.script
sl@0
   330
//! @SYMTestCaseDesc			Moving Image with opaque UI Components, with a surface of RGB 16 bit pixel format				
sl@0
   331
//! @SYMTestActions				graphics-wserv-integ-surface-0001-001 as a base
sl@0
   332
//!								Measure the frame rate at which the display is updated
sl@0
   333
//! @SYMTestStatus				Implemented
sl@0
   334
//! @SYMTestPriority			1
sl@0
   335
//! @SYMTestExpectedResults		Failure Criteria: To be determined
sl@0
   336
//!								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
   337
//! @SYMTestType				CIT
sl@0
   338
sl@0
   339
RUN_TEST_STEP !Heap=0x200000	100	t_wservintegserver	WServIntegSurface	c:\graphics\graphics-wserv-integ-surface.ini	graphics-wserv-integ-surface-0073-001
sl@0
   340
END_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0073-0001
sl@0
   341
sl@0
   342
START_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0074-0001
sl@0
   343
//! @SYMTestCaseID				GRAPHICS-WSERV-INTEG-SURFACE-0074-0001
sl@0
   344
//! @SYMPREQ					1007 1019
sl@0
   345
//! @SYMREQ						8222 8223 8227 8229
sl@0
   346
//! @SYMAPI						RWindow
sl@0
   347
//! @SYMAuthor					Usman Fayyaz
sl@0
   348
//! @SYMCreationDate			20/08/2007
sl@0
   349
//! @SYMTestCaseDependencies	graphics-wserv-integ-surface.script
sl@0
   350
//! @SYMTestCaseDesc			Moving Image with opaque UI Components, with a surface of yuv pixel format				
sl@0
   351
//! @SYMTestActions				graphics-wserv-integ-surface-0001-001 as a base
sl@0
   352
//!								Measure the frame rate at which the display is updated when GCE is composing
sl@0
   353
//!								two surfaces created by two independent processes
sl@0
   354
//! @SYMTestStatus				Implemented
sl@0
   355
//! @SYMTestPriority			1
sl@0
   356
//! @SYMTestExpectedResults		Failure Criteria: To be determined
sl@0
   357
//!								Display is composed of two windows (created by two independent processes) with 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
   358
//! @SYMTestType				CIT
sl@0
   359
sl@0
   360
RUN_TEST_STEP !Heap=0x200000	500	t_wservintegserver	WServIntegSurface	c:\graphics\graphics-wserv-integ-surface.ini	graphics-wserv-integ-surface-0074-001
sl@0
   361
END_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0074-0001
sl@0
   362
sl@0
   363
START_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0075-0001
sl@0
   364
//! @SYMTestCaseID				GRAPHICS-WSERV-INTEG-SURFACE-0075-0001
sl@0
   365
//! @SYMPREQ					1007 1019
sl@0
   366
//! @SYMREQ						8222 8223 8227 8229
sl@0
   367
//! @SYMAPI						RWindow
sl@0
   368
//! @SYMAuthor					Usman Fayyaz
sl@0
   369
//! @SYMCreationDate			28/08/2007
sl@0
   370
//! @SYMTestCaseDependencies	graphics-wserv-integ-surface.script
sl@0
   371
//! @SYMTestCaseDesc			Evalutate the result when GCE is forced to carry out updates at 30fps 				
sl@0
   372
//! @SYMTestActions				Submit surface updates at 30fps
sl@0
   373
//! @SYMTestStatus				Implemented
sl@0
   374
//! @SYMTestPriority			1
sl@0
   375
//! @SYMTestExpectedResults		No pass/fail criteria
sl@0
   376
//! @SYMTestType				CIT
sl@0
   377
sl@0
   378
RUN_TEST_STEP !Heap=0x200000	500	t_wservintegserver	WServIntegFps	c:\graphics\graphics-wserv-integ-surface.ini	graphics-wserv-integ-surface-0075-001
sl@0
   379
END_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0075-0001
sl@0
   380