Searched refs:loader_info (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/include/vulkan/
H A Dvk_icd.h69 VK_LOADER_DATA *loader_info = (VK_LOADER_DATA *)pNewObject; local in function:set_loader_magic_value
70 loader_info->loaderMagic = ICD_LOADER_MAGIC;
74 const VK_LOADER_DATA *loader_info = (VK_LOADER_DATA *)pNewObject; local in function:valid_loader_magic_value
75 return (loader_info->loaderMagic & 0xffffffff) == ICD_LOADER_MAGIC;
/xsrc/external/mit/MesaLib/dist/include/vulkan/
H A Dvk_icd.h97 VK_LOADER_DATA *loader_info = (VK_LOADER_DATA *)pNewObject; local in function:set_loader_magic_value
98 loader_info->loaderMagic = ICD_LOADER_MAGIC;
102 const VK_LOADER_DATA *loader_info = (VK_LOADER_DATA *)pNewObject; local in function:valid_loader_magic_value
103 return (loader_info->loaderMagic & 0xffffffff) == ICD_LOADER_MAGIC;
/xsrc/external/mit/libXaw/dist/src/
H A DPixmap.c84 static XawPixmapLoaderInfo **loader_info; variable in typeref:typename:XawPixmapLoaderInfo **
298 success = loader_info[idx]->loader(xaw_params, screen, colormap, depth,
333 loader_info[i]->loader = loader;
334 if (loader_info[i]->type)
335 XtFree((char *)loader_info[i]->type);
336 if (loader_info[i]->ext)
337 XtFree((char *)loader_info[i]->ext);
338 loader_info[i]->type = type ? XtNewString(type) : NULL;
339 loader_info[i]->ext = ext ? XtNewString(ext) : NULL;
351 if (!loader_info)
[all...]

Completed in 3 milliseconds