HomeSort by relevance Sort by last modified time
    Searched defs:compositionType (Results 1 - 2 of 2) sorted by null

  /device/samsung/crespo/libhwcomposer/
SecHWC.cpp 55 l->compositionType, l->flags, l->handle, l->transform, l->blending,
137 int compositionType = HWC_FRAMEBUFFER;
142 return compositionType;
148 return compositionType;
151 return compositionType;
155 compositionType = HWC_OVERLAY;
157 compositionType = HWC_FRAMEBUFFER;
159 LOGV("%s::compositionType %d bpp %d format %x usage %x",
160 __func__,compositionType, prev_handle->uiBpp, prev_handle->iFormat,
163 return compositionType;
    [all...]
  /hardware/libhardware/include/hardware/
hwcomposer.h 80 * by SurfaceFlinger (just as if compositionType was set to HWC_OVERLAY).
86 * hwc_layer_t::compositionType values
145 int32_t compositionType;
243 * The HWC responds by setting the compositionType field to either

Completed in 1466 milliseconds