Searched refs:CheckPixel (Results 1 - 3 of 3) sorted by relevance
/drivers/peripheral/display/composer/test/common/ |
H A D | display_test_utils.h | 86 uint32_t CheckPixel(const BufferHandle& handle, int x, int y, uint32_t color);
|
H A D | hdi_composition_check.cpp | 108 ret = CheckPixel(clientBuffer, points[i].x, points[i].y, colors[i]); in Check()
|
H A D | display_test_utils.cpp | 99 DISPLAY_TEST_CHK_RETURN((bpp <= 0), 0, DISPLAY_TEST_LOGE("CheckPixel do not support format %{public}d", in GetPixelValue() 102 DISPLAY_TEST_LOGE("CheckPixel viraddr is null must map it")); in GetPixelValue() 104 DISPLAY_TEST_LOGE("CheckPixel invalid parameter x:%{public}d width:%{public}d", x, handle.width)); in GetPixelValue() 106 DISPLAY_TEST_LOGE("CheckPixel invalid parameter y:%{public}d height:%{public}d", y, handle.height)); in GetPixelValue() 128 uint32_t CheckPixel(const BufferHandle &handle, int x, int y, uint32_t color) in CheckPixel() function 132 DISPLAY_TEST_CHK_RETURN((bpp <= 0), 0, DISPLAY_TEST_LOGE("CheckPixel do not support format %{public}d", in CheckPixel() 135 DISPLAY_TEST_LOGE("CheckPixel viraddr is null must map it")); in CheckPixel() 137 DISPLAY_TEST_LOGE("CheckPixel invalid parameter x:%{public}d width:%{public}d", x, handle.width)); in CheckPixel() 139 DISPLAY_TEST_LOGE("CheckPixel invalid parameter y:%{public}d height:%{public}d", y, handle.height)); in CheckPixel() 174 DISPLAY_TEST_LOGE("CheckPixel d in SetPixel() [all...] |
Completed in 2 milliseconds