Lines Matching refs:dequeueBuffer
231 * dequeueBuffer requests a new buffer slot for the client to use. Ownership
244 * If dequeueBuffer returns the BUFFER_NEEDS_REALLOCATION flag, the client is
247 * If dequeueBuffer returns the RELEASE_ALL_BUFFERS flag, the client is
295 dequeueBuffer(
313 * hold a freshly allocated buffer in dequeueBuffer or a buffer is attached
332 * detachNextBuffer is equivalent to calling dequeueBuffer, requestBuffer,
343 * equivalent to fence from the dequeueBuffer call.
445 * will usually be the one obtained from dequeueBuffer.
558 * from the producer to the consumer without using dequeueBuffer/
578 * same way as for dequeueBuffer, and the async flag must be set the same
579 * way as for dequeueBuffer to ensure that the correct number of buffers are
581 * dequeueBuffer. If there are already the maximum number of buffers
592 * Sets whether dequeueBuffer is allowed to allocate new buffers.
594 * Normally dequeueBuffer does not discriminate between free slots which
600 * eligible slot is available, dequeueBuffer will block or return an error
637 * dequeueBuffer and acquireBuffer. This allows the producer and consumer to
661 * Sets how long dequeueBuffer will wait for a buffer to become available