Searched refs:fillBufferQueueLayerColor (Results 1 – 8 of 8) sorted by relevance
/aosp12/frameworks/native/services/surfaceflinger/tests/ |
H A D | DereferenceSurfaceControl_test.cpp | 34 fillBufferQueueLayerColor(bgLayer, Color::RED, 20, 20); in SetUp() 36 fillBufferQueueLayerColor(fgLayer, Color::BLUE, 20, 20); in SetUp()
|
H A D | LayerRenderTypeTransaction_test.cpp | 57 ASSERT_NO_FATAL_FAILURE(fillBufferQueueLayerColor(layer, Color::RED, 32, 32)); in TEST_P() 80 ASSERT_NO_FATAL_FAILURE(fillBufferQueueLayerColor(layer, Color::RED, 32, 32)); in TEST_P() 102 ASSERT_NO_FATAL_FAILURE(fillBufferQueueLayerColor(layer, Color::RED, 32, 32)); in TEST_P() 120 ASSERT_NO_FATAL_FAILURE(fillBufferQueueLayerColor(layer, Color::RED, 32, 32)); in TEST_P() 383 ASSERT_NO_FATAL_FAILURE(fillBufferQueueLayerColor(layerR, Color::RED, 32, 32)); in TEST_P() 822 ASSERT_NO_FATAL_FAILURE(fillBufferQueueLayerColor(layer, Color::RED, 32, 32)); in TEST_P() 847 ASSERT_NO_FATAL_FAILURE(fillBufferQueueLayerColor(layer, Color::RED, 32, 32)); in TEST_P() 884 ASSERT_NO_FATAL_FAILURE(fillBufferQueueLayerColor(layer, Color::RED, 32, 32)); in TEST_P() 933 ASSERT_NO_FATAL_FAILURE(fillBufferQueueLayerColor(layer, Color::RED, 32, 32)); in TEST_P() 959 ASSERT_NO_FATAL_FAILURE(fillBufferQueueLayerColor(layer, Color::RED, 32, 32)); in TEST_P() [all …]
|
H A D | ScreenCapture_test.cpp | 86 ASSERT_NO_FATAL_FAILURE(fillBufferQueueLayerColor(layer, Color::RED, 32, 32)); in TEST_F() 125 ASSERT_NO_FATAL_FAILURE(fillBufferQueueLayerColor(parentLayer, Color::RED, 32, 32)); in TEST_F() 131 ASSERT_NO_FATAL_FAILURE(fillBufferQueueLayerColor(childLayer, Color::BLUE, 10, 10)); in TEST_F() 531 ASSERT_NO_FATAL_FAILURE(fillBufferQueueLayerColor(redLayer, Color::RED, 60, 60)); in TEST_F() 600 ASSERT_NO_FATAL_FAILURE(fillBufferQueueLayerColor(layer, Color::RED, 32, 32)); in TEST_F() 626 ASSERT_NO_FATAL_FAILURE(fillBufferQueueLayerColor(layerWithFakeUid, Color::GREEN, 32, 32)); in TEST_F() 738 ASSERT_NO_FATAL_FAILURE(fillBufferQueueLayerColor(layer, Color::RED, 32, 32)); in TEST_F() 769 ASSERT_NO_FATAL_FAILURE(fillBufferQueueLayerColor(layerWithFakeUid, Color::GREEN, 32, 32)); in TEST_F()
|
H A D | MirrorLayer_test.cpp | 157 fillBufferQueueLayerColor(bufferQueueLayer, Color::BLUE, 200, 200); in TEST_F() 176 fillBufferQueueLayerColor(bufferQueueLayer, Color::WHITE, 200, 200); in TEST_F()
|
H A D | SetGeometry_test.cpp | 32 fillBufferQueueLayerColor(mLayer, Color::RED, mLayerWidth, mLayerHeight); in SetUp()
|
H A D | LayerTransactionTest.h | 127 virtual void fillBufferQueueLayerColor(const sp<SurfaceControl>& layer, const Color& color, in fillBufferQueueLayerColor() function 153 fillBufferQueueLayerColor(layer, color, bufferWidth, bufferHeight); in fillLayerColor()
|
H A D | LayerTransaction_test.cpp | 52 ASSERT_NO_FATAL_FAILURE(fillBufferQueueLayerColor(layer, Color::RED, 32, 32)); in TEST_F()
|
H A D | LayerUpdate_test.cpp | 592 ASSERT_NO_FATAL_FAILURE(fillBufferQueueLayerColor(bufferLayer, Color::BLACK, 30, 30)); in TEST_F()
|