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

  /hardware/libhardware/include/hardware/
hwcomposer_defs.h 74 * HWC_SKIP_LAYER is set by SurfaceFlnger to indicate that the HAL
78 HWC_SKIP_LAYER = 0x00000001,
  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWComposer.cpp 643 if (l.flags & HWC_SKIP_LAYER) {
882 getLayer()->flags |= HWC_SKIP_LAYER;
890 l->flags = HWC_SKIP_LAYER;
902 getLayer()->flags |= HWC_SKIP_LAYER;
904 getLayer()->flags &= ~HWC_SKIP_LAYER;
    [all...]
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_utils.h 212 return (UNLIKELY(l && (l->flags & HWC_SKIP_LAYER)));
  /hardware/qcom/display/msm8x26/libhwcomposer/
hwc_utils.h 212 return (UNLIKELY(l && (l->flags & HWC_SKIP_LAYER)));
  /frameworks/native/opengl/tests/hwc/
hwcStress.cpp 177 HWC_SKIP_LAYER,
hwcTestLib.cpp 449 (list->hwLayers[layer].flags & HWC_SKIP_LAYER)
    [all...]
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_utils.h 261 return (UNLIKELY(l && (l->flags & HWC_SKIP_LAYER)));
  /hardware/samsung_slsi/exynos5/libhwc/
hwc.cpp 169 if(l->handle && !(l->flags & HWC_SKIP_LAYER))
790 if (layer.flags & HWC_SKIP_LAYER) {
931 if ((layer.flags & HWC_SKIP_LAYER) ||
    [all...]
  /hardware/ti/omap4xxx/hwc/
hwc.c 259 if ((layer->flags & HWC_SKIP_LAYER) || !handle) {
782 if ((layer->flags & HWC_SKIP_LAYER) || !handle)
    [all...]

Completed in 2457 milliseconds