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
47
COMPOSITION_HWC
= 2,
48
COMPOSITION_MIXED = COMPOSITION_GLES |
COMPOSITION_HWC
VirtualDisplaySurface.cpp
45
case DisplaySurface::
COMPOSITION_HWC
: return "HWC";
188
if (mCompositionType ==
COMPOSITION_HWC
) {
200
(mCompositionType !=
COMPOSITION_HWC
&& mFbProducerSlot < 0)) {
/frameworks/native/services/surfaceflinger/
DisplayDevice.cpp
265
compositionType = DisplaySurface::
COMPOSITION_HWC
;
270
compositionType = DisplaySurface::
COMPOSITION_HWC
;
284
compositionType = DisplaySurface::
COMPOSITION_HWC
;
289
compositionType = DisplaySurface::
COMPOSITION_HWC
;
Completed in 408 milliseconds