equal
deleted
inserted
replaced
|
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 #include "eglteststep.h" |
|
22 |
|
23 // Concrete tests for testing use of eglCreateSurfacePixmap() |
|
24 |
|
25 _LIT(KCreatePixmapSurface_RSgImage_Negative_RSgImage_NotInitialised, "CreatePixmapSurface_RSgImage_Negative_RSgImage_NotInitialised"); |
|
26 NONSHARABLE_CLASS(CEglTest_CreatePixmapSurface_RSgImage_Negative_RSgImage_NotInitialised) : public CEglTestStep |
|
27 { |
|
28 public: |
|
29 TVerdict doTestStepL(); |
|
30 }; |
|
31 |
|
32 |
|
33 _LIT(KCreatePixmapSurface_Negative_Invalid_Pixmap_Type, "CreatePixmapSurface_Negative_Invalid_Pixmap_Type"); |
|
34 NONSHARABLE_CLASS(CEglTest_CreatePixmapSurface_Negative_Invalid_Pixmap_Type) : public CEglTestStep |
|
35 { |
|
36 public: |
|
37 TVerdict doTestStepL(); |
|
38 }; |
|
39 |
|
40 |
|
41 _LIT(KCreatePixmapSurface_Alpha_bit_RSgImage, "CreatePixmapSurface_Alpha_bit_RSgImage"); |
|
42 NONSHARABLE_CLASS(CEglTest_CreatePixmapSurface_Alpha_bit_RSgImage) : public CEglTestStep |
|
43 { |
|
44 public: |
|
45 TVerdict doTestStepL(); |
|
46 }; |
|
47 |
|
48 |
|
49 _LIT(KCreatePixmapSurface_RSgImage_Positive_MantadoryFormatUsageSupport, "CreatePixmapSurface_RSgImage_Positive_MantadoryFormatUsageSupport"); |
|
50 NONSHARABLE_CLASS(CEglTest_CreatePixmapSurface_RSgImage_Positive_MantadoryFormatUsageSupport) : public CEglTestStep |
|
51 { |
|
52 public: |
|
53 TVerdict doTestStepL(); |
|
54 }; |