Searched defs:magma_client_context_t (Results 1 – 1 of 1) sorted by relevance
11 struct magma_client_context_t { struct13 magma_device_import_client_proc_t magma_device_import;14 magma_device_release_client_proc_t magma_device_release;15 magma_device_query_client_proc_t magma_device_query;16 magma_device_create_connection_client_proc_t magma_device_create_connection;17 magma_connection_release_client_proc_t magma_connection_release;18 magma_connection_get_error_client_proc_t magma_connection_get_error;19 magma_connection_create_context_client_proc_t magma_connection_create_context;20 magma_connection_release_context_client_proc_t magma_connection_release_context;21 magma_connection_create_buffer_client_proc_t magma_connection_create_buffer;[all …]