Home
last modified time | relevance | path

Searched refs:str_gipa (Results 1 – 2 of 2) sorted by relevance

/external/vulkan-validation-layers/loader/
Dloader.c2307 strncpy(props->functions.str_gipa, vkGetInstanceProcAddr,
2308 sizeof(props->functions.str_gipa));
2309 props->functions.str_gipa[sizeof(props->functions.str_gipa) - 1] = '\0';
3773 if (layer_prop->functions.str_gipa == NULL ||
3774 strlen(layer_prop->functions.str_gipa) == 0) {
3782 lib_handle, layer_prop->functions.str_gipa);
3888 if (layer_prop->functions.str_gipa == NULL ||
3889 strlen(layer_prop->functions.str_gipa) == 0) {
3897 lib_handle, layer_prop->functions.str_gipa);
Dloader.h116 char str_gipa[MAX_STRING_SIZE]; member