egl/egltest/scripts/egltest_settings.ini
changeset 0 5d03bc08d59c
child 26 15986eb6c500
child 36 01a6848ebfd7
equal deleted inserted replaced
-1:000000000000 0:5d03bc08d59c
       
     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 [Benchmark]
       
    41 NumIterations = 400 // Needs to be set with care. Making this value bigger may cause an allocation failure 
       
    42                     // on the emulator, it fails to create SgImage at some point.
       
    43                     // Hardware will have their own limitations which also need to be considered.
       
    44 ImageWidth = 50 // width of RSgImage
       
    45 ImageHeight = 50 // height if RSgImage
       
    46 NumFormats = 1
       
    47 Format0 = EUidPixelFormatARGB_8888_PRE