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-surface5.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: // 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-0061-0001 sl@0: //! @SYMTestCaseID GRAPHICS-WSERV-INTEG-SURFACE-0061-0001 sl@0: //! @SYMPREQ 1007 1019 sl@0: //! @SYMREQ 8222 8223 8227 8229 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 Background animation with semi-transparent UI Components - Open GL ES 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: RGB 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: //! Buffer Format: [whatever is implemented within EGL adaptation] sl@0: //! Start SimLoadApp sl@0: //! Start animation: sl@0: //! Create Rwindow sl@0: //! Call eglCreateWindowSurface sl@0: //! Render to egl window surface sl@0: //! Content is to be simple but quickly indicative of failure to the human eye. sl@0: //! Register callback for image update sl@0: //! Create simulated UI Components sl@0: //! 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: //! 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 produce animation. 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 semi-transparent 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 100 t_wservintegserver WServIntegSurface c:\graphics\graphics-wserv-integ-surface.ini graphics-wserv-integ-surface-0061-001 sl@0: END_TESTCASE GRAPHICS-WSERV-INTEG-SURFACE-0061-0001 sl@0: sl@0: START_TESTCASE GRAPHICS-WSERV-INTEG-SURFACE-0062-0001 sl@0: //! @SYMTestCaseID GRAPHICS-WSERV-INTEG-SURFACE-0062-0001 sl@0: //! @SYMPREQ 1007 1019 sl@0: //! @SYMREQ 8222 8223 8227 8229 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 Background animation with semi-transparent UI Components - Open GL ES sl@0: //! @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: //! Measure the frame rate at which the display is updated sl@0: //! 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 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: //! @SYMTestType CIT sl@0: sl@0: RUN_TEST_STEP !Heap=0x200000 100 t_wservintegserver WServIntegSurface c:\graphics\graphics-wserv-integ-surface.ini graphics-wserv-integ-surface-0062-001 sl@0: END_TESTCASE GRAPHICS-WSERV-INTEG-SURFACE-0062-0001 sl@0: sl@0: START_TESTCASE GRAPHICS-WSERV-INTEG-SURFACE-0063-0001 sl@0: //! @SYMTestCaseID GRAPHICS-WSERV-INTEG-SURFACE-0063-0001 sl@0: //! @SYMPREQ 1007 1019 sl@0: //! @SYMREQ 8222 8223 8227 8229 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 Background animation with semi-transparent UI Components - Open VG sl@0: //! @SYMTestActions Repeat graphics-0061 but utilise OpenVG APIs 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 semi-transparent 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 100 t_wservintegserver WServIntegSurface c:\graphics\graphics-wserv-integ-surface.ini graphics-wserv-integ-surface-0063-001 sl@0: END_TESTCASE GRAPHICS-WSERV-INTEG-SURFACE-0063-0001 sl@0: sl@0: START_TESTCASE GRAPHICS-WSERV-INTEG-SURFACE-0064-0001 sl@0: //! @SYMTestCaseID GRAPHICS-WSERV-INTEG-SURFACE-0064-0001 sl@0: //! @SYMPREQ 1007 1019 sl@0: //! @SYMREQ 8222 8223 8227 8229 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 Background animation with semi-transparent UI Components - Open VG sl@0: //! @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: //! 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 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: //! @SYMTestType CIT sl@0: sl@0: RUN_TEST_STEP !Heap=0x200000 100 t_wservintegserver WServIntegSurface c:\graphics\graphics-wserv-integ-surface.ini graphics-wserv-integ-surface-0064-001 sl@0: END_TESTCASE GRAPHICS-WSERV-INTEG-SURFACE-0064-0001 sl@0: sl@0: START_TESTCASE GRAPHICS-WSERV-INTEG-SURFACE-0065-0001 sl@0: //! @SYMTestCaseID GRAPHICS-WSERV-INTEG-SURFACE-0065-0001 sl@0: //! @SYMPREQ 1007 1019 sl@0: //! @SYMREQ 8222 8223 8227 8229 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 Stress Test - simulated video, viewfinder, and animation sl@0: //! @SYMTestActions Add an animated window to the setup described in GRAPHICS-0046-001. sl@0: //! Ensure windows do not overlap. sl@0: //! Each app that ‘draws’ to a window has the same priority sl@0: //! box in its own window in the foreground from a separate process/thread. Close dialog. sl@0: //! Measure frame rate. sl@0: //! @SYMTestStatus Implemented sl@0: //! @SYMTestPriority 1 sl@0: //! @SYMTestExpectedResults Failure criteria To be determined 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-0065-001 sl@0: END_TESTCASE GRAPHICS-WSERV-INTEG-SURFACE-0065-0001 sl@0: sl@0: START_TESTCASE GRAPHICS-WSERV-INTEG-SURFACE-0066-0001 sl@0: //! @SYMTestCaseID GRAPHICS-WSERV-INTEG-SURFACE-0066-0001 sl@0: //! @SYMPREQ 1007 1019 sl@0: //! @SYMREQ 8222 8223 8227 8229 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 Stress Test - simulated video, viewfinder, and animation - with spiked cpu load sl@0: //! @SYMTestActions Measure the frame rate at which the display is updated. sl@0: //! Ensure graphics subsystem provides adequate performance under stress conditions. sl@0: //! Setup as graphics-0085 sl@0: //! Configure simulated load to spike to max cpu load, for 10% of time sl@0: //! Measure frame rate. sl@0: //! @SYMTestStatus Implemented sl@0: //! @SYMTestPriority 1 sl@0: //! @SYMTestExpectedResults Failure criteria To be determined 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-0066-001 sl@0: END_TESTCASE GRAPHICS-WSERV-INTEG-SURFACE-0066-0001 sl@0: sl@0: START_TESTCASE GRAPHICS-WSERV-INTEG-SURFACE-0067-0001 sl@0: //! @SYMTestCaseID GRAPHICS-WSERV-INTEG-SURFACE-0067-0001 sl@0: //! @SYMPREQ 1007 1019 sl@0: //! @SYMREQ 8222 8223 8227 8229 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 Stress Test - simulated video, viewfinder, and animation - additional animation 1 sl@0: //! @SYMTestActions Measure the frame rate at which the display is updated. sl@0: //! Ensure graphics subsystem provides adequate performance under stress conditions. sl@0: //! Setup as graphics-0065 sl@0: //! Add another animated window. sl@0: //! Measure frame rate. sl@0: //! @SYMTestStatus Implemented sl@0: //! @SYMTestPriority 1 sl@0: //! @SYMTestExpectedResults Failure criteria To be determined 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-0067-001 sl@0: END_TESTCASE GRAPHICS-WSERV-INTEG-SURFACE-0067-0001 sl@0: sl@0: START_TESTCASE GRAPHICS-WSERV-INTEG-SURFACE-0068-0001 sl@0: //! @SYMTestCaseID GRAPHICS-WSERV-INTEG-SURFACE-0068-0001 sl@0: //! @SYMPREQ 1007 1019 sl@0: //! @SYMREQ 8222 8223 8227 8229 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 Stress Test - simulated video, viewfinder, and animation - additional animation 2 sl@0: //! @SYMTestActions Measure the frame rate at which the display is updated. sl@0: //! Ensure graphics subsystem provides adequate performance under stress conditions. sl@0: //! Setup as graphics-0065 sl@0: //! Add 4 animated windows sl@0: //! Measure frame rate. sl@0: //! @SYMTestStatus Implemented sl@0: //! @SYMTestPriority 1 sl@0: //! @SYMTestExpectedResults Failure criteria To be determined 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-0068-001 sl@0: END_TESTCASE GRAPHICS-WSERV-INTEG-SURFACE-0068-0001 sl@0: sl@0: START_TESTCASE GRAPHICS-WSERV-INTEG-SURFACE-0069-0001 sl@0: //! @SYMTestCaseID GRAPHICS-WSERV-INTEG-SURFACE-0069-0001 sl@0: //! @SYMPREQ 1007 1019 sl@0: //! @SYMREQ 8222 8223 8227 8229 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 Stress Test - simulated video, viewfinder, and animation - resize, and move sl@0: //! @SYMTestActions Measure the frame rate at which the display is updated. sl@0: //! Ensure graphics subsystem provides adequate performance under stress conditions. sl@0: //! provides adequate performance under stress conditions. sl@0: //! Setup as graphics-0065 sl@0: //! Move and resize windows. sl@0: //! Movement must include off-screen, and overlapping sl@0: //! Rate of change is configurable, i.e. every 5 frames, every frame, every 10 frames. sl@0: //! Measure frame rate. sl@0: //! @SYMTestStatus Implemented sl@0: //! @SYMTestPriority 1 sl@0: //! @SYMTestExpectedResults Failure criteria To be determined 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-0069-001 sl@0: END_TESTCASE GRAPHICS-WSERV-INTEG-SURFACE-0069-0001 sl@0: sl@0: START_TESTCASE GRAPHICS-WSERV-INTEG-SURFACE-0070-0001 sl@0: //! @SYMTestCaseID GRAPHICS-WSERV-INTEG-SURFACE-0070-0001 sl@0: //! @SYMPREQ 1007 1019 sl@0: //! @SYMREQ 8222 8223 8227 8229 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 Stress Test - simulated video, viewfinder, and animation - alpha changing sl@0: //! @SYMTestActions Measure the frame rate at which the display is updated. sl@0: //! Ensure graphics subsystem provides adequate performance under stress conditions. sl@0: //! sl@0: //! Setup as graphics-0065 sl@0: //! Move and resize windows. sl@0: //! Movement must include off-screen, and overlapping sl@0: //! Rate of change is configurable, i.e. every 5 frames, every frame, every 10 frames. sl@0: //! Gradually increase alpha for transparent windows (i.e. simulated UI controls) from 0, to 1, then down again sl@0: //! Measure frame rate. sl@0: //! @SYMTestStatus Implemented sl@0: //! @SYMTestPriority 1 sl@0: //! @SYMTestExpectedResults Failure criteria To be determined 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-0070-001 sl@0: END_TESTCASE GRAPHICS-WSERV-INTEG-SURFACE-0070-0001 sl@0: sl@0: START_TESTCASE GRAPHICS-WSERV-INTEG-SURFACE-0071-0001 sl@0: //! @SYMTestCaseID GRAPHICS-WSERV-INTEG-SURFACE-0071-0001 sl@0: //! @SYMPREQ 1007 1019 sl@0: //! @SYMREQ 8222 8223 8227 8229 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 Performance Test - Send rapid surface updates sl@0: //! @SYMTestActions Measure the frame rate at which the display is updated. sl@0: //! Ensure graphics subsystem provides adequate performance under stress conditions. sl@0: //! Create an opaque UI window and associated background surface sl@0: //! Update the surface each frame with a simple pattern such as 1/4 black 3/4 white sl@0: //! changing the position of the black 1/4 each frame sl@0: //! sl@0: //! Measure frame rate. sl@0: //! @SYMTestStatus Implemented sl@0: //! @SYMTestPriority 1 sl@0: //! @SYMTestExpectedResults Failure criteria To be determined 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-0071-001 sl@0: END_TESTCASE GRAPHICS-WSERV-INTEG-SURFACE-0071-0001 sl@0: sl@0: START_TESTCASE GRAPHICS-WSERV-INTEG-SURFACE-0072-0001 sl@0: //! @SYMTestCaseID GRAPHICS-WSERV-INTEG-SURFACE-0072-0001 sl@0: //! @SYMPREQ 1007 1019 sl@0: //! @SYMREQ 8222 8223 8225 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 a surface of yuv pixel format sl@0: //! @SYMTestActions graphics-wserv-integ-surface-0001-001 as a base sl@0: //! Measure the frame rate at which the display is updated sl@0: //! @SYMTestStatus Implemented sl@0: //! @SYMTestPriority 1 sl@0: //! @SYMTestExpectedResults Failure Criteria: To be determined 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 100 t_wservintegserver WServIntegSurface c:\graphics\graphics-wserv-integ-surface.ini graphics-wserv-integ-surface-0072-001 sl@0: END_TESTCASE GRAPHICS-WSERV-INTEG-SURFACE-0072-0001 sl@0: sl@0: START_TESTCASE GRAPHICS-WSERV-INTEG-SURFACE-0073-0001 sl@0: //! @SYMTestCaseID GRAPHICS-WSERV-INTEG-SURFACE-0073-0001 sl@0: //! @SYMPREQ 1007 1019 sl@0: //! @SYMREQ 8222 8223 8227 8229 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 a surface of RGB 16 bit pixel format sl@0: //! @SYMTestActions graphics-wserv-integ-surface-0001-001 as a base sl@0: //! Measure the frame rate at which the display is updated sl@0: //! @SYMTestStatus Implemented sl@0: //! @SYMTestPriority 1 sl@0: //! @SYMTestExpectedResults Failure Criteria: To be determined 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 100 t_wservintegserver WServIntegSurface c:\graphics\graphics-wserv-integ-surface.ini graphics-wserv-integ-surface-0073-001 sl@0: END_TESTCASE GRAPHICS-WSERV-INTEG-SURFACE-0073-0001 sl@0: sl@0: START_TESTCASE GRAPHICS-WSERV-INTEG-SURFACE-0074-0001 sl@0: //! @SYMTestCaseID GRAPHICS-WSERV-INTEG-SURFACE-0074-0001 sl@0: //! @SYMPREQ 1007 1019 sl@0: //! @SYMREQ 8222 8223 8227 8229 sl@0: //! @SYMAPI RWindow sl@0: //! @SYMAuthor Usman Fayyaz sl@0: //! @SYMCreationDate 20/08/2007 sl@0: //! @SYMTestCaseDependencies graphics-wserv-integ-surface.script sl@0: //! @SYMTestCaseDesc Moving Image with opaque UI Components, with a surface of yuv pixel format sl@0: //! @SYMTestActions graphics-wserv-integ-surface-0001-001 as a base sl@0: //! Measure the frame rate at which the display is updated when GCE is composing sl@0: //! two surfaces created by two independent processes sl@0: //! @SYMTestStatus Implemented sl@0: //! @SYMTestPriority 1 sl@0: //! @SYMTestExpectedResults Failure Criteria: To be determined sl@0: //! 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: //! @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-0074-001 sl@0: END_TESTCASE GRAPHICS-WSERV-INTEG-SURFACE-0074-0001 sl@0: sl@0: START_TESTCASE GRAPHICS-WSERV-INTEG-SURFACE-0075-0001 sl@0: //! @SYMTestCaseID GRAPHICS-WSERV-INTEG-SURFACE-0075-0001 sl@0: //! @SYMPREQ 1007 1019 sl@0: //! @SYMREQ 8222 8223 8227 8229 sl@0: //! @SYMAPI RWindow sl@0: //! @SYMAuthor Usman Fayyaz sl@0: //! @SYMCreationDate 28/08/2007 sl@0: //! @SYMTestCaseDependencies graphics-wserv-integ-surface.script sl@0: //! @SYMTestCaseDesc Evalutate the result when GCE is forced to carry out updates at 30fps sl@0: //! @SYMTestActions Submit surface updates at 30fps sl@0: //! @SYMTestStatus Implemented sl@0: //! @SYMTestPriority 1 sl@0: //! @SYMTestExpectedResults No pass/fail criteria sl@0: //! @SYMTestType CIT sl@0: sl@0: RUN_TEST_STEP !Heap=0x200000 500 t_wservintegserver WServIntegFps c:\graphics\graphics-wserv-integ-surface.ini graphics-wserv-integ-surface-0075-001 sl@0: END_TESTCASE GRAPHICS-WSERV-INTEG-SURFACE-0075-0001 sl@0: