Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Namespaces | Functions | Variables
pipeline_cache_vk.cc File Reference
#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

namespace  impeller
 

Functions

static bool impeller::VerifyExistingCache (const fml::Mapping &mapping, const CapabilitiesVK &caps)
 
static std::shared_ptr< fml::Mappingimpeller::DecorateCacheWithMetadata (std::shared_ptr< fml::Mapping > data)
 
static std::unique_ptr< fml::Mappingimpeller::RemoveMetadataFromCache (std::unique_ptr< fml::Mapping > data)
 
static std::unique_ptr< fml::Mappingimpeller::OpenCacheFile (const fml::UniqueFD &base_directory, const std::string &cache_file_name, const CapabilitiesVK &caps)
 

Variables

static constexpr const char * impeller::kPipelineCacheFileName