121
|
1 |
// Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
|
|
2 |
// All rights reserved.
|
|
3 |
// This component and the accompanying materials are made available
|
|
4 |
// under the terms of "Eclipse Public License v1.0"
|
|
5 |
// which accompanies this distribution, and is available
|
|
6 |
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
|
7 |
//
|
|
8 |
// Initial Contributors:
|
|
9 |
// Nokia Corporation - initial contribution.
|
|
10 |
//
|
|
11 |
// Contributors:
|
|
12 |
//
|
|
13 |
// Description:
|
|
14 |
// Run EGL surface scaling tests.
|
|
15 |
//
|
|
16 |
|
|
17 |
PRINT Run EGL surface scaling tests
|
|
18 |
|
|
19 |
LOAD_SUITE egltestserver
|
|
20 |
|
|
21 |
RUN_TEST_STEP 100 egltestserver SurfaceScaling_Positive
|
|
22 |
RUN_TEST_STEP 100 egltestserver SurfaceScaling_WindowResize
|
|
23 |
RUN_TEST_STEP 100 egltestserver SurfaceScaling_ExtentPositionChange
|
|
24 |
RUN_TEST_STEP 100 egltestserver SurfaceScaling_ExtentSizeChange
|
|
25 |
RUN_TEST_STEP 100 egltestserver SurfaceScaling_SwapBuffers
|
|
26 |
RUN_TEST_STEP 100 egltestserver SurfaceScaling_WindowSurface_Check
|
|
27 |
RUN_TEST_STEP 100 egltestserver SurfaceScaling_Negative_CreateWindowSurface
|
|
28 |
RUN_TEST_STEP 100 egltestserver SurfaceScaling_Negative_FixedSize_NonWindowSurface
|
|
29 |
RUN_TEST_STEP 100 egltestserver SurfaceScalingDefaultBorderColor
|
|
30 |
RUN_TEST_STEP 100 egltestserver SurfaceScalingModifyingBorderColor
|
|
31 |
RUN_TEST_STEP 100 egltestserver SurfaceScalingModifyingBorderColorNonFixed
|
|
32 |
RUN_TEST_STEP 100 egltestserver SurfaceScalingModifyingInvalidBorderColor
|
|
33 |
RUN_TEST_STEP 100 egltestserver SurfaceScalingModifyingExtent
|
|
34 |
RUN_TEST_STEP 100 egltestserver SurfaceScalingModifyingExtentNonFixed
|
|
35 |
RUN_TEST_STEP 100 egltestserver SurfaceScalingQuerySurface
|
|
36 |
RUN_TEST_STEP 100 egltestserver SurfaceScalingQuerySurfaceNonFixed
|
|
37 |
RUN_TEST_STEP 100 egltestserver SurfaceScalingCapability
|
|
38 |
RUN_TEST_STEP 100 egltestserver SurfaceScalingSet
|
|
39 |
RUN_TEST_STEP 100 egltestserver SurfaceScalingSetNonFixed
|
|
40 |
RUN_TEST_STEP 100 egltestserver SurfaceScalingSetInvalidAttributes
|
|
41 |
RUN_TEST_STEP 100 egltestserver SurfaceScalingNotInitialized
|
|
42 |
|
|
43 |
PRINT Complete egltest_t_surfacescaling
|