graphicsresourceservices/graphicsresourceimplementation/test/inc/tgraphicsresourceteststepbase.h
changeset 85 cdf2f6e5c390
parent 36 01a6848ebfd7
equal deleted inserted replaced
69:3365349494cc 85:cdf2f6e5c390
    34 const TSgImageInfo KSgImageInfo1(TSize(), 0, 0);
    34 const TSgImageInfo KSgImageInfo1(TSize(), 0, 0);
    35 const TSgImageInfo KSgImageInfo2(TSize(), 0, 0);
    35 const TSgImageInfo KSgImageInfo2(TSize(), 0, 0);
    36 const TSgDrawableId KFakeSgDrawableId = {0xFFFFFFFFFFFFFFFF};
    36 const TSgDrawableId KFakeSgDrawableId = {0xFFFFFFFFFFFFFFFF};
    37 
    37 
    38 const TInt KSecondThreadMinHeapSize = 0x1000;
    38 const TInt KSecondThreadMinHeapSize = 0x1000;
    39 const TInt KSecondThreadMaxHeapSize = 0x1000;
    39 const TInt KSecondThreadMaxHeapSize = 0x5000;
    40 
    40 
    41 class CTSgTestStepBase : public CTTMSGraphicsStep
    41 class CTSgTestStepBase : public CTTMSGraphicsStep
    42 	{
    42 	{
    43 public:
    43 public:
    44 	CTSgTestStepBase(TBool aConformanceTests);
    44 	CTSgTestStepBase(TBool aConformanceTests);