egl/egltest/inc/egltest_oom_sgimage.h
changeset 110 7f25ef56562d
parent 85 cdf2f6e5c390
--- a/egl/egltest/inc/egltest_oom_sgimage.h	Fri Jun 11 14:58:47 2010 +0300
+++ b/egl/egltest/inc/egltest_oom_sgimage.h	Wed Jun 23 19:41:15 2010 +0300
@@ -1,4 +1,4 @@
-// Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+// Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies).
 // All rights reserved.
 // This component and the accompanying materials are made available
 // under the terms of "Eclipse Public License v1.0"
@@ -122,4 +122,24 @@
     void doProcessFunctionL(TInt aIdx);
    };
 
+_LIT(KOOM_CloseSgImageDifferentProcess, "OOM_CloseSgImageDifferentProcess");
+NONSHARABLE_CLASS(CEglTest_OOM_CloseSgImageDifferentProcess) : public CEglTest_OOM_Base
+    {
+public:
+    // from CTestStep
+    TVerdict doTestStepL();
+    
+protected:
+    // from CEglTestStep
+    void doProcessFunctionL(TInt aIdx);
+   };
+
+_LIT(KOOM_CloseSgImageSameThread, "OOM_CloseSgImageSameThread");
+NONSHARABLE_CLASS(CEglTest_OOM_CloseSgImageSameThread) : public CEglTest_OOM_Base
+    {
+public:
+    // from CTestStep
+    TVerdict doTestStepL();
+    };
+
 #endif // __EGLTEST_OOM_SGIMAGE_H__