Searched refs:str_gipa (Results 1 – 2 of 2) sorted by relevance
2051 strncpy(props->functions.str_gipa, vkGetInstanceProcAddr, in loader_add_layer_properties()2052 sizeof(props->functions.str_gipa)); in loader_add_layer_properties()2053 props->functions.str_gipa[sizeof(props->functions.str_gipa) - 1] = in loader_add_layer_properties()3229 if (layer_prop->functions.str_gipa == NULL ||3230 strlen(layer_prop->functions.str_gipa) == 0) {3238 lib_handle, layer_prop->functions.str_gipa);3404 if (layer_prop->functions.str_gipa == NULL ||3405 strlen(layer_prop->functions.str_gipa) == 0) {3413 lib_handle, layer_prop->functions.str_gipa);
129 char str_gipa[MAX_STRING_SIZE]; member