Lines Matching refs:be

26          * The width specifies how many columns of pixels must be in the
28 * columns between the same column in adjacent rows. The rows may be
34 * The height specifies how many rows of pixels must be in the
40 * The number of image layers that must be in the allocated buffer.
48 * Buffer usage mask; valid flags can be found in the definition of
62 * Creates a buffer descriptor. The descriptor can be used with IAllocator
66 * dependent or device independent checks must be performed here whenever
72 * @return error Error status of the call, which may be
76 * - `NO_RESOURCES` if the creation cannot be fullfilled due to
93 * buffer handle must not be used to access the underlying graphic
94 * buffer. It must be imported to create an imported handle first.
99 * must be considered valid everywhere in the process, including in
106 * freeBuffer() must be called on it when it is no longer needed.
109 * @return error Error status of the call, which may be
112 * - `NO_RESOURCES` if the raw handle cannot be imported due to
120 * Frees a buffer handle. Buffer handles returned by importBuffer() must be
129 * @return error Error status of the call, which may be
136 * Validates that the buffer can be safely accessed by a caller who assumes
144 * @return error Error status of the call, which may be
147 * - `BAD_VALUE` if the buffer cannot be safely accessed.
165 * @return error Error status of the call, which may be
187 * "lock in place". The buffers must be directly accessible via mapping.
195 * On success, @p data must be filled with a pointer to the locked buffer
201 * should be returned. bytesPerStride must contain the bytes per stride of
203 * should be returned.
211 * sync fence object, which will be signaled when it is safe for the
212 * mapper to lock the buffer. @p acquireFence may be an empty fence if
214 * @return error Error status of the call, which may be
220 * - `NO_RESOURCES` if the buffer cannot be locked at this time. Note
253 * sync fence object, which will be signaled when it is safe for the
254 * mapper to lock the buffer. @p acquireFence may be empty if it is
256 * @return error Error status of the call, which may be
262 * - `NO_RESOURCES` if the buffer cannot be locked at this time. Note
278 * @return error Error status of the call, which may be
282 * sync fence object. The sync fence object will be signaled when the
283 * mapper has completed any pending work. @p releaseFence may be an
292 * description can be allocated on this implementation, unless resource