OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HWC_BLENDING_NONE
(Results
1 - 13
of
13
) sorted by null
/hardware/libhardware/include/hardware/
hwcomposer_defs.h
105
HWC_BLENDING_NONE
= 0x0100,
/frameworks/native/opengl/tests/hwc/
hwcColorEquiv.cpp
358
layer->blending =
HWC_BLENDING_NONE
;
372
layer->blending =
HWC_BLENDING_NONE
;
hwcRects.cpp
128
const uint32_t defaultBlend =
HWC_BLENDING_NONE
;
445
rect.blend =
HWC_BLENDING_NONE
;
hwcCommit.cpp
120
const uint32_t defaultBlend =
HWC_BLENDING_NONE
;
150
{"none",
HWC_BLENDING_NONE
},
564
// background blend of
HWC_BLENDING_NONE
, with the
576
HWC_BLENDING_NONE
,
HWC_BLENDING_NONE
);
580
HWC_BLENDING_NONE
, HWC_BLENDING_PREMULT);
584
HWC_BLENDING_NONE
, HWC_BLENDING_COVERAGE);
[
all
...]
hwcStress.cpp
172
HWC_BLENDING_NONE
,
hwcTestLib.cpp
468
(list->hwLayers[layer].blending ==
HWC_BLENDING_NONE
)
[
all
...]
/hardware/libhardware/tests/hwc/
cnativewindow.c
164
dl->blending =
HWC_BLENDING_NONE
;
/frameworks/native/services/surfaceflinger/DisplayHardware/
HWComposer.cpp
893
l->blending =
HWC_BLENDING_NONE
;
[
all
...]
/hardware/qcom/display/msm8960/libhwcomposer/
hwc_utils.cpp
533
case
HWC_BLENDING_NONE
:
[
all
...]
/hardware/qcom/display/msm8974/libhwcomposer/
hwc_utils.cpp
494
case
HWC_BLENDING_NONE
:
[
all
...]
/hardware/qcom/display/msm8x26/libhwcomposer/
hwc_utils.cpp
493
case
HWC_BLENDING_NONE
:
[
all
...]
/hardware/samsung_slsi/exynos5/libhwc/
hwc.cpp
463
case
HWC_BLENDING_NONE
:
[
all
...]
/hardware/ti/omap4xxx/hwc/
hwc.c
331
#define is_BLENDED(layer) ((layer)->blending !=
HWC_BLENDING_NONE
)
[
all
...]
Completed in 145 milliseconds