Home | History | Annotate | Download | only in loader

Lines Matching refs:str_negotiate_interface

2627                 strncpy(props->functions.str_negotiate_interface, vkNegotiateLoaderLayerInterfaceVersion,
2628 sizeof(props->functions.str_negotiate_interface));
2629 props->functions.str_negotiate_interface[sizeof(props->functions.str_negotiate_interface) - 1] = '\0';
2631 props->functions.str_negotiate_interface[0] = '\0';
4545 if (strlen(layer_prop->functions.str_negotiate_interface) == 0) {
4550 lib_handle, layer_prop->functions.str_negotiate_interface);
4744 if (strlen(layer_prop->functions.str_negotiate_interface) == 0) {
4749 lib_handle, layer_prop->functions.str_negotiate_interface);