OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:COMPOSITION_HWC
(Results
1 - 3
of
3
) sorted by null
/frameworks/native/services/surfaceflinger/DisplayHardware/
DisplaySurface.h
45
COMPOSITION_HWC
= 2,
46
COMPOSITION_MIXED = COMPOSITION_GLES |
COMPOSITION_HWC
VirtualDisplaySurface.cpp
42
case DisplaySurface::
COMPOSITION_HWC
: return "HWC";
166
if (mCompositionType ==
COMPOSITION_HWC
) {
178
(mCompositionType !=
COMPOSITION_HWC
&& mFbProducerSlot < 0)) {
/frameworks/native/services/surfaceflinger/
DisplayDevice.cpp
214
compositionType = DisplaySurface::
COMPOSITION_HWC
;
219
compositionType = DisplaySurface::
COMPOSITION_HWC
;
Completed in 611 milliseconds