1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/graphics/graphicshwdrivers/surfacemgr/test/inc/tsurfacemanager.h Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,129 @@
1.4 +// Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
1.5 +// All rights reserved.
1.6 +// This component and the accompanying materials are made available
1.7 +// under the terms of "Eclipse Public License v1.0"
1.8 +// which accompanies this distribution, and is available
1.9 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
1.10 +//
1.11 +// Initial Contributors:
1.12 +// Nokia Corporation - initial contribution.
1.13 +//
1.14 +// Contributors:
1.15 +//
1.16 +// Description:
1.17 +//
1.18 +
1.19 +/**
1.20 + @file
1.21 + @test
1.22 + @internalComponent - Internal Symbian test code
1.23 +*/
1.24 +
1.25 +#if !defined(__TSURFACEMANAGER_H__)
1.26 +#define __TSURFACEMANAGER_H__
1.27 +
1.28 +#include <test/tgraphicsharness.h>
1.29 +#include <graphics/surface.h>
1.30 +#include <graphics/surfacemanager.h>
1.31 +#include "tsmgmultprocessshared.h"
1.32 +#include "../testdriver/d_sharedchunk.h"
1.33 +
1.34 +class CTSurfaceManager : public CTGraphicsBase
1.35 + {
1.36 +public:
1.37 + CTSurfaceManager(CTestStep* aStep);
1.38 + ~CTSurfaceManager();
1.39 +protected:
1.40 + //from CTGraphicsStep
1.41 + virtual void RunTestCaseL(TInt aCurTestCase);
1.42 +
1.43 +private:
1.44 + void TestCreateSurfaceNewChunk1L();
1.45 + void TestCreateSurfaceNewChunk2L();
1.46 + void TestCreateSurfaceExisitingChunkL();
1.47 + void TestCreateSurfaceChunkWithHolesL();
1.48 + void TestCreateSurfaceExisitingChunk2L();
1.49 + void TestCreateSurfaceExisitingChunk3L();
1.50 + void TestCreateSurfaceExisitingChunk4L();
1.51 + void TestCreateSurfaceAssociatedWithHintPairsL();
1.52 + void TestCreateSurfaceSetReferenceCountL();
1.53 + void TestSharedChunkClosedL();
1.54 + void TestMultipleChannelsL();
1.55 + void TestClosingChannelsL();
1.56 + void TestSynchronizeCacheL();
1.57 + void TestSharedChunkClosed2L();
1.58 + void TestCreateSurfaceInvalidParamsNewChunkL();
1.59 + void TestCreateSurfaceInvalidParamsExisitingChunkL();
1.60 + void TestCreateSurfaceInvalidParamsExisitingChunk2L();
1.61 + void TestInvalidContiguousPropertyL();
1.62 + void TestInvalidCachePropertyL();
1.63 + void TestInvalidSharedChunkL();
1.64 + void TestSynchronizeCacheInvalidParamsL();
1.65 + void TestCreateSurfaceAlignmentsMemoryTypeL();
1.66 + void TestOpenSurfaceL();
1.67 + void TestWriteToTwoBuffersL();
1.68 + void TestQuerySurfaceInfoWithoutMappingL();
1.69 + void TestQuerySurfaceInfoAfterMappingL();
1.70 + void TestMapSurfaceL();
1.71 + void TestClosingSurfaceL();
1.72 + void TestClosingSurfaceDecrementsReferenceCountL();
1.73 + void TestCreateVeryLargeSurfacesL();
1.74 + void TestSurfaceInfoChangedTypeL();
1.75 + void TestMapSurfaceInvalidParamsL();
1.76 + void TestCloseSurfaceInvalidParamsL();
1.77 + void TestCloseSurfaceSameIDTwiceL();
1.78 + void TestCreateSurfaceOomL();
1.79 + void TestGetSurfaceHintInFalseConditionsL();
1.80 + void TestSetSurfaceHintInFalseConditionsL();
1.81 + void TestAddSurfaceHintInFalseConditionsL();
1.82 + void TestGetSurfaceHintL();
1.83 + void TestSetSurfaceHintL();
1.84 + void TestAddSurfaceHintL();
1.85 + void TestDuplicatedHintKeyL();
1.86 + void TestSurfaceLimitL();
1.87 + void TestPerformanceOfSurfaceHintAndCacheL();
1.88 + void TestPerformanceOfSurfaceCreatingAndClosingL();
1.89 + void TestZerosInHintsArrayL();
1.90 + void TestCreateSurfaceWithTooManyHintsL();
1.91 + void TestCreateSurfaceUnMappableL();
1.92 +
1.93 + void testBooleanTrueL(TBool aCondition, const TText8* aFile, TInt aLine);
1.94 +private:
1.95 + void GetSharedChunkHandleL(RSharedChunkLdd& aDevice, RChunk& aHandle, TUint aChunkSize, TUint aChunkAttribs, TUint aContiguousAttrib);
1.96 + void SetupAttributesL(RSurfaceManager::TSurfaceCreationAttributes& attributesParams);
1.97 + void SetAttributesForHintTestL(RSurfaceManager::TSurfaceCreationAttributes& attributesParamsForHintTest);
1.98 + void SetupAttributesForNegativeTestL(RSurfaceManager::TSurfaceCreationAttributes& attributesForNegativeTest);
1.99 + void SetAttributesForNegativeHintTestL(RSurfaceManager::TSurfaceCreationAttributes& attributesForNegativeHintTest);
1.100 + void ChangeAttributes(RSurfaceManager::TSurfaceCreationAttributes* aAttributes, TInt aAlignment, TInt aOffsetToFirstBuffer, TInt aOffsetBetweenBuffers, RSurfaceManager::TCacheAttribute aCacheAttrib);
1.101 + void SurfaceOperation(RSurfaceManager::TSurfaceCreationAttributesBuf& aAttributes);
1.102 + void CheckAttributesL(RSurfaceManager::TSurfaceCreationAttributes& aAttributes);
1.103 + void CheckSizeL(TInt aOffsetToFirstBuffer, TInt aOffsetBetweenBuffers);
1.104 + void CheckHintPair(TSurfaceId& aSurfaceId, RSurfaceManager::THintPair& aHintPairToCheck, RSurfaceManager::THintPair& aHintPairCompareWith);
1.105 + void CheckAlignment(TSurfaceId& aId, TInt aAlign, RSurfaceManager::TCacheAttribute aCached);
1.106 + void ReAllocHintsArrayL(TUint aNumberOfHints);
1.107 +
1.108 +private:
1.109 + RSurfaceManager iSurfaceManager;
1.110 + TSurfaceId iSurfaceId;
1.111 + RChunk iHandle;
1.112 + RSurfaceManager::TInfoBuf iInfoBuf;
1.113 + RSurfaceManager::TSurfaceInfoV01 iInfo;
1.114 + TInt iFreq;
1.115 + RSurfaceManager::THintPair *iHintsArray;
1.116 + };
1.117 +
1.118 +
1.119 +class CTSurfaceManagerStep : public CTGraphicsStep
1.120 + {
1.121 +public:
1.122 + CTSurfaceManagerStep();
1.123 +protected:
1.124 + //from CTGraphicsStep
1.125 + virtual CTGraphicsBase* CreateTestL();
1.126 + virtual void TestSetupL();
1.127 + virtual void TestClose();
1.128 + };
1.129 +
1.130 +_LIT(KTSurfaceManagerStep,"TSurfaceManager");
1.131 +
1.132 +#endif