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

  /hardware/libhardware/include/hardware/
hwcomposer_defs.h 74 * by SurfaceFlinger (just as if compositionType was set to HWC_OVERLAY).
87 HWC_OVERLAY = 1,
  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWComposer.cpp 176 case HWC_OVERLAY:
192 case HWC_OVERLAY:
  /device/samsung/crespo/libhwcomposer/
SecHWC.cpp 157 compositionType = HWC_OVERLAY;
255 cur->compositionType = HWC_OVERLAY;
357 if (cur->compositionType == HWC_OVERLAY) {
405 HWC_OVERLAY", __func__, win->layer_index);
  /frameworks/native/opengl/tests/hwc/
hwcTestLib.cpp 437 (list->hwLayers[layer].compositionType == HWC_OVERLAY)
501 if (list->hwLayers[layer].compositionType == HWC_OVERLAY) {
508 (list->hwLayers[layer].compositionType == HWC_OVERLAY)
    [all...]
hwcCommit.cpp     [all...]
  /frameworks/native/services/surfaceflinger/
SurfaceFlinger.cpp 910 if (hwc.getLayerCount(HWC_OVERLAY)) {
937 if (cur && (cur[i].compositionType == HWC_OVERLAY)) {
    [all...]
  /hardware/ti/omap4xxx/hwc/
hwc.c 257 dump_printf(&log, "%p:%s,", handle, layer->compositionType == HWC_OVERLAY ? "DSS" : "SGX");
    [all...]

Completed in 236 milliseconds