Searched refs:single_buffer (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/system/ulib/framebuffer/include/lib/framebuffer/
H A Dframebuffer.h16 // Binds to the display. |single_buffer| determines whether the connection
18 zx_status_t fb_bind(bool single_buffer, const char** err_msg);
/fuchsia/zircon/system/ulib/framebuffer/
H A Dframebuffer.c55 zx_status_t fb_bind(bool single_buffer, const char** err_msg_out) { argument
199 if (single_buffer) {
246 *err_msg_out = "Failed to present single_buffer mode framebuffer";
251 in_single_buffer_mode = single_buffer;

Completed in 73 milliseconds