graphicstest/uibench/s60/src/te_graphicsperformancesuiteserver_s60.cpp
changeset 36 01a6848ebfd7
parent 0 5d03bc08d59c
child 164 25ffed67c7ef
equal deleted inserted replaced
0:5d03bc08d59c 36:01a6848ebfd7
     1  // Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2006-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".
     7  //
     7 //
     8  // Initial Contributors:
     8 // Initial Contributors:
     9  // Nokia Corporation - initial contribution.
     9 // Nokia Corporation - initial contribution.
    10  //
    10 //
    11  // Contributors:
    11 // Contributors:
    12  //
    12 //
    13  // Description:
    13 // Description:
    14  //
    14 //
    15 
    15 
    16 /**
    16 /**
    17  @file
    17  @file
    18  @test
    18  @test 
    19  @internalComponent - Internal Symbian test code 
       
    20 */
    19 */
    21 
    20 
    22 #include "te_graphicsperformancesuiteserver_s60.h"
    21 #include "te_graphicsperformancesuiteserver_s60.h"
    23 #include "ttextlistscroll.h"
    22 #include "ttextlistscroll.h"
    24 #include "tfullscreentext.h"
    23 #include "tfullscreentext.h"
    36 #include "tzorder.h"
    35 #include "tzorder.h"
    37 #include "tzordermultiplesurfaces.h"
    36 #include "tzordermultiplesurfaces.h"
    38 #include "tsmallwindowstestopenvg.h"
    37 #include "tsmallwindowstestopenvg.h"
    39 #include "tsmallwindowstestraster.h"
    38 #include "tsmallwindowstestraster.h"
    40 #include "tcopyrect.h"
    39 #include "tcopyrect.h"
    41 #include "teglswapbuffer.h"
       
    42 
    40 
    43 
    41 
    44 /**
    42 /**
    45 Same code for Secure and non-secure variants
    43 Same code for Secure and non-secure variants
    46 Called inside the MainL() function to create and start the
    44 Called inside the MainL() function to create and start the
   185 		}
   183 		}
   186 	else if(aStepName == KTCopyRect)
   184 	else if(aStepName == KTCopyRect)
   187 	    {
   185 	    {
   188 		testStep = new CTCopyRect();
   186 		testStep = new CTCopyRect();
   189 		}
   187 		}
   190 	else if(aStepName == KTEglSwapBuffer)
       
   191         {
       
   192         testStep = new CTEglSwapBuffer();
       
   193         }
       
   194 
   188 
   195 	return testStep;
   189 	return testStep;
   196 	}
   190 	}