|
|
const char * | oxr_handle_state_to_string (enum oxr_handle_state state) |
| |
|
XrResult | oxr_handle_init (struct oxr_logger *log, struct oxr_handle_base *hb, uint64_t debug, oxr_handle_destroyer destroy, struct oxr_handle_parent_base *parent) |
| |
|
XrResult | oxr_handle_parent_init (struct oxr_logger *log, struct oxr_handle_parent_base *hpb, uint64_t debug, oxr_handle_destroyer destroy, struct oxr_handle_parent_base *parent) |
| |
|
XrResult | oxr_handle_allocate_and_init (struct oxr_logger *log, size_t size, uint64_t debug, oxr_handle_destroyer destroy, struct oxr_handle_parent_base *parent, void **out) |
| |
|
XrResult | oxr_handle_parent_allocate_and_init (struct oxr_logger *log, size_t size, uint64_t debug, oxr_handle_destroyer destroy, struct oxr_handle_parent_base *parent, void **out) |
| |
|
XrResult | oxr_handle_destroy_internal (struct oxr_logger *log, struct oxr_handle_base *hb, int level) |
| |
|
XrResult | oxr_handle_parent_destroy_internal (struct oxr_logger *log, struct oxr_handle_parent_base *hpb, int level) |
| |
|
XrResult | oxr_handle_destroy (struct oxr_logger *log, struct oxr_handle_base *hb) |
| |
|
XrResult | oxr_handle_parent_destroy (struct oxr_logger *log, struct oxr_handle_parent_base *hpb) |
| |