Home
last modified time | relevance | path

Searched refs:fillANativeWindowBufferColor (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/native/services/surfaceflinger/tests/
H A DLayerTransactionTest.h131 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 DLayerRenderTypeTransaction_test.cpp288 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 DTransactionUtils.h51 static void fillANativeWindowBufferColor(const ANativeWindow_Buffer& buffer, const Rect& rect, in fillANativeWindowBufferColor() function