Searched refs:fillANativeWindowBufferColor (Results 1 – 3 of 3) sorted by relevance
/aosp12/frameworks/native/services/surfaceflinger/tests/ |
H A D | LayerTransactionTest.h | 131 TransactionUtils::fillANativeWindowBufferColor(buffer, in fillBufferQueueLayerColor() 191 TransactionUtils::fillANativeWindowBufferColor(buffer, Rect(0, 0, halfW, halfH), topLeft); in fillBufferQueueLayerQuadrant() 192 TransactionUtils::fillANativeWindowBufferColor(buffer, Rect(halfW, 0, bufferWidth, halfH), in fillBufferQueueLayerQuadrant() 194 TransactionUtils::fillANativeWindowBufferColor(buffer, Rect(0, halfH, halfW, bufferHeight), in fillBufferQueueLayerQuadrant() 196 TransactionUtils::fillANativeWindowBufferColor(buffer, in fillBufferQueueLayerQuadrant()
|
H A D | LayerRenderTypeTransaction_test.cpp | 288 TransactionUtils::fillANativeWindowBufferColor(buffer, top, Color::TRANSPARENT)); in TEST_P() 290 TransactionUtils::fillANativeWindowBufferColor(buffer, bottom, Color::RED)); in TEST_P() 311 TransactionUtils::fillANativeWindowBufferColor(buffer, top, Color::RED)); in TEST_P() 313 TransactionUtils::fillANativeWindowBufferColor(buffer, bottom, Color::TRANSPARENT)); in TEST_P()
|
/aosp12/frameworks/native/services/surfaceflinger/tests/utils/ |
H A D | TransactionUtils.h | 51 static void fillANativeWindowBufferColor(const ANativeWindow_Buffer& buffer, const Rect& rect, in fillANativeWindowBufferColor() function
|