egl/egltest/inc/egltestcommoninisettings.h
branchNewGraphicsArchitecture
changeset 27 525ea837ea6b
parent 26 15986eb6c500
child 160 969102054596
--- a/egl/egltest/inc/egltestcommoninisettings.h	Tue Mar 30 20:28:08 2010 +0100
+++ b/egl/egltest/inc/egltestcommoninisettings.h	Fri Apr 02 11:19:14 2010 +0100
@@ -66,6 +66,10 @@
 	IMPORT_C TInt GetNumberOfFormats(const TDesC& aSectioName);
     IMPORT_C TInt GetNumberOfIterations(const TDesC& aSectioName);
     IMPORT_C TSize GetImageSize(const TDesC& aSectioName); 
+    IMPORT_C TInt GetThresholdGPUUsedMemory(const TDesC& aSectioName);
+    IMPORT_C TInt GetThresholdLastIteration(const TDesC& aSectioName);
+    IMPORT_C TSize GetWindowSize(const TDesC& aSectioName); 
+    
 private:
 	void ConstructL();
 private: