Home
last modified time | relevance | path

Searched refs:first_init (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/loader/
Dloader_dri3_helper.h170 bool first_init; member
Dloader_dri3_helper.c414 draw->first_init = true; in loader_dri3_drawable_init()
1638 if (draw->first_init) { in dri3_update_drawable()
1647 draw->first_init = false; in dri3_update_drawable()
/third_party/libusb/libusb/os/
Ddarwin_usb.c575 bool first_init; in darwin_init() local
580 first_init = (1 == ++init_count); in darwin_init()
583 if (first_init) { in darwin_init()
602 if (first_init) { in darwin_init()
625 if (first_init) { in darwin_init()
/third_party/libusb/libusb/
Dcore.c2262 static int first_init = 1; in libusb_init() local
2308 if (first_init) { in libusb_init()
2309 first_init = 0; in libusb_init()