Searched refs:loader_func (Results 1 - 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/imgui/backends/ |
H A D | imgui_impl_vulkan.h | 75 IMGUI_IMPL_API bool ImGui_ImplVulkan_LoadFunctions(PFN_vkVoidFunction(*loader_func)(const char* function_name, void* user_data), void* user_data = NULL);
|
H A D | imgui_impl_vulkan.cpp | 997 bool ImGui_ImplVulkan_LoadFunctions(PFN_vkVoidFunction(*loader_func)(const char* function_name, void* user_data), void* user_data) in ImGui_ImplVulkan_LoadFunctions() 1005 func = reinterpret_cast<decltype(func)>(loader_func(#func, user_data)); \ in ImGui_ImplVulkan_LoadFunctions() 1011 IM_UNUSED(loader_func); in ImGui_ImplVulkan_LoadFunctions()
|
/third_party/astc-encoder/Source/ |
H A D | astcenccli_image_load_store.cpp | 2314 astcenc_image* (*loader_func)(const char*, bool, bool&, unsigned int&); member 2396 return loader_descs[i].loader_func(filename, y_flip, is_hdr, component_count); in load_ncimage()
|
Completed in 7 milliseconds