flatland: add 1920x1200 to 16:10 resolutions
Change-Id: Ie7540c1ca4ec2c7ea8a307ce118d35479cdf499c
This commit is contained in:
parent
7bfdf27539
commit
63d076e339
@ -56,7 +56,7 @@ struct BenchmarkDesc {
|
|||||||
|
|
||||||
static const BenchmarkDesc benchmarks[] = {
|
static const BenchmarkDesc benchmarks[] = {
|
||||||
{ "16:10 Single Static Window",
|
{ "16:10 Single Static Window",
|
||||||
2560, 1600, { 800, 1600, 2400 },
|
2560, 1600, { 800, 1200, 1600, 2400 },
|
||||||
{
|
{
|
||||||
{ // Window
|
{ // Window
|
||||||
0, staticGradient, opaque,
|
0, staticGradient, opaque,
|
||||||
@ -92,7 +92,7 @@ static const BenchmarkDesc benchmarks[] = {
|
|||||||
},
|
},
|
||||||
|
|
||||||
{ "16:10 App -> Home Transition",
|
{ "16:10 App -> Home Transition",
|
||||||
2560, 1600, { 800, 1600, 2400 },
|
2560, 1600, { 800, 1200, 1600, 2400 },
|
||||||
{
|
{
|
||||||
{ // Wallpaper
|
{ // Wallpaper
|
||||||
0, staticGradient, opaque,
|
0, staticGradient, opaque,
|
||||||
@ -144,7 +144,7 @@ static const BenchmarkDesc benchmarks[] = {
|
|||||||
},
|
},
|
||||||
|
|
||||||
{ "16:10 SurfaceView -> Home Transition",
|
{ "16:10 SurfaceView -> Home Transition",
|
||||||
2560, 1600, { 800, 1600, 2400 },
|
2560, 1600, { 800, 1200, 1600, 2400 },
|
||||||
{
|
{
|
||||||
{ // Wallpaper
|
{ // Wallpaper
|
||||||
0, staticGradient, opaque,
|
0, staticGradient, opaque,
|
||||||
|
Loading…
Reference in New Issue
Block a user