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 57 l->compositionType, l->flags, l->handle, l->transform, l->blending,
139 int compositionType = HWC_FRAMEBUFFER;
144 return compositionType;
150 return compositionType;
153 return compositionType;
157 compositionType = HWC_OVERLAY;
159 compositionType = HWC_FRAMEBUFFER;
161 ALOGV("%s::compositionType %d bpp %d format %x usage %x",
162 __func__,compositionType, prev_handle->uiBpp, prev_handle->iFormat,
165 return compositionType;
    [all...]
  /hardware/libhardware/include/hardware/
hwcomposer.h 119 int32_t compositionType;
250 * The HWC responds by setting the compositionType field to either

Completed in 234 milliseconds