HomeSort by relevance Sort by last modified time
    Searched refs:HWC_BLENDING_NONE (Results 1 - 25 of 26) sorted by null

1 2

  /external/chromium_org/third_party/hwcplus/include/hardware/
hwcomposer_defs.h 105 HWC_BLENDING_NONE = 0x0100,
  /hardware/qcom/display/msm8084/libqdutils/
cb_utils.cpp 54 if((list->hwLayers[i].blending == HWC_BLENDING_NONE) ||
67 if((list->hwLayers[i].blending != HWC_BLENDING_NONE) ||
  /hardware/qcom/display/msm8226/libqdutils/
cb_utils.cpp 54 if((list->hwLayers[i].blending == HWC_BLENDING_NONE) ||
67 if((list->hwLayers[i].blending != HWC_BLENDING_NONE) ||
  /hardware/libhardware/include/hardware/
hwcomposer_defs.h 125 HWC_BLENDING_NONE = 0x0100,
  /hardware/intel/img/hwcomposer/ips/anniedale/
PlaneCapabilities.cpp 146 case HWC_BLENDING_NONE:
157 return (blending == HWC_BLENDING_NONE) ? true : false;
  /frameworks/native/opengl/tests/hwc/
hwcColorEquiv.cpp 357 layer->blending = HWC_BLENDING_NONE;
371 layer->blending = HWC_BLENDING_NONE;
hwcRects.cpp 127 const uint32_t defaultBlend = HWC_BLENDING_NONE;
444 rect.blend = HWC_BLENDING_NONE;
hwcCommit.cpp 119 const uint32_t defaultBlend = HWC_BLENDING_NONE;
149 {"none", HWC_BLENDING_NONE},
563 // background blend of HWC_BLENDING_NONE, with the
575 HWC_BLENDING_NONE, HWC_BLENDING_NONE);
579 HWC_BLENDING_NONE, HWC_BLENDING_PREMULT);
583 HWC_BLENDING_NONE, HWC_BLENDING_COVERAGE);
    [all...]
hwcStress.cpp 171 HWC_BLENDING_NONE,
hwcTestLib.cpp 472 (list->hwLayers[layer].blending == HWC_BLENDING_NONE)
    [all...]
  /hardware/intel/img/hwcomposer/common/planes/
DisplayPlane.cpp 37 mBlending(HWC_BLENDING_NONE),
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_dump_layers.cpp 270 (layer->blending == HWC_BLENDING_NONE)? "[None]":"",
hwc_mdpcomp.cpp 468 if (layer->blending == HWC_BLENDING_NONE)
574 if (layer->blending == HWC_BLENDING_NONE) {
    [all...]
hwc_utils.cpp     [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_dump_layers.cpp 270 (layer->blending == HWC_BLENDING_NONE)? "[None]":"",
hwc_mdpcomp.cpp 479 if (layer->blending == HWC_BLENDING_NONE)
585 if (layer->blending == HWC_BLENDING_NONE) {
    [all...]
hwc_utils.cpp     [all...]
  /hardware/libhardware/tests/hwc/
cnativewindow.c 164 dl->blending = HWC_BLENDING_NONE;
  /hardware/intel/img/hwcomposer/common/base/
HwcLayerList.cpp 156 if (blending != HWC_BLENDING_NONE) {
    [all...]
  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWComposer.cpp     [all...]
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_utils.cpp 540 case HWC_BLENDING_NONE:
    [all...]
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_utils.cpp 494 case HWC_BLENDING_NONE:
    [all...]
  /hardware/ti/omap4-aah/hwc/
rgz_2d.c     [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 722 milliseconds

1 2