Lines Matching refs:is

2 // Use of this source code is governed by a BSD-style license that can be
14 /// The image is linear and VMO backed.
32 /// The type conveys information about what is providing the pixel data. If this is not
33 /// IMAGE_FORMAT_SIMPLE, it is up to the driver and buffer producer to agree on the meaning
63 /// The display's parameters if an edid is not present.
78 /// If no edid is present, then the meaning of display_config's mode structure is
83 /// A list of pixel formats supported by the display. The first entry is the
88 /// be null if cursor_count is 0.
103 /// All strings are null-terminated. |manufacturer_id| is guaranteed to have
120 /// |added_display_count| or |removed_display_count| is 0, the corresponding array can be NULL.
124 /// The driver should call this function when the callback is registered if any displays
129 /// |timestamp| is the ZX_CLOCK_MONOTONIC timestamp at which the vsync occurred.
170 /// If |alpha_mode| == `ALPHA_DISABLED`, the layer is opaque and alpha_layer_val is ignored.
172 /// If |alpha_mode| == `PREMULTIPLIED` or `HW_MULTIPLY` and |alpha_layer_val| is NaN, the alpha
173 /// used when blending is determined by the per-pixel alpha channel.
175 /// If |alpha_mode| == `PREMULTIPLIED` or `HW_MULTIPLY` and |alpha_layer_val| is not NaN, the
176 /// alpha used when blending is the product of alpha_layer_val and any per-pixel alpha.
180 /// If alpha_layer_val is not NaN, it will be in the range [0, 1].
186 /// The source frame, where (0,0) is the top-left corner of the image. The
190 /// The destination frame, where (0,0) is the top-left corner of the
200 /// applied to a display, the cursor is guaranteed to have at least one
208 /// The color to use for the layer. The color is little-endian, and is
274 /// Color conversion is applied to each pixel according to the formula:
278 /// where pixel is a column vector consisting of the pixel's 3 components.
287 /// The display mode configuration is valid. Note that this is distinct from
288 /// whether or not the layer configuration is valid.
308 /// MERGE_BASE should only be set on one layer per display. If it is set on multiple
357 /// display modes is not supported.
359 /// layer_cfg_result points to an array of arrays. The primary length is display_count, the
361 /// is CONFIG_DISPLAY_OK, any errors in layer configuration should be returned as a CLIENT*
380 /// layers there is a strong preference to display a blank screen instead of turn them off.