Searched refs:clientBuffer (Results 1 – 5 of 5) sorted by relevance
/test/xts/hats/hdf/display/composer/common/ |
D | hdi_composition_check.cpp | 81 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()
|
D | hdi_composition_check.h | 47 const BufferHandle& clientBuffer, uint32_t checkType = CHECK_VERTEX) const;
|
/test/xts/hats/hdf/display/composer/moduletest/ |
D | hdi_device_test.cpp | 225 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/ |
D | display_benchmark_test.cpp | 77 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/ |
D | hdi_composer_ut.cpp | 52 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()
|