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