equal
deleted
inserted
replaced
544 iDispMode = aDisplayMode; |
544 iDispMode = aDisplayMode; |
545 |
545 |
546 TRAPD(err,pDev = CFbsDrawDevice::NewScreenDeviceL(0, aDisplayMode)); |
546 TRAPD(err,pDev = CFbsDrawDevice::NewScreenDeviceL(0, aDisplayMode)); |
547 if (err) |
547 if (err) |
548 { |
548 { |
549 INFO_PRINTF2(_L("Warning: Failed to create screen device for display mode %i - not supported on this config?"),aDisplayMode); |
549 INFO_PRINTF2(_L("Note: Failed to create screen device for display mode %i - not supported on this config?"),aDisplayMode); |
550 |
550 |
551 } |
551 } |
552 else |
552 else |
553 { |
553 { |
554 INFO_PRINTF2(_L("Testing RefreshingWindows for display mode %i"),aDisplayMode); |
554 INFO_PRINTF2(_L("Testing RefreshingWindows for display mode %i"),aDisplayMode); |
653 iDispMode = aDisplayMode; |
653 iDispMode = aDisplayMode; |
654 |
654 |
655 TRAPD(err,pDev = CFbsDrawDevice::NewScreenDeviceL(0, aDisplayMode)); |
655 TRAPD(err,pDev = CFbsDrawDevice::NewScreenDeviceL(0, aDisplayMode)); |
656 if (err) |
656 if (err) |
657 { |
657 { |
658 INFO_PRINTF2(_L("Warning: Failed to create screen device for display mode %i - not supported on this config?"),iDispMode); |
658 INFO_PRINTF2(_L("Note: Failed to create screen device for display mode %i - not supported on this config?"),iDispMode); |
659 |
659 |
660 } |
660 } |
661 else |
661 else |
662 { |
662 { |
663 INFO_PRINTF2(_L("Testing Continuous Refreshing for display mode %i"),iDispMode); |
663 INFO_PRINTF2(_L("Testing Continuous Refreshing for display mode %i"),iDispMode); |
784 iDispMode = aDisplayMode; |
784 iDispMode = aDisplayMode; |
785 |
785 |
786 TRAPD(err,pDev = CFbsDrawDevice::NewScreenDeviceL(0, aDisplayMode)); |
786 TRAPD(err,pDev = CFbsDrawDevice::NewScreenDeviceL(0, aDisplayMode)); |
787 if (err) |
787 if (err) |
788 { |
788 { |
789 INFO_PRINTF2(_L("Warning: Failed to create screen device for display mode %i - not supported on this config?"),iDispMode); |
789 INFO_PRINTF2(_L("Note: Failed to create screen device for display mode %i - not supported on this config?"),iDispMode); |
790 } |
790 } |
791 else |
791 else |
792 { |
792 { |
793 INFO_PRINTF2(_L("Testing Continuous Refreshing for display mode %i"),iDispMode); |
793 INFO_PRINTF2(_L("Testing Continuous Refreshing for display mode %i"),iDispMode); |
794 CleanupDeletePushL(pDev); |
794 CleanupDeletePushL(pDev); |
934 CFbsDrawDevice *pDev = NULL; |
934 CFbsDrawDevice *pDev = NULL; |
935 iDispMode = aDrawDeviceDispMode; |
935 iDispMode = aDrawDeviceDispMode; |
936 TRAPD(err,pDev = CFbsDrawDevice::NewScreenDeviceL(0,aDrawDeviceDispMode)); |
936 TRAPD(err,pDev = CFbsDrawDevice::NewScreenDeviceL(0,aDrawDeviceDispMode)); |
937 if (err !=KErrNone) |
937 if (err !=KErrNone) |
938 { |
938 { |
939 INFO_PRINTF2(_L("Warning: Failed to create screen device for display mode %i - not supported on this config?"),iDispMode); |
939 INFO_PRINTF2(_L("Note: Failed to create screen device for display mode %i - not supported on this config?"),iDispMode); |
940 } |
940 } |
941 else |
941 else |
942 { |
942 { |
943 INFO_PRINTF2(_L("Test Exhaustive Merge for display mode %i "),iDispMode); |
943 INFO_PRINTF2(_L("Test Exhaustive Merge for display mode %i "),iDispMode); |
944 User::LeaveIfError(pDev->InitScreen()); |
944 User::LeaveIfError(pDev->InitScreen()); |