graphicstest/uibench/src/tgcesuiteserver.cpp
changeset 187 9f66f99ee56f
parent 0 5d03bc08d59c
child 188 1b081cb0800b
equal deleted inserted replaced
103:2717213c588a 187:9f66f99ee56f
     1 // Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2008-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".
   111 	else if(aStepName == KTSimpleDrawingPerfDirectGdi)
   111 	else if(aStepName == KTSimpleDrawingPerfDirectGdi)
   112 		testStep = new CTSimpleDrawingDirectGdi();
   112 		testStep = new CTSimpleDrawingDirectGdi();
   113 	else if(aStepName == KEventHandlingPerfName)
   113 	else if(aStepName == KEventHandlingPerfName)
   114 		testStep = new CTEventHandlingPerf();
   114 		testStep = new CTEventHandlingPerf();
   115 	else if(aStepName == KTFlipFramerate)
   115 	else if(aStepName == KTFlipFramerate)
   116 	    testStep = new CTFlipFramerate;
   116 	    testStep = new CTFlipFramerate();
   117 	return testStep;
   117 	return testStep;
   118 	}
   118 	}