|
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 // egltest_vgimagetosurface.h |
|
15 // |
|
16 // |
|
17 |
|
18 /** |
|
19 @file |
|
20 @test |
|
21 */ |
|
22 |
|
23 #ifndef __EGLTEST_VGIMAGETOSURFACE_H__ |
|
24 #define __EGLTEST_VGIMAGETOSURFACE_H__ |
|
25 |
|
26 #include "eglteststep.h" |
|
27 |
|
28 |
|
29 _LIT(KEGL_Image_VgImage_To_pBuffer, "EGL_Image_VgImage_To_pBuffer"); |
|
30 NONSHARABLE_CLASS(CEglTest_EGL_Image_VgImage_To_pBuffer) : public CEglTestStep |
|
31 { |
|
32 public: |
|
33 TVerdict doTestStepL(); |
|
34 TVerdict doTestPartialStepL(); |
|
35 }; |
|
36 |
|
37 _LIT(KEGL_Image_VgImage_To_Window, "EGL_Image_VgImage_To_Window"); |
|
38 NONSHARABLE_CLASS(CEglTest_EGL_Image_VgImage_To_Window) : public CEglTestStep |
|
39 { |
|
40 public: |
|
41 TVerdict doTestStepL(); |
|
42 TVerdict doTestPartialStepL(); |
|
43 }; |
|
44 |
|
45 _LIT(KEGL_Image_VgImage_To_Pixmap, "EGL_Image_VgImage_To_Pixmap"); |
|
46 NONSHARABLE_CLASS(CEglTest_EGL_Image_VgImage_To_Pixmap) : public CEglTestStep |
|
47 { |
|
48 public: |
|
49 TVerdict doTestStepL(); |
|
50 TVerdict doTestPartialStepL(); |
|
51 }; |
|
52 |
|
53 _LIT(KEGL_Image_VGImage_To_Pixmap_CFbs, "EGL_Image_VGImage_To_Pixmap_CFbs"); |
|
54 NONSHARABLE_CLASS(CEglTest_EGL_Image_VGImage_To_Pixmap_CFbs) : public CEglTestStep |
|
55 { |
|
56 public: |
|
57 TVerdict doTestStepL(); |
|
58 TVerdict doTestPartialStepL(); |
|
59 }; |
|
60 |
|
61 #endif //__EGLTEST_VGIMAGETOSURFACE_H__ |