egl/egltest/inc/egltest_image.h
changeset 0 5d03bc08d59c
equal deleted inserted replaced
-1:000000000000 0:5d03bc08d59c
       
     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_IMAGE_H__
       
    22 #define __EGLTEST_IMAGE_H__
       
    23 
       
    24 #include "eglteststep.h"
       
    25 
       
    26 
       
    27 _LIT(KEGL_Image_RSgImage_UseOpenVG_PersistImageData, "EGL_Image_RSgImage_UseOpenVG_PersistImageData");
       
    28 NONSHARABLE_CLASS(CEglTest_EGL_Image_RSgImage_UseOpenVG_PersistImageData) : public CEglTestStep
       
    29 	{
       
    30 public:	
       
    31 	TVerdict doTestStepL();	
       
    32 	};
       
    33 	
       
    34 _LIT(KEGL_Image_Consistent_Linked_List, "EGL_Image_Consistent_Linked_List");
       
    35 NONSHARABLE_CLASS(CEglTest_EGL_Image_Consistent_Linked_List) : public CEglTestStep
       
    36 	{
       
    37 public:	
       
    38 	TVerdict doTestStepL();	
       
    39 	};
       
    40 
       
    41 _LIT(KEGL_Image_SgDriverHandle, "EGL_Image_SgDriverHandle");
       
    42 NONSHARABLE_CLASS(CEglTest_EGL_Image_SgDriverHandle) : public CEglTestStep
       
    43 	{
       
    44 public:
       
    45 	TVerdict doTestStepL();
       
    46 	};
       
    47 
       
    48 #endif // __EGLTEST_KHR_IMAGE_H__