Lines Matching refs:buffers
9 // Allocates system memory buffers.
12 // Allocates a collection of buffers on behalf of a single client.
14 // |bufferCount| indicates how many buffers to allocate, between 1 and 64.
15 // |spec| describes constraints for allocating buffers of some
17 // |usage| describes how the client intends to access the buffers.
18 // |collection| provides access to the allocated buffers.
24 // obtain the buffers it requested.
33 // Allocates a collection of buffers which will be shared among one
37 // |bufferCount| indicates how many buffers to allocate, between 1 and 64.
38 // |spec| describes constraints for allocating buffers of some
66 // obtain the buffers it requested.
75 // Enlists a client into a shared collection of buffers, taking into
76 // account how the client intends to use the buffers.
78 // |usage| describes how the client intends to access the buffers.
81 // |collection| provides access to the allocated buffers.
89 // obtain the buffers it requested.