Home | History | Annotate | Download | only in hardware

Lines Matching refs:prepare

82      *  before (*prepare)() is called when the HWC_GEOMETRY_CHANGED flag is
83 * also set, otherwise, this field is preserved between (*prepare)()
87 * Always set by the caller before calling (*prepare)(), this value
95 * Always set by the caller before calling (*prepare)(), this value
110 * Set by the caller before calling (*prepare)() ONLY when the
113 * Set by the HWC implementation during (*prepare)(), this indicates
120 * Set by the HWC implementation during (*prepare)(), this indicates
128 * hints is bit mask set by the HWC implementation during (*prepare)().
129 * It is preserved between (*prepare)() calls, unless the
146 * the layer's handle is unchanged across two consecutive prepare calls and
186 * ignored during prepare(). The set() call must not wait for the
201 * reading from the buffer. The field is ignored by prepare(). Each
283 * passed to (*prepare)() has changed by more than just the buffer handles
292 * This is the top-level structure passed to the prepare and set calls to
301 * and returned by the set call; this field will be -1 on entry to prepare
311 * prepare. The set call should commit this surface atomically to
327 * This field will not be updated until after prepare(). If
328 * prepare() sets all non-FB layers to OVERLAY or sets all non-FB
364 * (*invalidate)() triggers a screen refresh, in particular prepare and set
431 * (*prepare)() is called for each frame before composition and is used by
434 * (*prepare)() can be called more than once, the last call prevails.
440 * compositionType and hints are preserved between (*prepare)() calles
443 * (*prepare)() is called with HWC_GEOMETRY_CHANGED to indicate that the
463 int (*prepare)(struct hwc_composer_device_1 *dev,
472 * the last call to (*prepare)().