OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:displaySurface
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
RenderTarget.java
363
EGLSurface
displaySurface
= mDisplaySurfaces.get(mContext);
364
return
displaySurface
!= null ?
displaySurface
: mSurface;
/frameworks/native/services/surfaceflinger/
DisplayDevice.h
41
class
DisplaySurface
;
80
const sp<
DisplaySurface
>&
displaySurface
,
174
sp<
DisplaySurface
> mDisplaySurface;
DisplayDevice.cpp
34
#include "DisplayHardware/
DisplaySurface
.h"
58
const sp<
DisplaySurface
>&
displaySurface
,
64
mDisplaySurface(
displaySurface
),
206
DisplaySurface
::CompositionType compositionType;
210
compositionType =
DisplaySurface
::COMPOSITION_MIXED;
212
compositionType =
DisplaySurface
::COMPOSITION_GLES;
214
compositionType =
DisplaySurface
::COMPOSITION_HWC;
219
compositionType =
DisplaySurface
::COMPOSITION_HWC;
Completed in 162 milliseconds