Searched refs:fillGraphicBufferColor (Results 1 – 6 of 6) sorted by relevance
/frameworks/native/services/surfaceflinger/tests/ |
D | LayerTransactionTest.h | 144 TransactionUtils::fillGraphicBufferColor(buffer, Rect(0, 0, bufferWidth, bufferHeight), in fillBufferStateLayerColor() 218 TransactionUtils::fillGraphicBufferColor(buffer, Rect(0, 0, halfW, halfH), topLeft); in fillBufferStateLayerQuadrant() 219 TransactionUtils::fillGraphicBufferColor(buffer, Rect(halfW, 0, bufferWidth, halfH), in fillBufferStateLayerQuadrant() 221 TransactionUtils::fillGraphicBufferColor(buffer, Rect(0, halfH, halfW, bufferHeight), in fillBufferStateLayerQuadrant() 223 TransactionUtils::fillGraphicBufferColor(buffer, in fillBufferStateLayerQuadrant()
|
D | LayerRenderTypeTransaction_test.cpp | 334 TransactionUtils::fillGraphicBufferColor(buffer, top, Color::TRANSPARENT)); in TEST_P() 335 ASSERT_NO_FATAL_FAILURE(TransactionUtils::fillGraphicBufferColor(buffer, bottom, Color::RED)); in TEST_P() 357 ASSERT_NO_FATAL_FAILURE(TransactionUtils::fillGraphicBufferColor(buffer, top, Color::RED)); in TEST_P() 359 TransactionUtils::fillGraphicBufferColor(buffer, bottom, Color::TRANSPARENT)); in TEST_P() 898 TransactionUtils::fillGraphicBufferColor(buffer, Rect(0, 0, 32, 16), Color::BLUE); in TEST_P() 899 TransactionUtils::fillGraphicBufferColor(buffer, Rect(0, 16, 32, 64), Color::RED); in TEST_P() 1202 TransactionUtils::fillGraphicBufferColor(buffer, Rect(0, 0, 32, 32), color); in TEST_P() 1235 TransactionUtils::fillGraphicBufferColor(buffer, Rect(0, 0, 32, 32), color); in TEST_P() 1268 TransactionUtils::fillGraphicBufferColor(buffer, Rect(0, 0, 32, 32), color); in TEST_P() 1348 TransactionUtils::fillGraphicBufferColor(buffer, Rect(0, 0, 32, 32), Color::RED); in TEST_P() [all …]
|
D | LayerTransaction_test.cpp | 137 TransactionUtils::fillGraphicBufferColor(buf1, Rect(width, height), color); in TEST_F() 138 TransactionUtils::fillGraphicBufferColor(buf2, Rect(width, height), color); in TEST_F()
|
D | IPC_test.cpp | 158 TransactionUtils::fillGraphicBufferColor(gb, in createTransaction() 306 TransactionUtils::fillGraphicBufferColor(gb, in TEST_F()
|
D | LayerTypeAndRenderTypeTransaction_test.cpp | 804 TransactionUtils::fillGraphicBufferColor(buffer, crop, Color::TRANSPARENT)); in TEST_P() 820 TransactionUtils::fillGraphicBufferColor(buffer, crop, Color::TRANSPARENT)); in TEST_P()
|
/frameworks/native/services/surfaceflinger/tests/utils/ |
D | TransactionUtils.h | 75 static void fillGraphicBufferColor(const sp<GraphicBuffer>& buffer, const Rect& rect, in fillGraphicBufferColor() function
|