Home
last modified time | relevance | path

Searched refs:TEST_ASSERT_EQUAL_UINT8_ARRAY (Results 1 – 2 of 2) sorted by relevance

/lvgl-latest/tests/src/test_cases/draw/
Dtest_draw_sw_post_process.c38 TEST_ASSERT_EQUAL_UINT8_ARRAY(expectedArray, dstArray, sizeof(dstArray)); in test_rotate90_RGB565()
59 TEST_ASSERT_EQUAL_UINT8_ARRAY(expectedArray, dstArray, sizeof(dstArray)); in test_rotate180_RGB565()
83 TEST_ASSERT_EQUAL_UINT8_ARRAY(expectedArray, dstArray, sizeof(dstArray)); in test_rotate270_RGB565()
107 TEST_ASSERT_EQUAL_UINT8_ARRAY(expectedArray, dstArray, sizeof(dstArray)); in test_rotate90_RGB888()
130 TEST_ASSERT_EQUAL_UINT8_ARRAY(expectedArray, dstArray, sizeof(dstArray)); in test_rotate180_RGB888()
154 TEST_ASSERT_EQUAL_UINT8_ARRAY(expectedArray, dstArray, sizeof(dstArray)); in test_rotate270_RGB888()
179 TEST_ASSERT_EQUAL_UINT8_ARRAY(expectedArray, dstArray, sizeof(dstArray)); in test_rotate90_ARGB8888()
203 TEST_ASSERT_EQUAL_UINT8_ARRAY(expectedArray, dstArray, sizeof(dstArray)); in test_rotate180_ARGB8888()
225 TEST_ASSERT_EQUAL_UINT8_ARRAY(expectedArray, dstArray, sizeof(dstArray)); in test_rotate270_ARGB8888()
249 TEST_ASSERT_EQUAL_UINT8_ARRAY(expectedArray, dstArray, sizeof(dstArray)); in test_rotate90_L8()
[all …]
/lvgl-latest/tests/unity/
Dunity.h313 #define TEST_ASSERT_EQUAL_UINT8_ARRAY(expected, actual, num_elements) … macro