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 72 * HWC_SKIP_LAYER is set by SurfaceFlnger to indicate that the HAL
76 HWC_SKIP_LAYER = 0x00000001,
  /frameworks/native/services/surfaceflinger/
Layer.cpp 266 hwcl->flags &= ~HWC_SKIP_LAYER;
271 hwcl->flags = HWC_SKIP_LAYER;
291 hwcl->flags = HWC_SKIP_LAYER;
309 hwcl->flags |= HWC_SKIP_LAYER;
LayerBase.cpp 288 hwcl->flags = HWC_SKIP_LAYER;
297 hwcl->flags = HWC_SKIP_LAYER;
SurfaceFlinger.cpp 817 cur[i].flags |= HWC_SKIP_LAYER;
    [all...]
  /device/samsung/crespo/libhwcomposer/
SecHWC.cpp 132 if(cur->flags & HWC_SKIP_LAYER || !cur->handle) {
134 __func__, cur->flags & HWC_SKIP_LAYER, (uint32_t)cur->handle);
  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWComposer.cpp 172 if (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/ti/omap4xxx/hwc/
hwc.c 258 if ((layer->flags & HWC_SKIP_LAYER) || !handle) {
781 if ((layer->flags & HWC_SKIP_LAYER) || !handle)
    [all...]

Completed in 664 milliseconds