#include "impeller/renderer/backend/vulkan/pipeline_cache_vk.h"#include <sstream>#include "flutter/fml/mapping.h"#include "impeller/base/validation.h"Go to the source code of this file.
Namespaces | |
| impeller | |
Functions | |
| static bool | impeller::VerifyExistingCache (const fml::Mapping &mapping, const CapabilitiesVK &caps) |
| static std::shared_ptr< fml::Mapping > | impeller::DecorateCacheWithMetadata (std::shared_ptr< fml::Mapping > data) |
| static std::unique_ptr< fml::Mapping > | impeller::RemoveMetadataFromCache (std::unique_ptr< fml::Mapping > data) |
| static std::unique_ptr< fml::Mapping > | impeller::OpenCacheFile (const fml::UniqueFD &base_directory, const std::string &cache_file_name, const CapabilitiesVK &caps) |
Variables | |
| static constexpr const char * | impeller::kPipelineCacheFileName |