Searched refs:emugl_sync_device_exists_t (Results 1 – 5 of 5) sorted by relevance
40 typedef bool (*emugl_sync_device_exists_t)(); typedef49 EMUGL_COMMON_API extern emugl_sync_device_exists_t emugl_sync_device_exists;56 EMUGL_COMMON_API void set_emugl_sync_device_exists(emugl_sync_device_exists_t);
54 emugl_sync_device_exists_t emugl_sync_device_exists = defaultDeviceExists;76 void set_emugl_sync_device_exists(emugl_sync_device_exists_t f) { in set_emugl_sync_device_exists()
80 emugl_sync_device_exists_t) = 0;
43 emugl_sync_device_exists_t) override;
73 emugl_sync_device_exists_t device_exists) { in setSyncDevice()