HomeSort by relevance Sort by last modified time
    Searched refs:HWC_BLENDING_PREMULT (Results 1 - 23 of 23) sorted by null

  /hardware/libhardware/include/hardware/
hwcomposer_defs.h 129 HWC_BLENDING_PREMULT = 0x0105,
  /hardware/intel/img/hwcomposer/merrifield/ips/common/
PlaneCapabilities.cpp 151 case HWC_BLENDING_PREMULT:
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/anniedale/
PlaneCapabilities.cpp 144 case HWC_BLENDING_PREMULT:
  /hardware/intel/img/hwcomposer/merrifield/ips/anniedale/
PlaneCapabilities.cpp 167 case HWC_BLENDING_PREMULT:
  /hardware/intel/img/hwcomposer/merrifield/ips/tangier/
TngSpritePlane.cpp 70 if ((mBlending == HWC_BLENDING_PREMULT) && (mPlaneAlpha == 0)) {
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_dump_layers.cpp 271 (layer->blending == HWC_BLENDING_PREMULT)? "[PreMult]":"",
hwc_utils.cpp     [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_dump_layers.cpp 271 (layer->blending == HWC_BLENDING_PREMULT)? "[PreMult]":"",
hwc_utils.cpp 880 if(layer->blending == HWC_BLENDING_PREMULT)
    [all...]
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_utils.cpp 453 if(layer->blending == HWC_BLENDING_PREMULT)
541 case HWC_BLENDING_PREMULT:
792 if(layer->blending == HWC_BLENDING_PREMULT) {
    [all...]
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_utils.cpp 407 if(layer->blending == HWC_BLENDING_PREMULT)
496 case HWC_BLENDING_PREMULT:
753 if(layer->blending == HWC_BLENDING_PREMULT) {
    [all...]
  /frameworks/native/opengl/tests/hwc/
hwcRects.cpp 444 rect.blend = HWC_BLENDING_PREMULT;
hwcStress.cpp 172 HWC_BLENDING_PREMULT,
hwcCommit.cpp 150 {"premult", HWC_BLENDING_PREMULT},
578 HWC_BLENDING_NONE, HWC_BLENDING_PREMULT);
    [all...]
hwcTestLib.cpp 472 (list->hwLayers[layer].blending == HWC_BLENDING_PREMULT)
    [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_dump_layers.cpp 275 (layer->blending == HWC_BLENDING_PREMULT)? "[PreMult]":"",
hwc_utils.cpp     [all...]
  /hardware/ti/omap4-aah/hwc/
rgz_2d.c 174 if ((layer->blending != HWC_BLENDING_PREMULT) || is_OPAQUE(h->iFormat))
    [all...]
hwc.c 664 oc->pre_mult_alpha = layer->blending == HWC_BLENDING_PREMULT;
    [all...]
  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWComposer.cpp 585 disp.framebufferTarget->blending = HWC_BLENDING_PREMULT;
    [all...]
  /frameworks/native/services/surfaceflinger/
Layer.cpp 465 HWC_BLENDING_PREMULT :
    [all...]
  /hardware/intel/img/hwcomposer/merrifield/common/devices/
VirtualDevice.cpp 769 layer.blending == HWC_BLENDING_PREMULT &&
    [all...]
  /hardware/ti/omap4xxx/hwc/
hwc.c 475 oc->pre_mult_alpha = layer->blending == HWC_BLENDING_PREMULT;
    [all...]

Completed in 814 milliseconds