Home
last modified time | relevance | path

Searched refs:clientBuffer (Results 1 – 5 of 5) sorted by relevance

/test/xts/hats/hdf/display/composer/common/
Dhdi_composition_check.cpp81 const BufferHandle& clientBuffer, uint32_t checkType) const in Check() argument
104 if ((points[i].x >= clientBuffer.width) || (points[i].x < 0) || (points[i].y < 0) || in Check()
105 (points[i].y >= clientBuffer.height)) { in Check()
108 ret = CheckPixel(clientBuffer, points[i].x, points[i].y, colors[i]); in Check()
Dhdi_composition_check.h47 const BufferHandle& clientBuffer, uint32_t checkType = CHECK_VERTEX) const;
/test/xts/hats/hdf/display/composer/moduletest/
Dhdi_device_test.cpp225 static int32_t CheckComposition(std::vector<LayerSettings> &layers, BufferHandle* clientBuffer, in CheckComposition() argument
228 …DISPLAY_TEST_CHK_RETURN((clientBuffer == nullptr), DISPLAY_NULL_PTR, DISPLAY_TEST_LOGE("client buf… in CheckComposition()
229 return HdiCompositionCheck::GetInstance().Check(layers, *clientBuffer, checkType); in CheckComposition()
/test/xts/hats/hdf/display/composer/benchmark/
Ddisplay_benchmark_test.cpp77 static int32_t CheckComposition(std::vector<LayerSettings> &layers, BufferHandle* clientBuffer, in CheckComposition() argument
80 …DISPLAY_TEST_CHK_RETURN((clientBuffer == nullptr), DISPLAY_NULL_PTR, DISPLAY_TEST_LOGE("client buf… in CheckComposition()
81 return HdiCompositionCheck::GetInstance().Check(layers, *clientBuffer, checkType); in CheckComposition()
/test/xts/hats/hdf/display/composer/unittest/
Dhdi_composer_ut.cpp52 static int32_t CheckComposition(std::vector<LayerSettings> &layers, BufferHandle* clientBuffer, in CheckComposition() argument
55 …DISPLAY_TEST_CHK_RETURN((clientBuffer == nullptr), DISPLAY_NULL_PTR, DISPLAY_TEST_LOGE("client buf… in CheckComposition()
56 return HdiCompositionCheck::GetInstance().Check(layers, *clientBuffer, checkType); in CheckComposition()