platform_hardware_interfaces/graphics
Marissa Wall 3a7515065b gralloc4-vts: fix bad comparisions in VTS
The parameter order of a couple checks is wrong.

For example:
EXPECT_GT(val1, val2) is EXPECT_TRUE(val1 > val2)
so EXPECT_GT(0, X) can never be true.

Update the tests to be correct.

Test: VtsHalGraphicsMapperV4_0
Bug: 149739702

Change-Id: I21070a912b6014acc5feb63b6b19912b45fe8f5f
2020-02-25 17:43:21 +00:00
..
allocator gralloc4: remove dumpDebugInfo 2019-12-16 09:22:06 -08:00
bufferqueue Update hidl makefiles for bpfmt 2019-04-18 18:13:05 -07:00
common gralloc4: move crop to seperate metadata type 2020-02-10 11:45:21 -08:00
composer Explicitly destroy render engine in RenderEngineVts 2020-02-18 13:34:27 -08:00
mapper gralloc4-vts: fix bad comparisions in VTS 2020-02-25 17:43:21 +00:00