OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:COMPOSITION_GLES
(Results
1 - 3
of
3
) sorted by null
/frameworks/native/services/surfaceflinger/DisplayHardware/
DisplaySurface.h
46
COMPOSITION_GLES
= 1,
48
COMPOSITION_MIXED =
COMPOSITION_GLES
| COMPOSITION_HWC
VirtualDisplaySurface.cpp
44
case DisplaySurface::
COMPOSITION_GLES
: return "GLES";
139
if (sForceHwcCopy && mCompositionType ==
COMPOSITION_GLES
) {
157
if (mCompositionType !=
COMPOSITION_GLES
&&
503
LOG_FATAL_IF(mCompositionType !=
COMPOSITION_GLES
,
/frameworks/native/services/surfaceflinger/
DisplayDevice.cpp
263
compositionType = DisplaySurface::
COMPOSITION_GLES
;
282
compositionType = DisplaySurface::
COMPOSITION_GLES
;
Completed in 61 milliseconds