Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/loader/
Dloader.c2311 strncpy(props->functions.str_gdpa, vkGetDeviceProcAddr,
2312 sizeof(props->functions.str_gdpa));
2313 props->functions.str_gdpa[sizeof(props->functions.str_gdpa) - 1] = '\0';
3907 if (layer_prop->functions.str_gdpa == NULL ||
3908 strlen(layer_prop->functions.str_gdpa) == 0) {
3916 lib_handle, layer_prop->functions.str_gdpa);
Dloader.h117 char str_gdpa[MAX_STRING_SIZE]; member