|
1 // Copyright (c) 2007-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 @file |
|
18 @test |
|
19 */ |
|
20 |
|
21 #ifndef EGLTEST_SIBILING_H_ |
|
22 #define EGLTEST_SIBILING_H_ |
|
23 |
|
24 #include "eglteststep.h" |
|
25 |
|
26 _LIT(KEGL_Image_Sibling_Basic, "EGL_Image_Sibling_Basic"); |
|
27 NONSHARABLE_CLASS(CEglTest_EGL_Image_Sibling_Basic) : public CEglTestStep |
|
28 { |
|
29 public: |
|
30 TVerdict doTestStepL(); |
|
31 }; |
|
32 |
|
33 _LIT(KEGL_Image_Sibling_VGImage, "EGL_Image_Sibling_VGImage"); |
|
34 NONSHARABLE_CLASS(CEglTest_EGL_Image_Sibling_VGImage) : public CEglTestStep |
|
35 { |
|
36 public: |
|
37 TVerdict doTestStepL(); |
|
38 }; |
|
39 |
|
40 _LIT(KEGL_Image_Sibling_Two_VGImages, "EGL_Image_Sibling_Two_VGImages"); |
|
41 NONSHARABLE_CLASS(CEglTest_EGL_Image_Sibling_Two_VGImages) : public CEglTestStep |
|
42 { |
|
43 public: |
|
44 TVerdict doTestStepL(); |
|
45 }; |
|
46 |
|
47 _LIT(KEGL_Image_Sibling_VGImage_Child, "EGL_Image_Sibling_VGImage_Child"); |
|
48 NONSHARABLE_CLASS(CEglTest_EGL_Image_Sibling_VGImage_Child) : public CEglTestStep |
|
49 { |
|
50 public: |
|
51 TVerdict doTestStepL(); |
|
52 }; |
|
53 |
|
54 _LIT(KEGL_Image_CreatePBufferFromClient_With_Sibling_VGImage, "EGL_Image_CreatePBufferFromClient_With_Sibling_VGImage"); |
|
55 NONSHARABLE_CLASS(CEglTest_EGL_Image_CreatePBufferFromClient_With_Sibling_VGImage) : public CEglTestStep |
|
56 { |
|
57 public: |
|
58 TVerdict doTestStepL(); |
|
59 }; |
|
60 |
|
61 _LIT(KEGL_Image_Sibling_VGImage_Child_CheckContents, "EGL_Image_Sibling_VGImage_Child_CheckContents"); |
|
62 NONSHARABLE_CLASS(CEglTest_EGL_Image_Sibling_VGImage_Child_CheckContents) : public CEglTestStep |
|
63 { |
|
64 public: |
|
65 TVerdict doTestStepL(); |
|
66 }; |
|
67 |
|
68 _LIT(KEGL_Image_Sibling_VGImage_Child_CheckContents_CloseSgEarlier, "EGL_Image_Sibling_VGImage_Child_CheckContents_CloseSgEarlier"); |
|
69 NONSHARABLE_CLASS(CEglTest_EGL_Image_Sibling_VGImage_Child_CheckContents_CloseSgEarlier) : public CEglTestStep |
|
70 { |
|
71 public: |
|
72 TVerdict doTestStepL(); |
|
73 }; |
|
74 |
|
75 #endif /*EGLTEST_SIBILING_H_*/ |