os/graphics/egl/egltest/scripts/egltest_settings.ini
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 
     2 [ImageSourceFormats]
     3 NumFormats = 5
     4 Format0	= EUidPixelFormatRGB_565
     5 Format1	= EUidPixelFormatXRGB_8888
     6 Format2	= EUidPixelFormatARGB_8888
     7 Format3	= EUidPixelFormatARGB_8888_PRE
     8 Format4	= EUidPixelFormatA_8
     9 
    10 [WindowSurfaceFormats]
    11 NumFormats = 2
    12 Format0	= VG_sARGB_8888
    13 Format1	= VG_sARGB_8888_PRE
    14 
    15 [PBufferSurfaceFormats]
    16 NumFormats = 3
    17 Format0	= VG_sXRGB_8888
    18 Format1	= VG_sARGB_8888
    19 Format2	= VG_sARGB_8888_PRE
    20 
    21 [PixmapSgSurfaceFormats]
    22 NumFormats = 3
    23 Format0	= VG_sRGB_565
    24 Format1	= VG_sXRGB_8888
    25 Format2	= VG_sARGB_8888_PRE
    26 
    27 [PixmapFbsSurfaceFormats]
    28 NumFormats = 3
    29 Format0	= VG_sRGB_565
    30 Format1	= VG_sXRGB_8888
    31 Format2	= VG_sARGB_8888_PRE
    32 
    33 [SyncObject]
    34 Threshold = 500000
    35 DelaySignalling = 2500000
    36 WaitSyncTimeout = 5000000
    37 LongDelaySignalling = 7500000
    38 NumIterations = 1000
    39 
    40 [SurfaceScaling]
    41 AllScalable = ETrue
    42 
    43 [Benchmark]
    44 // NumIterations needs to be set with care (and hardware limitations must be considered)
    45 // Making this value greater may cause an allocation failure 
    46 NumIterations = 300 
    47 ImageWidth = 50
    48 ImageHeight = 50
    49 NumFormats = 1
    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