Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/aidl/android/gui/
DISurfaceComposerClient.aidl38 const int eNoColorFill = 0x00004000; field
/frameworks/native/services/surfaceflinger/tests/
DEffectLayer_test.cpp76 ISurfaceComposerClient::eNoColorFill, in TEST_F()
97 ISurfaceComposerClient::eNoColorFill, in TEST_F()
/frameworks/native/services/surfaceflinger/tests/unittests/
DCommitTest.cpp49 gui::ISurfaceComposerClient::eNoColorFill, metadata, id); in createArgs()
/frameworks/native/services/surfaceflinger/FrontEnd/
DRequestedLayerState.cpp85 if (args.flags & ISurfaceComposerClient::eNoColorFill) { in RequestedLayerState()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp5990 mirrorArgs.flags |= ISurfaceComposerClient::eNoColorFill; in mirrorLayer()
6030 mirrorArgs.flags |= ISurfaceComposerClient::eNoColorFill; in mirrorDisplay()
6057 args.flags |= ISurfaceComposerClient::eNoColorFill; in createLayer()
9296 ISurfaceComposerClient::eNoColorFill, in commitMirrorDisplays()
DLayer.cpp203 if (args.flags & ISurfaceComposerClient::eNoColorFill) { in Layer()