Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/tests/
H A DEffectLayer_test.cpp74 ISurfaceComposerClient::eNoColorFill, in TEST_F()
95 ISurfaceComposerClient::eNoColorFill, in TEST_F()
/aosp12/frameworks/native/libs/gui/include/gui/
H A DISurfaceComposerClient.h46 eNoColorFill = 0x00004000, enumerator
/aosp12/frameworks/native/services/surfaceflinger/
H A DLayer.cpp139 if (args.flags & ISurfaceComposerClient::eNoColorFill) { in Layer()