OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HWC_SKIP_LAYER
(Results
1 - 7
of
7
) sorted by null
/hardware/libhardware/include/hardware/
hwcomposer_defs.h
73
*
HWC_SKIP_LAYER
is set by SurfaceFlnger to indicate that the HAL
77
HWC_SKIP_LAYER
= 0x00000001,
/frameworks/native/services/surfaceflinger/DisplayHardware/
HWComposer.cpp
620
if (l.flags &
HWC_SKIP_LAYER
) {
854
getLayer()->flags |=
HWC_SKIP_LAYER
;
862
l->flags =
HWC_SKIP_LAYER
;
874
getLayer()->flags |=
HWC_SKIP_LAYER
;
876
getLayer()->flags &= ~
HWC_SKIP_LAYER
;
902
getLayer()->flags |=
HWC_SKIP_LAYER
;
[
all
...]
/hardware/qcom/display/libhwcomposer/
hwc_utils.h
213
return (UNLIKELY(l && (l->flags &
HWC_SKIP_LAYER
)));
/frameworks/native/opengl/tests/hwc/
hwcStress.cpp
177
HWC_SKIP_LAYER
,
hwcTestLib.cpp
449
(list->hwLayers[layer].flags &
HWC_SKIP_LAYER
)
[
all
...]
/hardware/samsung_slsi/exynos5/libhwc/
hwc.cpp
169
if(l->handle && !(l->flags &
HWC_SKIP_LAYER
))
796
if (layer.flags &
HWC_SKIP_LAYER
) {
937
if ((layer.flags &
HWC_SKIP_LAYER
) ||
[
all
...]
/hardware/ti/omap4xxx/hwc/
hwc.c
259
if ((layer->flags &
HWC_SKIP_LAYER
) || !handle) {
782
if ((layer->flags &
HWC_SKIP_LAYER
) || !handle)
[
all
...]
Completed in 220 milliseconds