Searched refs:bufferFill (Results 1 – 1 of 1) sorted by relevance
/frameworks/native/services/surfaceflinger/tests/ |
D | Transaction_test.cpp | 714 void setBackgroundColorHelper(uint32_t layerType, bool priorColor, bool bufferFill, float alpha, 1675 bool bufferFill, float alpha, in setBackgroundColorHelper() argument 1695 if (bufferFill) { in setBackgroundColorHelper() 1703 if (bufferFill) { in setBackgroundColorHelper() 1718 if (!bufferFill) { in setBackgroundColorHelper() 1740 bool bufferFill = false; in TEST_P() local 1744 priorColor, bufferFill, alpha, finalColor)); in TEST_P() 1750 bool bufferFill = true; in TEST_P() local 1754 priorColor, bufferFill, alpha, finalColor)); in TEST_P() 1760 bool bufferFill = false; in TEST_P() local [all …]
|