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

  /hardware/libhardware/include/hardware/
hwcomposer_defs.h 99 HWC_BLENDING_NONE = 0x0100,
  /frameworks/native/opengl/tests/hwc/
hwcColorEquiv.cpp 358 layer->blending = HWC_BLENDING_NONE;
372 layer->blending = HWC_BLENDING_NONE;
hwcRects.cpp 128 const uint32_t defaultBlend = HWC_BLENDING_NONE;
443 rect.blend = HWC_BLENDING_NONE;
hwcCommit.cpp 120 const uint32_t defaultBlend = HWC_BLENDING_NONE;
150 {"none", HWC_BLENDING_NONE},
564 // background blend of HWC_BLENDING_NONE, with the
576 HWC_BLENDING_NONE, HWC_BLENDING_NONE);
580 HWC_BLENDING_NONE, HWC_BLENDING_PREMULT);
584 HWC_BLENDING_NONE, HWC_BLENDING_COVERAGE);
    [all...]
hwcStress.cpp 172 HWC_BLENDING_NONE,
hwcTestLib.cpp 468 (list->hwLayers[layer].blending == HWC_BLENDING_NONE)
    [all...]
  /device/samsung/crespo/libhwcomposer/
SecHWC.cpp 156 (cur->blending == HWC_BLENDING_NONE))
  /frameworks/native/services/surfaceflinger/
LayerBase.cpp 290 hwcl->blending = HWC_BLENDING_NONE;
  /hardware/ti/omap4xxx/hwc/
hwc.c 330 #define is_BLENDED(layer) ((layer)->blending != HWC_BLENDING_NONE)
    [all...]

Completed in 127 milliseconds