os/graphics/egl/egltest/inc/egltest_image_negative.h
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
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".
     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_NEGATIVE_H
    22 #define EGLTEST_IMAGE_NEGATIVE_H
    23 
    24 #include "eglteststep.h"
    25 
    26 _LIT(KEGL_Image_eglCreateImage_Bad_Parameter, "EGL_Image_eglCreateImage_Bad_Parameter");
    27 NONSHARABLE_CLASS(CEglTest_EGL_Image_eglCreateImage_Bad_Parameter) : public CEglTestStep
    28 	{
    29 public:	
    30 	TVerdict doTestStepL();	
    31 	};
    32 
    33 _LIT(KEGL_Image_UsageBits_Enforcement, "EGL_Image_UsageBits_Enforcement");
    34 NONSHARABLE_CLASS(CEglTest_EGL_Image_UsageBits_Enforcement) : public CEglTestStep
    35 	{
    36 public:	
    37 	TVerdict doTestStepL();	
    38 	};
    39 
    40 _LIT(KEGL_Image_DestroyImageKHR, "EGL_Image_DestroyImageKHR");
    41 NONSHARABLE_CLASS(CEglTest_EGL_Image_DestroyImageKHR) : public CEglTestStep
    42 	{
    43 public:
    44 	TVerdict doTestStepL();
    45 	};
    46 
    47 _LIT(KEGL_Image_VGImage_From_Invalid_EGLHandle, "EGL_Image_VGImage_From_Invalid_EGLHandle");
    48 NONSHARABLE_CLASS(CEglTest_EGL_Image_VGImage_From_Invalid_EGLHandle) : public CEglTestStep
    49 	{
    50 public:
    51 	TVerdict doTestStepL();
    52 	};
    53 
    54 _LIT(KEGL_Image_Self_Drawing, "EGL_Image_Self_Drawing");
    55 NONSHARABLE_CLASS(CEglTest_EGL_Image_Self_Drawing) : public CEglTestStep
    56 	{
    57 public:
    58 	TVerdict doTestStepL();
    59 	};
    60 
    61 #endif