Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/imgui/backends/
H A Dimgui_impl_vulkan.h75 IMGUI_IMPL_API bool ImGui_ImplVulkan_LoadFunctions(PFN_vkVoidFunction(*loader_func)(const char* function_name, void* user_data), void* user_data = NULL);
H A Dimgui_impl_vulkan.cpp997 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 Dastcenccli_image_load_store.cpp2314 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