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

1 2

  /hardware/qcom/display/msm8084/libqdutils/
cb_utils.cpp 55 if((list->hwLayers[i].blending == HWC_BLENDING_NONE) ||
68 if((list->hwLayers[i].blending != HWC_BLENDING_NONE) ||
  /hardware/qcom/display/msm8226/libqdutils/
cb_utils.cpp 55 if((list->hwLayers[i].blending == HWC_BLENDING_NONE) ||
68 if((list->hwLayers[i].blending != HWC_BLENDING_NONE) ||
  /hardware/qcom/display/msm8994/libqdutils/
cb_utils.cpp 55 if(((list->hwLayers[i].blending == HWC_BLENDING_NONE) &&
69 if((list->hwLayers[i].blending != HWC_BLENDING_NONE) ||
  /hardware/intel/img/hwcomposer/merrifield/ips/common/
PlaneCapabilities.cpp 149 case HWC_BLENDING_NONE:
163 return (blending == HWC_BLENDING_NONE) ? true : false;
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/anniedale/
PlaneCapabilities.cpp 146 case HWC_BLENDING_NONE:
157 return (blending == HWC_BLENDING_NONE) ? true : false;
  /hardware/libhardware/include/hardware/
hwcomposer_defs.h 196 HWC_BLENDING_NONE = 0x0100,
  /hardware/intel/img/hwcomposer/merrifield/ips/anniedale/
PlaneCapabilities.cpp 166 case HWC_BLENDING_NONE:
177 return (blending == HWC_BLENDING_NONE) ? true : false;
  /external/drm_hwcomposer/
drmhwcomposer.h 132 kNone = HWC_BLENDING_NONE,
hwcutils.cpp 133 case HWC_BLENDING_NONE:
  /frameworks/native/opengl/tests/hwc/
hwcColorEquiv.cpp 355 layer->blending = HWC_BLENDING_NONE;
369 layer->blending = HWC_BLENDING_NONE;
hwcRects.cpp 127 const uint32_t defaultBlend = HWC_BLENDING_NONE;
442 rect.blend = HWC_BLENDING_NONE;
hwcCommit.cpp 120 const uint32_t defaultBlend = HWC_BLENDING_NONE;
148 {"none", HWC_BLENDING_NONE},
561 // background blend of HWC_BLENDING_NONE, with the
573 HWC_BLENDING_NONE, HWC_BLENDING_NONE);
577 HWC_BLENDING_NONE, HWC_BLENDING_PREMULT);
581 HWC_BLENDING_NONE, HWC_BLENDING_COVERAGE);
    [all...]
hwcStress.cpp 172 HWC_BLENDING_NONE,
hwcTestLib.cpp 470 (list->hwLayers[layer].blending == HWC_BLENDING_NONE)
    [all...]
  /hardware/intel/img/hwcomposer/merrifield/common/planes/
DisplayPlane.cpp 36 mBlending(HWC_BLENDING_NONE),
  /hardware/intel/img/hwcomposer/merrifield/ips/tangier/
TngSpritePlane.cpp 92 if (mBlending == HWC_BLENDING_NONE && spriteFormat == PixelFormat::PLANE_PIXEL_FORMAT_BGRA8888)
  /hardware/intel/img/hwcomposer/moorefield_hdmi/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]":"",
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_dump_layers.cpp 270 (layer->blending == HWC_BLENDING_NONE)? "[None]":"",
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_dump_layers.cpp 274 (layer->blending == HWC_BLENDING_NONE)? "[None]":"",
hwc_mdpcomp.cpp 588 if (layer->blending == HWC_BLENDING_NONE &&
694 if (layer->blending == HWC_BLENDING_NONE &&
    [all...]
  /device/google/cuttlefish_common/guest/hals/hwcomposer/legacy/
vsoc_composer.cpp 56 return layer.blending != HWC_BLENDING_NONE;
  /hardware/libhardware/tests/hwc/
cnativewindow.c 164 dl->blending = HWC_BLENDING_NONE;
  /hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/
HwcLayerList.cpp 154 if (blending != HWC_BLENDING_NONE) {
    [all...]
  /hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/
HWC2On1Adapter.cpp     [all...]

Completed in 6260 milliseconds

1 2