sl@0: // sl@0: // Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). sl@0: // All rights reserved. sl@0: // This component and the accompanying materials are made available sl@0: // under the terms of "Eclipse Public License v1.0" sl@0: // which accompanies this distribution, and is available sl@0: // at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: // sl@0: // Initial Contributors: sl@0: // Nokia Corporation - initial contribution. sl@0: // sl@0: // Contributors: sl@0: // sl@0: // Description: sl@0: // sl@0: ////////////////////////////////////////////////////////////////// sl@0: // graphics-wserv-integ-surface1.script sl@0: // sl@0: // Tests elements of the classes associated with RWindow, sl@0: // as a means of confidence that the APIs work as expected. sl@0: // sl@0: // This test grouping are broardly categorised as opaque UI, sl@0: // with one window per screen sl@0: // sl@0: // The purpose is to provide a regression test suite of Public sl@0: // APIs for RWindow. Negative testing is performed to confirm that correct sl@0: // errors are returned when incorrect parameters are given. sl@0: // sl@0: // The tests are fully automated. sl@0: ///////////////////////////////////////////////////////////////////// sl@0: sl@0: //! @file sl@0: //! @SYMTestSuiteName graphics-wserv-integ-surface sl@0: //! @SYMScriptTestEnvironment This test script requires a basic ROM. sl@0: LOAD_SUITE t_wservintegserver sl@0: sl@0: START_TESTCASE GRAPHICS-WSERV-INTEG-SURFACE-0001-0001 sl@0: //! @SYMTestCaseID GRAPHICS-WSERV-INTEG-SURFACE-0001-0001 sl@0: //! @SYMPREQ 1007 1019 sl@0: //! @SYMREQ 8222 8223 8227 sl@0: //! @SYMAPI RWindow sl@0: //! @SYMAuthor John Mercer sl@0: //! @SYMCreationDate 24/08/2007 sl@0: //! @SYMTestCaseDependencies graphics-wserv-integ-surface.script sl@0: //! @SYMTestCaseDesc Moving Image with opaque UI Components sl@0: //! @SYMTestActions Environment settings: sl@0: //! Window Size: Full screen sl@0: //! Image Size: Full screen sl@0: //! Simulated Load: 0% sl@0: //! Colour Depth: 16MAP sl@0: //! Pixel Format: RGB8888 sl@0: //! Screen Number: 0 sl@0: //! Rotation: 0 sl@0: //! Screen Location: (0,0) sl@0: //! Execution Time: 30s sl@0: //! Frame Rate: 30fps sl@0: //! Start SimLoadApp sl@0: //! Start pseudo video playback application: sl@0: //! Create RWindow (simulate DevVideo/Ecam usage) sl@0: //! Create RsurfaceHandle with ‘first frame of video’ sl@0: //! 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: //! 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: //! Number of buffers per surface set to two. sl@0: //! Call RWindow::SetBackgroundSurface() sl@0: //! Create simulated UI Components sl@0: //! Draw components using CwindowGC::BitBlt() with preloaded images of UI components (button, menu bar). sl@0: //! Activate Window. sl@0: //! Update Image with next frame sl@0: //! 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: //! Continuously perform Image updates to simulate video playback. sl@0: //! sl@0: //! Measure the frame rate at which the display is updated. sl@0: //! @SYMTestStatus Implemented sl@0: //! @SYMTestPriority 1 sl@0: //! @SYMTestExpectedResults Frame Rate: 30fps sl@0: //! 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: //! @SYMTestType IT sl@0: sl@0: RUN_TEST_STEP !Heap=0x200000 500 t_wservintegserver WServIntegSurface c:\graphics\graphics-wserv-integ-surface.ini graphics-wserv-integ-surface-0001-001 sl@0: END_TESTCASE GRAPHICS-WSERV-INTEG-SURFACE-0001-0001 sl@0: sl@0: START_TESTCASE GRAPHICS-WSERV-INTEG-SURFACE-0002-0001 sl@0: //! @SYMTestCaseID GRAPHICS-WSERV-INTEG-SURFACE-0002-0001 sl@0: //! @SYMPREQ 1007 1019 sl@0: //! @SYMREQ 8222 8223 8227 sl@0: //! @SYMAPI RWindow sl@0: //! @SYMAuthor John Mercer sl@0: //! @SYMCreationDate 24/08/2007 sl@0: //! @SYMTestCaseDependencies graphics-wserv-integ-surface.script sl@0: //! @SYMTestCaseDesc Moving Image with opaque UI Components, with 10% simulated load sl@0: //! @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: //! Measure the frame rate at which the display is updated when under a simulated load. sl@0: //! @SYMTestStatus Implemented sl@0: //! @SYMTestPriority 1 sl@0: //! @SYMTestExpectedResults Frame rate is reduced with increased static load sl@0: //! 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: //! @SYMTestType CIT sl@0: sl@0: RUN_TEST_STEP !Heap=0x200000 2000 t_wservintegserver WServIntegSurface c:\graphics\graphics-wserv-integ-surface.ini graphics-wserv-integ-surface-0002-001 sl@0: END_TESTCASE GRAPHICS-WSERV-INTEG-SURFACE-0002-0001 sl@0: sl@0: START_TESTCASE GRAPHICS-WSERV-INTEG-SURFACE-0002-0002 sl@0: //! @SYMTestCaseID GRAPHICS-WSERV-INTEG-SURFACE-0002-0002 sl@0: //! @SYMPREQ 1007 1019 sl@0: //! @SYMREQ 8222 8223 8227 sl@0: //! @SYMAPI RWindow sl@0: //! @SYMAuthor John Mercer sl@0: //! @SYMCreationDate 24/08/2007 sl@0: //! @SYMTestCaseDependencies graphics-wserv-integ-surface.script sl@0: //! @SYMTestCaseDesc Moving Image with opaque UI Components, with 20% simulated load sl@0: //! @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: //! Measure the frame rate at which the display is updated when under a simulated load. sl@0: //! @SYMTestStatus Implemented sl@0: //! @SYMTestPriority 1 sl@0: //! @SYMTestExpectedResults Frame rate is reduced with increased static load sl@0: //! 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: //! @SYMTestType CIT sl@0: sl@0: RUN_TEST_STEP !Heap=0x200000 2000 t_wservintegserver WServIntegSurface c:\graphics\graphics-wserv-integ-surface.ini graphics-wserv-integ-surface-0002-002 sl@0: END_TESTCASE GRAPHICS-WSERV-INTEG-SURFACE-0002-0002 sl@0: sl@0: START_TESTCASE GRAPHICS-WSERV-INTEG-SURFACE-0002-0003 sl@0: //! @SYMTestCaseID GRAPHICS-WSERV-INTEG-SURFACE-0002-0003 sl@0: //! @SYMPREQ 1007 1019 sl@0: //! @SYMREQ 8222 8223 8227 sl@0: //! @SYMAPI RWindow sl@0: //! @SYMAuthor John Mercer sl@0: //! @SYMCreationDate 24/08/2007 sl@0: //! @SYMTestCaseDependencies graphics-wserv-integ-surface.script sl@0: //! @SYMTestCaseDesc Moving Image with opaque UI Components, with 30% simulated load sl@0: //! @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: //! Measure the frame rate at which the display is updated when under a simulated load. sl@0: //! @SYMTestStatus Implemented sl@0: //! @SYMTestPriority 1 sl@0: //! @SYMTestExpectedResults Frame rate is reduced with increased static load sl@0: //! 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: //! @SYMTestType CIT sl@0: sl@0: RUN_TEST_STEP !Heap=0x200000 2000 t_wservintegserver WServIntegSurface c:\graphics\graphics-wserv-integ-surface.ini graphics-wserv-integ-surface-0002-003 sl@0: END_TESTCASE GRAPHICS-WSERV-INTEG-SURFACE-0002-0003 sl@0: sl@0: START_TESTCASE GRAPHICS-WSERV-INTEG-SURFACE-0002-0004 sl@0: //! @SYMTestCaseID GRAPHICS-WSERV-INTEG-SURFACE-0002-0004 sl@0: //! @SYMPREQ 1007 1019 sl@0: //! @SYMREQ 8222 8223 8227 sl@0: //! @SYMAPI RWindow sl@0: //! @SYMAuthor John Mercer sl@0: //! @SYMCreationDate 24/08/2007 sl@0: //! @SYMTestCaseDependencies graphics-wserv-integ-surface.script sl@0: //! @SYMTestCaseDesc Moving Image with opaque UI Components, with 40% simulated load sl@0: //! @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: //! Measure the frame rate at which the display is updated when under a simulated load. sl@0: //! @SYMTestStatus Implemented sl@0: //! @SYMTestPriority 1 sl@0: //! @SYMTestExpectedResults Frame rate is reduced with increased static load sl@0: //! 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: //! @SYMTestType CIT sl@0: sl@0: RUN_TEST_STEP !Heap=0x200000 2000 t_wservintegserver WServIntegSurface c:\graphics\graphics-wserv-integ-surface.ini graphics-wserv-integ-surface-0002-004 sl@0: END_TESTCASE GRAPHICS-WSERV-INTEG-SURFACE-0002-0004 sl@0: sl@0: START_TESTCASE GRAPHICS-WSERV-INTEG-SURFACE-0002-0005 sl@0: //! @SYMTestCaseID GRAPHICS-WSERV-INTEG-SURFACE-0002-0005 sl@0: //! @SYMPREQ 1007 1019 sl@0: //! @SYMREQ 8222 8223 8227 sl@0: //! @SYMAPI RWindow sl@0: //! @SYMAuthor John Mercer sl@0: //! @SYMCreationDate 24/08/2007 sl@0: //! @SYMTestCaseDependencies graphics-wserv-integ-surface.script sl@0: //! @SYMTestCaseDesc Moving Image with opaque UI Components, with 50% simulated load sl@0: //! @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: //! Measure the frame rate at which the display is updated when under a simulated load. sl@0: //! @SYMTestStatus Implemented sl@0: //! @SYMTestPriority 1 sl@0: //! @SYMTestExpectedResults Frame rate is reduced with increased static load sl@0: //! 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: //! @SYMTestType CIT sl@0: sl@0: RUN_TEST_STEP !Heap=0x200000 2000 t_wservintegserver WServIntegSurface c:\graphics\graphics-wserv-integ-surface.ini graphics-wserv-integ-surface-0002-005 sl@0: END_TESTCASE GRAPHICS-WSERV-INTEG-SURFACE-0002-0005 sl@0: sl@0: START_TESTCASE GRAPHICS-WSERV-INTEG-SURFACE-0002-0006 sl@0: //! @SYMTestCaseID GRAPHICS-WSERV-INTEG-SURFACE-0002-0006 sl@0: //! @SYMPREQ 1007 1019 sl@0: //! @SYMREQ 8222 8223 8227 sl@0: //! @SYMAPI RWindow sl@0: //! @SYMAuthor John Mercer sl@0: //! @SYMCreationDate 24/08/2007 sl@0: //! @SYMTestCaseDependencies graphics-wserv-integ-surface.script sl@0: //! @SYMTestCaseDesc Moving Image with opaque UI Components, with 60% simulated load sl@0: //! @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: //! Measure the frame rate at which the display is updated when under a simulated load. sl@0: //! @SYMTestStatus Implemented sl@0: //! @SYMTestPriority 1 sl@0: //! @SYMTestExpectedResults Frame rate is reduced with increased static load sl@0: //! 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: //! @SYMTestType CIT sl@0: sl@0: RUN_TEST_STEP !Heap=0x200000 2000 t_wservintegserver WServIntegSurface c:\graphics\graphics-wserv-integ-surface.ini graphics-wserv-integ-surface-0002-006 sl@0: END_TESTCASE GRAPHICS-WSERV-INTEG-SURFACE-0002-0006 sl@0: sl@0: START_TESTCASE GRAPHICS-WSERV-INTEG-SURFACE-0003-0001 sl@0: //! @SYMTestCaseID GRAPHICS-WSERV-INTEG-SURFACE-0003-0001 sl@0: //! @SYMPREQ 1007 1019 sl@0: //! @SYMREQ 8222 8223 8227 sl@0: //! @SYMAPI RWindow sl@0: //! @SYMAuthor John Mercer sl@0: //! @SYMCreationDate 24/08/2007 sl@0: //! @SYMTestCaseDependencies graphics-wserv-integ-surface.script sl@0: //! @SYMTestCaseDesc Moving Image with opaque UI Components, with window size > image size sl@0: //! @SYMTestActions Info - Image stretched to fit window sl@0: //! Measure frame rate achieved whilst image size is changed sl@0: //! With window size to full screen. sl@0: //! Image size to Half Screen sl@0: //! @SYMTestStatus Implemented sl@0: //! @SYMTestPriority 1 sl@0: //! @SYMTestExpectedResults Frame Rate: 30fps sl@0: //! 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: //! NOTE: Results may well differ between emulator and hardware depending on filtering technique used in stretching the image to the window size. sl@0: //! @SYMTestType CIT sl@0: sl@0: RUN_TEST_STEP !Heap=0x200000 500 t_wservintegserver WServIntegSurface c:\graphics\graphics-wserv-integ-surface.ini graphics-wserv-integ-surface-0003-001 sl@0: END_TESTCASE GRAPHICS-WSERV-INTEG-SURFACE-0003-0001 sl@0: sl@0: START_TESTCASE GRAPHICS-WSERV-INTEG-SURFACE-0003-0002 sl@0: //! @SYMTestCaseID GRAPHICS-WSERV-INTEG-SURFACE-0003-0002 sl@0: //! @SYMPREQ 1007 1019 sl@0: //! @SYMREQ 8222 8223 8227 sl@0: //! @SYMAPI RWindow sl@0: //! @SYMAuthor John Mercer sl@0: //! @SYMCreationDate 24/08/2007 sl@0: //! @SYMTestCaseDependencies graphics-wserv-integ-surface.script sl@0: //! @SYMTestCaseDesc Moving Image with opaque UI Components, with window size > image size sl@0: //! @SYMTestActions Info - Image stretched to fit window sl@0: //! Measure frame rate achieved whilst image size is changed sl@0: //! With window size to full screen. sl@0: //! Image size to Quarter Screen sl@0: //! @SYMTestStatus Implemented sl@0: //! @SYMTestPriority 1 sl@0: //! @SYMTestExpectedResults Frame Rate: 30fps sl@0: //! 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: //! NOTE: Results may well differ between emulator and hardware depending on filtering technique used in stretching the image to the window size. sl@0: //! @SYMTestType CIT sl@0: sl@0: RUN_TEST_STEP !Heap=0x200000 500 t_wservintegserver WServIntegSurface c:\graphics\graphics-wserv-integ-surface.ini graphics-wserv-integ-surface-0003-002 sl@0: END_TESTCASE GRAPHICS-WSERV-INTEG-SURFACE-0003-0002 sl@0: sl@0: START_TESTCASE GRAPHICS-WSERV-INTEG-SURFACE-0003-0003 sl@0: //! @SYMTestCaseID GRAPHICS-WSERV-INTEG-SURFACE-0003-0003 sl@0: //! @SYMPREQ 1007 1019 sl@0: //! @SYMREQ 8222 8223 8227 sl@0: //! @SYMAPI RWindow sl@0: //! @SYMAuthor John Mercer sl@0: //! @SYMCreationDate 24/08/2007 sl@0: //! @SYMTestCaseDependencies graphics-wserv-integ-surface.script sl@0: //! @SYMTestCaseDesc Moving Image with opaque UI Components, with window size > image size sl@0: //! @SYMTestActions Info - Image stretched to fit window sl@0: //! Measure frame rate achieved whilst image size is changed sl@0: //! With window size to full screen. sl@0: //! Image size to Eigth Screen sl@0: //! @SYMTestStatus Implemented sl@0: //! @SYMTestPriority 1 sl@0: //! @SYMTestExpectedResults Frame Rate: 30fps sl@0: 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: NOTE: Results may well differ between emulator and hardware depending on filtering technique used in stretching the image to the window size. sl@0: //! @SYMTestType CIT sl@0: sl@0: RUN_TEST_STEP !Heap=0x200000 500 t_wservintegserver WServIntegSurface c:\graphics\graphics-wserv-integ-surface.ini graphics-wserv-integ-surface-0003-003 sl@0: END_TESTCASE GRAPHICS-WSERV-INTEG-SURFACE-0003-0003 sl@0: sl@0: START_TESTCASE GRAPHICS-WSERV-INTEG-SURFACE-0004-0001 sl@0: //! @SYMTestCaseID GRAPHICS-WSERV-INTEG-SURFACE-0004-0001 sl@0: //! @SYMPREQ 1007 1019 sl@0: //! @SYMREQ 8222 8223 8227 sl@0: //! @SYMAPI RWindow sl@0: //! @SYMAuthor John Mercer sl@0: //! @SYMCreationDate 24/08/2007 sl@0: //! @SYMTestCaseDependencies graphics-wserv-integ-surface.script sl@0: //! @SYMTestCaseDesc Moving Image with opaque UI Components, with window size == image size sl@0: //! @SYMTestActions Measure frame rate achieved whilst image size is changed sl@0: //! With window size to half screen. sl@0: //! Image size to Half Screen sl@0: //! @SYMTestStatus Implemented sl@0: //! @SYMTestPriority 1 sl@0: //! @SYMTestExpectedResults Frame Rate: 30fps sl@0: 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: NOTE: Results may well differ between emulator and hardware depending on filtering technique used in stretching the image to the window size. sl@0: //! @SYMTestType CIT sl@0: sl@0: RUN_TEST_STEP !Heap=0x200000 500 t_wservintegserver WServIntegSurface c:\graphics\graphics-wserv-integ-surface.ini graphics-wserv-integ-surface-0004-001 sl@0: END_TESTCASE GRAPHICS-WSERV-INTEG-SURFACE-0004-0001 sl@0: sl@0: START_TESTCASE GRAPHICS-WSERV-INTEG-SURFACE-0004-0002 sl@0: //! @SYMTestCaseID GRAPHICS-WSERV-INTEG-SURFACE-0004-0002 sl@0: //! @SYMPREQ 1007 1019 sl@0: //! @SYMREQ 8222 8223 8227 sl@0: //! @SYMAPI RWindow sl@0: //! @SYMAuthor John Mercer sl@0: //! @SYMCreationDate 24/08/2007 sl@0: //! @SYMTestCaseDependencies graphics-wserv-integ-surface.script sl@0: //! @SYMTestCaseDesc Moving Image with opaque UI Components, with window size == image size sl@0: //! @SYMTestActions Measure frame rate achieved whilst image size is changed sl@0: //! With window size to quarter screen. sl@0: //! Image size to Quarter Screen sl@0: //! @SYMTestStatus Implemented sl@0: //! @SYMTestPriority 1 sl@0: //! @SYMTestExpectedResults Frame Rate: 30fps sl@0: //! 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: //! NOTE: Results may well differ between emulator and hardware depending on filtering technique used in stretching the image to the window size. sl@0: //! @SYMTestType CIT sl@0: sl@0: RUN_TEST_STEP !Heap=0x200000 500 t_wservintegserver WServIntegSurface c:\graphics\graphics-wserv-integ-surface.ini graphics-wserv-integ-surface-0004-002 sl@0: END_TESTCASE GRAPHICS-WSERV-INTEG-SURFACE-0004-0002 sl@0: sl@0: START_TESTCASE GRAPHICS-WSERV-INTEG-SURFACE-0004-0003 sl@0: //! @SYMTestCaseID GRAPHICS-WSERV-INTEG-SURFACE-0004-0003 sl@0: //! @SYMPREQ 1007 1019 sl@0: //! @SYMREQ 8222 8223 8227 sl@0: //! @SYMAPI RWindow sl@0: //! @SYMAuthor John Mercer sl@0: //! @SYMCreationDate 24/08/2007 sl@0: //! @SYMTestCaseDependencies graphics-wserv-integ-surface.script sl@0: //! @SYMTestCaseDesc Moving Image with opaque UI Components, with window size == image size sl@0: //! @SYMTestActions Measure frame rate achieved whilst image size is changed sl@0: //! With window size to eigth screen. sl@0: //! Image size to Eigth Screen sl@0: //! @SYMTestStatus Implemented sl@0: //! @SYMTestPriority 1 sl@0: //! @SYMTestExpectedResults Frame Rate: 30fps sl@0: //! 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: //! NOTE: Results may well differ between emulator and hardware depending on filtering technique used in stretching the image to the window size. sl@0: //! @SYMTestType CIT sl@0: sl@0: RUN_TEST_STEP !Heap=0x200000 500 t_wservintegserver WServIntegSurface c:\graphics\graphics-wserv-integ-surface.ini graphics-wserv-integ-surface-0004-003 sl@0: END_TESTCASE GRAPHICS-WSERV-INTEG-SURFACE-0004-0003 sl@0: sl@0: START_TESTCASE GRAPHICS-WSERV-INTEG-SURFACE-0005-0001 sl@0: //! @SYMTestCaseID GRAPHICS-WSERV-INTEG-SURFACE-0005-0001 sl@0: //! @SYMPREQ 1007 1019 sl@0: //! @SYMREQ 8222 8223 8227 sl@0: //! @SYMAPI RWindow sl@0: //! @SYMAuthor John Mercer sl@0: //! @SYMCreationDate 24/08/2007 sl@0: //! @SYMTestCaseDependencies graphics-wserv-integ-surface.script sl@0: //! @SYMTestCaseDesc Moving Image with opaque UI Components, with window size < image size sl@0: //! @SYMTestActions Info - Image compressed to fit window sl@0: //! Measure frame rate achieved whilst image size is changed sl@0: //! With window size to half screen. sl@0: //! Image size to full screen sl@0: //! @SYMTestStatus Implemented sl@0: //! @SYMTestPriority 1 sl@0: //! @SYMTestExpectedResults Frame Rate: 30fps sl@0: //! 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: //! NOTE: Results may well differ between emulator and hardware depending on filtering technique used in stretching the image to the window size. sl@0: //! @SYMTestType CIT sl@0: sl@0: RUN_TEST_STEP !Heap=0x200000 500 t_wservintegserver WServIntegSurface c:\graphics\graphics-wserv-integ-surface.ini graphics-wserv-integ-surface-0005-001 sl@0: END_TESTCASE GRAPHICS-WSERV-INTEG-SURFACE-0005-0001 sl@0: sl@0: START_TESTCASE GRAPHICS-WSERV-INTEG-SURFACE-0005-0002 sl@0: //! @SYMTestCaseID GRAPHICS-WSERV-INTEG-SURFACE-0005-0002 sl@0: //! @SYMPREQ 1007 1019 sl@0: //! @SYMREQ 8222 8223 8227 sl@0: //! @SYMAPI RWindow sl@0: //! @SYMAuthor John Mercer sl@0: //! @SYMCreationDate 24/08/2007 sl@0: //! @SYMTestCaseDependencies graphics-wserv-integ-surface.script sl@0: //! @SYMTestCaseDesc Moving Image with opaque UI Components, with window size < image size sl@0: //! @SYMTestActions Info - Image compressed to fit window sl@0: //! Measure frame rate achieved whilst image size is changed sl@0: //! With window size to quarter screen. sl@0: //! Image size to full screen sl@0: //! @SYMTestStatus Implemented sl@0: //! @SYMTestPriority 1 sl@0: //! @SYMTestExpectedResults Frame Rate: 30fps sl@0: //! 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: //! NOTE: Results may well differ between emulator and hardware depending on filtering technique used in stretching the image to the window size. sl@0: //! @SYMTestType CIT sl@0: sl@0: RUN_TEST_STEP !Heap=0x200000 500 t_wservintegserver WServIntegSurface c:\graphics\graphics-wserv-integ-surface.ini graphics-wserv-integ-surface-0005-002 sl@0: END_TESTCASE GRAPHICS-WSERV-INTEG-SURFACE-0005-0002 sl@0: sl@0: START_TESTCASE GRAPHICS-WSERV-INTEG-SURFACE-0005-0003 sl@0: //! @SYMTestCaseID GRAPHICS-WSERV-INTEG-SURFACE-0005-0003 sl@0: //! @SYMPREQ 1007 1019 sl@0: //! @SYMREQ 8222 8223 8227 sl@0: //! @SYMAPI RWindow sl@0: //! @SYMAuthor John Mercer sl@0: //! @SYMCreationDate 24/08/2007 sl@0: //! @SYMTestCaseDependencies graphics-wserv-integ-surface.script sl@0: //! @SYMTestCaseDesc Moving Image with opaque UI Components, with window size < image size sl@0: //! @SYMTestActions Info - Image compressed to fit window sl@0: //! Measure frame rate achieved whilst image size is changed sl@0: //! With window size to eigth screen. sl@0: //! Image size to full screen sl@0: //! @SYMTestStatus Implemented sl@0: //! @SYMTestPriority 1 sl@0: //! @SYMTestExpectedResults Frame Rate: 30fps sl@0: //! 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: //! NOTE: Results may well differ between emulator and hardware depending on filtering technique used in stretching the image to the window size. sl@0: //! @SYMTestType CIT sl@0: sl@0: RUN_TEST_STEP !Heap=0x200000 500 t_wservintegserver WServIntegSurface c:\graphics\graphics-wserv-integ-surface.ini graphics-wserv-integ-surface-0005-003 sl@0: END_TESTCASE GRAPHICS-WSERV-INTEG-SURFACE-0005-0003 sl@0: sl@0: START_TESTCASE GRAPHICS-WSERV-INTEG-SURFACE-0006-0001 sl@0: //! @SYMTestCaseID GRAPHICS-WSERV-INTEG-SURFACE-0006-0001 sl@0: //! @SYMPREQ 1007 1019 sl@0: //! @SYMREQ 8222 8223 8227 sl@0: //! @SYMAPI RWindow sl@0: //! @SYMAuthor John Mercer sl@0: //! @SYMCreationDate 24/08/2007 sl@0: //! @SYMTestCaseDependencies graphics-wserv-integ-surface.script sl@0: //! @SYMTestCaseDesc Moving Image with opaque UI Components, changing window size during playback sl@0: //! @SYMTestActions With graphics-0001 as a base. sl@0: //! Use Rwindow::SetSize() to incrementally decrease window size to 0, and then increase again to full screen. sl@0: //! Rate of change: once per frame sl@0: //! (Image stretched/compressed to fit window) sl@0: //! Measure frame rate achieved whilst window size is changed. sl@0: //! @SYMTestStatus Implemented sl@0: //! @SYMTestPriority 1 sl@0: //! @SYMTestExpectedResults Frame Rate: 30fps sl@0: //! 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: //! NOTE: Results may well differ between emulator and hardware depending on filtering technique used in compressing the image to the window size. sl@0: //! @SYMTestType CIT sl@0: sl@0: RUN_TEST_STEP !Heap=0x200000 500 t_wservintegserver WServIntegSurface c:\graphics\graphics-wserv-integ-surface.ini graphics-wserv-integ-surface-0006-001 sl@0: END_TESTCASE GRAPHICS-WSERV-INTEG-SURFACE-0006-0001 sl@0: sl@0: START_TESTCASE GRAPHICS-WSERV-INTEG-SURFACE-0007-0001 sl@0: //! @SYMTestCaseID GRAPHICS-WSERV-INTEG-SURFACE-0007-0001 sl@0: //! @SYMPREQ 1007 1019 sl@0: //! @SYMREQ 8222 8223 8227 sl@0: //! @SYMAPI RWindow sl@0: //! @SYMAuthor John Mercer sl@0: //! @SYMCreationDate 24/08/2007 sl@0: //! @SYMTestCaseDependencies graphics-wserv-integ-surface.script sl@0: //! @SYMTestCaseDesc Moving Image with opaque UI Components, changing window position during playback sl@0: //! @SYMTestActions With graphics-0001 as a base. sl@0: //! Window Size: 25% of screen size sl@0: //! Image Size: 25% of screen size sl@0: //! Rate of change: once per frame sl@0: //! 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: //! Measure frame rate achieved whilst window position is changed. sl@0: //! @SYMTestStatus Implemented sl@0: //! @SYMTestPriority 1 sl@0: //! @SYMTestExpectedResults Frame Rate: 30fps sl@0: //! 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: //! @SYMTestType CIT sl@0: sl@0: RUN_TEST_STEP !Heap=0x200000 500 t_wservintegserver WServIntegSurface c:\graphics\graphics-wserv-integ-surface.ini graphics-wserv-integ-surface-0007-001 sl@0: END_TESTCASE GRAPHICS-WSERV-INTEG-SURFACE-0007-0001 sl@0: sl@0: START_TESTCASE GRAPHICS-WSERV-INTEG-SURFACE-0008-0001 sl@0: //! @SYMTestCaseID GRAPHICS-WSERV-INTEG-SURFACE-0008-0001 sl@0: //! @SYMPREQ 1007 1019 sl@0: //! @SYMREQ 8222 8223 8227 sl@0: //! @SYMAPI RWindow sl@0: //! @SYMAuthor John Mercer sl@0: //! @SYMCreationDate 24/08/2007 sl@0: //! @SYMTestCaseDependencies graphics-wserv-integ-surface.script sl@0: //! @SYMTestCaseDesc Moving Image with opaque UI Components, changing window position and size during playback sl@0: //! @SYMTestActions With graphics-0001 as a base. sl@0: //! 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: //! Rate of change: once per frame sl@0: //! Measure frame rate achieved whilst window size is changed. sl@0: //! @SYMTestStatus Implemented sl@0: //! @SYMTestPriority 1 sl@0: //! @SYMTestExpectedResults Frame Rate: 30fps sl@0: //! 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: //! NOTE: Results may well differ between emulator and hardware depending on filtering technique used in compressing the image to the window size. sl@0: //! @SYMTestType CIT sl@0: sl@0: RUN_TEST_STEP !Heap=0x200000 500 t_wservintegserver WServIntegSurface c:\graphics\graphics-wserv-integ-surface.ini graphics-wserv-integ-surface-0008-001 sl@0: END_TESTCASE GRAPHICS-WSERV-INTEG-SURFACE-0008-0001 sl@0: sl@0: START_TESTCASE GRAPHICS-WSERV-INTEG-SURFACE-0012-0001 sl@0: //! @SYMTestCaseID GRAPHICS-WSERV-INTEG-SURFACE-0012-0001 sl@0: //! @SYMPREQ 1007 1019 sl@0: //! @SYMREQ 8222 8223 8227 sl@0: //! @SYMAPI RWindow sl@0: //! @SYMAuthor John Mercer sl@0: //! @SYMCreationDate 24/08/2007 sl@0: //! @SYMTestCaseDependencies graphics-wserv-integ-surface.script sl@0: //! @SYMTestCaseDesc Moving Image with opaque UI Components, image off screen 1 sl@0: //! @SYMTestActions With graphics-0001 as a base. sl@0: //! Position window to be partially off screen sl@0: //! Measure frame rate. sl@0: //! @SYMTestStatus Implemented sl@0: //! @SYMTestPriority 1 sl@0: //! @SYMTestExpectedResults Frame Rate: 30fps sl@0: //! 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: //! NOTE: Part of the image is off screen. sl@0: //! @SYMTestType CIT sl@0: sl@0: RUN_TEST_STEP !Heap=0x200000 500 t_wservintegserver WServIntegSurface c:\graphics\graphics-wserv-integ-surface.ini graphics-wserv-integ-surface-0012-001 sl@0: END_TESTCASE GRAPHICS-WSERV-INTEG-SURFACE-0012-0001 sl@0: sl@0: START_TESTCASE GRAPHICS-WSERV-INTEG-SURFACE-0013-0001 sl@0: //! @SYMTestCaseID GRAPHICS-WSERV-INTEG-SURFACE-0013-0001 sl@0: //! @SYMPREQ 1007 1019 sl@0: //! @SYMREQ 8222 8223 8227 sl@0: //! @SYMAPI RWindow sl@0: //! @SYMAuthor John Mercer sl@0: //! @SYMCreationDate 24/08/2007 sl@0: //! @SYMTestCaseDependencies graphics-wserv-integ-surface.script sl@0: //! @SYMTestCaseDesc Moving Image with opaque UI Components, image off screen 2 sl@0: //! @SYMTestActions With graphics-0001 as a base. sl@0: //! Position window to be partially off screen. sl@0: //! 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: //! Measure frame rate. sl@0: //! @SYMTestStatus Implemented sl@0: //! @SYMTestPriority 1 sl@0: //! @SYMTestExpectedResults Composition time improves as more of window moves off screen. sl@0: //! 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: //! NOTE: Window moves further off screen. sl@0: //! @SYMTestType CIT sl@0: sl@0: RUN_TEST_STEP !Heap=0x200000 500 t_wservintegserver WServIntegSurface c:\graphics\graphics-wserv-integ-surface.ini graphics-wserv-integ-surface-0013-001 sl@0: END_TESTCASE GRAPHICS-WSERV-INTEG-SURFACE-0013-0001 sl@0: sl@0: START_TESTCASE GRAPHICS-WSERV-INTEG-SURFACE-0014-0001 sl@0: //! @SYMTestCaseID GRAPHICS-WSERV-INTEG-SURFACE-0014-0001 sl@0: //! @SYMPREQ 1007 1019 sl@0: //! @SYMREQ 8222 8223 8227 sl@0: //! @SYMAPI RWindow sl@0: //! @SYMAuthor John Mercer sl@0: //! @SYMCreationDate 24/08/2007 sl@0: //! @SYMTestCaseDependencies graphics-wserv-integ-surface.script sl@0: //! @SYMTestCaseDesc Moving Image with opaque UI Components, popup opaque dialog sl@0: //! @SYMTestActions With graphics-0001 as a base. sl@0: //! 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: //! Close dialog. sl@0: //! Repeat. sl@0: //! Measure frame rate sl@0: //! @SYMTestStatus Implemented sl@0: //! @SYMTestPriority 1 sl@0: //! @SYMTestExpectedResults Frame Rate: 30fps sl@0: //! 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: //! Opaque dialog appears and disappears on top of scene. sl@0: //! @SYMTestType CIT sl@0: sl@0: RUN_TEST_STEP !Heap=0x200000 500 t_wservintegserver WServIntegSurface c:\graphics\graphics-wserv-integ-surface.ini graphics-wserv-integ-surface-0014-001 sl@0: END_TESTCASE GRAPHICS-WSERV-INTEG-SURFACE-0014-0001 sl@0: sl@0: START_TESTCASE GRAPHICS-WSERV-INTEG-SURFACE-0015-0001 sl@0: //! @SYMTestCaseID GRAPHICS-WSERV-INTEG-SURFACE-0015-0001 sl@0: //! @SYMPREQ 1007 1019 sl@0: //! @SYMREQ 8222 8223 8227 sl@0: //! @SYMAPI RWindow sl@0: //! @SYMAuthor John Mercer sl@0: //! @SYMCreationDate 24/08/2007 sl@0: //! @SYMTestCaseDependencies graphics-wserv-integ-surface.script sl@0: //! @SYMTestCaseDesc Moving Image with opaque UI Components, popup semi-transparent dialog sl@0: //! @SYMTestActions With graphics-0001 as a base. sl@0: //! 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: //! Close dialog. sl@0: //! Repeat. sl@0: //! Measure frame rate. sl@0: //! @SYMTestStatus Implemented sl@0: //! @SYMTestPriority 1 sl@0: //! @SYMTestExpectedResults Frame Rate: 30fps sl@0: //! 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: //! Semi-transparent dialog is composed on top of scene. sl@0: //! @SYMTestType CIT sl@0: sl@0: RUN_TEST_STEP !Heap=0x200000 500 t_wservintegserver WServIntegSurface c:\graphics\graphics-wserv-integ-surface.ini graphics-wserv-integ-surface-0015-001 sl@0: END_TESTCASE GRAPHICS-WSERV-INTEG-SURFACE-0015-0001