Searched refs:fillANativeWindowBufferColor (Results 1 – 3 of 3) sorted by relevance
/frameworks/native/services/surfaceflinger/tests/ |
D | LayerTransactionTest.h | 122 TransactionUtils::fillANativeWindowBufferColor(buffer, in fillBufferQueueLayerColor() 182 TransactionUtils::fillANativeWindowBufferColor(buffer, Rect(0, 0, halfW, halfH), topLeft); in fillBufferQueueLayerQuadrant() 183 TransactionUtils::fillANativeWindowBufferColor(buffer, Rect(halfW, 0, bufferWidth, halfH), in fillBufferQueueLayerQuadrant() 185 TransactionUtils::fillANativeWindowBufferColor(buffer, Rect(0, halfH, halfW, bufferHeight), in fillBufferQueueLayerQuadrant() 187 TransactionUtils::fillANativeWindowBufferColor(buffer, in fillBufferQueueLayerQuadrant()
|
D | LayerRenderTypeTransaction_test.cpp | 353 TransactionUtils::fillANativeWindowBufferColor(buffer, top, Color::TRANSPARENT)); in TEST_P() 355 TransactionUtils::fillANativeWindowBufferColor(buffer, bottom, Color::RED)); in TEST_P() 376 TransactionUtils::fillANativeWindowBufferColor(buffer, top, Color::RED)); in TEST_P() 378 TransactionUtils::fillANativeWindowBufferColor(buffer, bottom, Color::TRANSPARENT)); in TEST_P()
|
/frameworks/native/services/surfaceflinger/tests/utils/ |
D | TransactionUtils.h | 47 static void fillANativeWindowBufferColor(const ANativeWindow_Buffer& buffer, const Rect& rect, in fillANativeWindowBufferColor() function
|