graphicstest/uibench/src/te_graphicsperformanceSuiteServer.cpp
branchRCL_3
changeset 20 25ffed67c7ef
parent 19 bbf46f59e123
equal deleted inserted replaced
19:bbf46f59e123 20:25ffed67c7ef
     1 // Copyright (c) 2005-2010 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2005-2009 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".
    38 #include "tfadeperf.h"
    38 #include "tfadeperf.h"
    39 #include "tredrawstoreperf.h"
    39 #include "tredrawstoreperf.h"
    40 #include "ttranslucent.h"
    40 #include "ttranslucent.h"
    41 #include "tspriteperf.h"
    41 #include "tspriteperf.h"
    42 #include "textendedbitmap.h"
    42 #include "textendedbitmap.h"
    43 #include "tfbsglyphdata.h"
       
    44 
    43 
    45 /**
    44 /**
    46 Same code for Secure and non-secure variants
    45 Same code for Secure and non-secure variants
    47 Called inside the MainL() function to create and start the
    46 Called inside the MainL() function to create and start the
    48 CTestServer derived server.
    47 CTestServer derived server.
   157 		testStep = new CTTranslucent();	
   156 		testStep = new CTTranslucent();	
   158 	else if (aStepName == KTSpritePerfName)
   157 	else if (aStepName == KTSpritePerfName)
   159 		testStep = new CTSpritePerf();
   158 		testStep = new CTSpritePerf();
   160 	else if(aStepName == KTExtendedBitmap)
   159 	else if(aStepName == KTExtendedBitmap)
   161 		testStep = new CTExtendedBitmap();
   160 		testStep = new CTExtendedBitmap();
   162 	else if(aStepName == KTFbsGlyphData)
       
   163 		testStep = new CTFbsGlyphData();
       
   164 	return testStep;
   161 	return testStep;
   165 	}
   162 	}