Home
last modified time | relevance | path

Searched refs:null_buffers (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/drivers/zink/
Dzink_framebuffer.c40 if (!ctx->null_buffers[idx]) { in framebuffer_null_surface_init()
55 ctx->null_buffers[idx] = pres; in framebuffer_null_surface_init()
59 return ctx->base.create_surface(&ctx->base, ctx->null_buffers[idx], &surf_templ); in framebuffer_null_surface_init()
Dzink_context.h136 …struct pipe_resource *null_buffers[5]; /* used to create zink_framebuffer->null_surface, one buffe… member
Dzink_context.c63 for (unsigned i = 0; i < ARRAY_SIZE(ctx->null_buffers); i++) in zink_context_destroy()
64 pipe_resource_reference(&ctx->null_buffers[i], NULL); in zink_context_destroy()
/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dreactive_socket_service_base.hpp182 size_t send(base_implementation_type& impl, const null_buffers&, in send() argument
219 void async_send(base_implementation_type& impl, const null_buffers&, in async_send() argument
253 size_t receive(base_implementation_type& impl, const null_buffers&, in receive() argument
294 void async_receive(base_implementation_type& impl, const null_buffers&, in async_receive() argument
334 const null_buffers&, socket_base::message_flags, in receive_with_flags() argument
378 const null_buffers&, socket_base::message_flags in_flags, in async_receive_with_flags() argument
Dconsuming_buffers.hpp264 class consuming_buffers<Buffer, asio::null_buffers>
265 : public asio::null_buffers
268 consuming_buffers(const asio::null_buffers&) in consuming_buffers() argument
Dreactive_socket_service.hpp209 size_t send_to(implementation_type& impl, const null_buffers&, in send_to() argument
246 void async_send_to(implementation_type& impl, const null_buffers&, in async_send_to() argument
289 size_t receive_from(implementation_type& impl, const null_buffers&, in receive_from() argument
336 const null_buffers&, endpoint_type& sender_endpoint, in async_receive_from() argument
/external/parameter-framework/asio-1.10.6/include/asio/
Dbuffer.hpp255 class null_buffers class