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

1 2

  /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/qcom/display/msm8994/libqdutils/
cb_utils.cpp 54 if(((list->hwLayers[i].blending == HWC_BLENDING_NONE) &&
68 if((list->hwLayers[i].blending != HWC_BLENDING_NONE) ||
  /hardware/libhardware/include/hardware/
hwcomposer_defs.h 126 HWC_BLENDING_NONE = 0x0100,
  /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 143 case HWC_BLENDING_NONE:
154 return (blending == HWC_BLENDING_NONE) ? true : false;
  /hardware/intel/img/hwcomposer/merrifield/ips/anniedale/
PlaneCapabilities.cpp 166 case HWC_BLENDING_NONE:
177 return (blending == HWC_BLENDING_NONE) ? true : false;
  /frameworks/native/opengl/tests/hwc/
hwcColorEquiv.cpp 354 layer->blending = HWC_BLENDING_NONE;
368 layer->blending = HWC_BLENDING_NONE;
hwcRects.cpp 127 const uint32_t defaultBlend = HWC_BLENDING_NONE;
442 rect.blend = HWC_BLENDING_NONE;
hwcCommit.cpp 119 const uint32_t defaultBlend = HWC_BLENDING_NONE;
149 {"none", HWC_BLENDING_NONE},
562 // background blend of HWC_BLENDING_NONE, with the
574 HWC_BLENDING_NONE, HWC_BLENDING_NONE);
578 HWC_BLENDING_NONE, HWC_BLENDING_PREMULT);
582 HWC_BLENDING_NONE, HWC_BLENDING_COVERAGE);
    [all...]
hwcStress.cpp 171 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 88 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]":"",
hwc_mdpcomp.cpp 486 if (layer->blending == HWC_BLENDING_NONE)
584 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/qcom/display/msm8994/libhwcomposer/
hwc_dump_layers.cpp 274 (layer->blending == HWC_BLENDING_NONE)? "[None]":"",
  /external/drm_hwcomposer/
glworker.cpp 346 if (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) {

Completed in 1233 milliseconds

1 2