equal
deleted
inserted
replaced
|
1 // Copyright (c) 2009 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 // |
|
15 |
|
16 // |
|
17 PRINT Run SgImageLite tests for FBS and Theme Server use cases |
|
18 // |
|
19 LOAD_SUITE egltestserver |
|
20 |
|
21 |
|
22 //MultiProcesses Tests |
|
23 RUN_TEST_STEP 100 egltestserver EGL_Image_Multi_Process_Sibling_Basic |
|
24 RUN_TEST_STEP 100 egltestserver EGL_Image_Multi_Process_Sibling_CheckContents |
|
25 RUN_TEST_STEP 100 egltestserver EGL_Image_Multi_Process_Parallel |
|
26 RUN_TEST_STEP 100 egltestserver EGL_Image_Multi_Process_VgImage_Source |
|
27 RUN_TEST_STEP 100 egltestserver EGL_Image_Multi_Process_VgImage_DrawAfterTerminate |
|
28 |
|
29 //Font and theme server Tests |
|
30 RUN_TEST_STEP 100 egltestserver EGL_Image_Multi_Process_FontServer_Upfront |
|
31 RUN_TEST_STEP 100 egltestserver EGL_Image_Multi_Process_FontServer_Deferred |
|
32 RUN_TEST_STEP 100 egltestserver EGL_Image_Multi_Process_ThemeServer |
|
33 |
|
34 RUN_TEST_STEP 100 egltestserver EGL_Image_Multi_Process_VgImage_ProcessTerminate |
|
35 RUN_TEST_STEP 100 egltestserver EGL_Image_Multi_Process_VgImage_ProcessTerminate2 |
|
36 RUN_TEST_STEP 100 egltestserver EGL_Image_Multi_Process_VgImage_ProcessTerminateNegative |
|
37 RUN_TEST_STEP 100 egltestserver EGL_Image_Multi_Process_VgImage_ReadWrite |
|
38 |