egl/egltest/inc/egltestcommoninisettings.h
changeset 36 01a6848ebfd7
parent 0 5d03bc08d59c
child 160 969102054596
equal deleted inserted replaced
0:5d03bc08d59c 36:01a6848ebfd7
    64 	IMPORT_C VGImageFormat GetVgFormat(const TDesC& aSectioName, const TInt aWhich);	
    64 	IMPORT_C VGImageFormat GetVgFormat(const TDesC& aSectioName, const TInt aWhich);	
    65 	IMPORT_C TUidPixelFormat GetPixelFormat(const TDesC& aSectioName, const TInt aWhich);
    65 	IMPORT_C TUidPixelFormat GetPixelFormat(const TDesC& aSectioName, const TInt aWhich);
    66 	IMPORT_C TInt GetNumberOfFormats(const TDesC& aSectioName);
    66 	IMPORT_C TInt GetNumberOfFormats(const TDesC& aSectioName);
    67     IMPORT_C TInt GetNumberOfIterations(const TDesC& aSectioName);
    67     IMPORT_C TInt GetNumberOfIterations(const TDesC& aSectioName);
    68     IMPORT_C TSize GetImageSize(const TDesC& aSectioName); 
    68     IMPORT_C TSize GetImageSize(const TDesC& aSectioName); 
       
    69     IMPORT_C TInt GetThresholdGPUUsedMemory(const TDesC& aSectioName);
       
    70     IMPORT_C TInt GetThresholdLastIteration(const TDesC& aSectioName);
       
    71     IMPORT_C TSize GetWindowSize(const TDesC& aSectioName); 
       
    72     
    69 private:
    73 private:
    70 	void ConstructL();
    74 	void ConstructL();
    71 private:
    75 private:
    72 	CIniData* iIniData;
    76 	CIniData* iIniData;
    73 	};
    77 	};