egl/egltest/scripts/egltest_settings.ini
branchRCL_3
changeset 19 bbf46f59e123
parent 4 15986eb6c500
child 20 25ffed67c7ef
equal deleted inserted replaced
18:57c618273d5c 19:bbf46f59e123
    29 Format0	= VG_sRGB_565
    29 Format0	= VG_sRGB_565
    30 Format1	= VG_sXRGB_8888
    30 Format1	= VG_sXRGB_8888
    31 Format2	= VG_sARGB_8888_PRE
    31 Format2	= VG_sARGB_8888_PRE
    32 
    32 
    33 [SyncObject]
    33 [SyncObject]
    34 Threshold=500000
    34 Threshold = 500000
    35 DelaySignalling=2500000
    35 DelaySignalling = 2500000
    36 WaitSyncTimeout=5000000
    36 WaitSyncTimeout = 5000000
    37 LongDelaySignalling=7500000
    37 LongDelaySignalling = 7500000
    38 NumIterations=1000
    38 NumIterations = 1000
       
    39 
       
    40 [SurfaceScaling]
       
    41 AllScalable = ETrue
    39 
    42 
    40 [Benchmark]
    43 [Benchmark]
    41 NumIterations = 300 // Needs to be set with care. Making this value greater may cause an allocation failure.
    44 // NumIterations needs to be set with care (and hardware limitations must be considered)
    42                     // On the emulator, it fails to create SgImage at some point.
    45 // Making this value greater may cause an allocation failure 
    43                     // Hardware will have their own limitations which also need to be considered.
    46 NumIterations = 300 
    44 ImageWidth = 50 // width of RSgImage
    47 ImageWidth = 50
    45 ImageHeight = 50 // height of RSgImage
    48 ImageHeight = 50
    46 NumFormats = 1
    49 NumFormats = 1
    47 Format0 = EUidPixelFormatARGB_8888_PRE
    50 Format0 = EUidPixelFormatARGB_8888_PRE
       
    51 
       
    52 [OOM]
       
    53 // Width and height need to be set with care (and hardware limitations must be considered)
       
    54 // Making these values too small may result in the test taking a very long time to reach an out of memory situation
       
    55 NumIterations = 5
       
    56 ImageWidth = 200
       
    57 ImageHeight = 200
       
    58 ThresholdGPUUsedMemory = 5
       
    59 ThresholdLastIteration = 5
       
    60 
       
    61 [SwapBuffers]
       
    62 WindowWidth = 200
       
    63 WindowHeight = 200