Update contrib.
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".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
14 // egltest_vgimagetosurface.h
23 #ifndef __EGLTEST_VGIMAGETOSURFACE_H__
24 #define __EGLTEST_VGIMAGETOSURFACE_H__
26 #include "eglteststep.h"
29 _LIT(KEGL_Image_VgImage_To_pBuffer, "EGL_Image_VgImage_To_pBuffer");
30 NONSHARABLE_CLASS(CEglTest_EGL_Image_VgImage_To_pBuffer) : public CEglTestStep
33 TVerdict doTestStepL();
34 TVerdict doTestPartialStepL();
37 _LIT(KEGL_Image_VgImage_To_Window, "EGL_Image_VgImage_To_Window");
38 NONSHARABLE_CLASS(CEglTest_EGL_Image_VgImage_To_Window) : public CEglTestStep
41 TVerdict doTestStepL();
42 TVerdict doTestPartialStepL();
45 _LIT(KEGL_Image_VgImage_To_Pixmap, "EGL_Image_VgImage_To_Pixmap");
46 NONSHARABLE_CLASS(CEglTest_EGL_Image_VgImage_To_Pixmap) : public CEglTestStep
49 TVerdict doTestStepL();
50 TVerdict doTestPartialStepL();
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
57 TVerdict doTestStepL();
58 TVerdict doTestPartialStepL();
61 #endif //__EGLTEST_VGIMAGETOSURFACE_H__