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

  /hardware/libhardware/include/hardware/
hwcomposer_defs.h 108 HWC_BLENDING_PREMULT = 0x0105,
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_utils.cpp 454 if(layer->blending == HWC_BLENDING_PREMULT)
535 case HWC_BLENDING_PREMULT:
789 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:
756 if(layer->blending == HWC_BLENDING_PREMULT) {
    [all...]
  /hardware/qcom/display/msm8x26/libhwcomposer/
hwc_utils.cpp 415 if(layer->blending == HWC_BLENDING_PREMULT)
495 case HWC_BLENDING_PREMULT:
750 if(layer->blending == HWC_BLENDING_PREMULT) {
    [all...]
  /frameworks/native/opengl/tests/hwc/
hwcRects.cpp 447 rect.blend = HWC_BLENDING_PREMULT;
hwcStress.cpp 173 HWC_BLENDING_PREMULT,
hwcCommit.cpp 151 {"premult", HWC_BLENDING_PREMULT},
580 HWC_BLENDING_NONE, HWC_BLENDING_PREMULT);
    [all...]
hwcTestLib.cpp 470 (list->hwLayers[layer].blending == HWC_BLENDING_PREMULT)
    [all...]
  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWComposer.cpp 540 disp.framebufferTarget->blending = HWC_BLENDING_PREMULT;
    [all...]
  /frameworks/native/services/surfaceflinger/
Layer.cpp 357 HWC_BLENDING_PREMULT :
    [all...]
  /hardware/samsung_slsi/exynos5/libhwc/
hwc.cpp 465 case HWC_BLENDING_PREMULT:
    [all...]
  /hardware/ti/omap4xxx/hwc/
hwc.c 475 oc->pre_mult_alpha = layer->blending == HWC_BLENDING_PREMULT;
    [all...]

Completed in 409 milliseconds