egl/egltest/inc/egltest_oom_sgimage.h
changeset 110 7f25ef56562d
parent 85 cdf2f6e5c390
equal deleted inserted replaced
98:bf7481649c98 110:7f25ef56562d
     1 // Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
   120 protected:
   120 protected:
   121     // from CEglTestStep
   121     // from CEglTestStep
   122     void doProcessFunctionL(TInt aIdx);
   122     void doProcessFunctionL(TInt aIdx);
   123    };
   123    };
   124 
   124 
       
   125 _LIT(KOOM_CloseSgImageDifferentProcess, "OOM_CloseSgImageDifferentProcess");
       
   126 NONSHARABLE_CLASS(CEglTest_OOM_CloseSgImageDifferentProcess) : public CEglTest_OOM_Base
       
   127     {
       
   128 public:
       
   129     // from CTestStep
       
   130     TVerdict doTestStepL();
       
   131     
       
   132 protected:
       
   133     // from CEglTestStep
       
   134     void doProcessFunctionL(TInt aIdx);
       
   135    };
       
   136 
       
   137 _LIT(KOOM_CloseSgImageSameThread, "OOM_CloseSgImageSameThread");
       
   138 NONSHARABLE_CLASS(CEglTest_OOM_CloseSgImageSameThread) : public CEglTest_OOM_Base
       
   139     {
       
   140 public:
       
   141     // from CTestStep
       
   142     TVerdict doTestStepL();
       
   143     };
       
   144 
   125 #endif // __EGLTEST_OOM_SGIMAGE_H__
   145 #endif // __EGLTEST_OOM_SGIMAGE_H__