Home
last modified time | relevance | path

Searched refs:GetPipelineCache (Results 1 - 6 of 6) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Ddevice.h246 * @param initialData Optional cache content returned by GetPipelineCache.
249 virtual BASE_NS::vector<uint8_t> GetPipelineCache() const = 0;
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Ddevice_vk.h128 BASE_NS::vector<uint8_t> GetPipelineCache() const override;
H A Ddevice_vk.cpp1104 vector<uint8_t> DeviceVk::GetPipelineCache() const in GetPipelineCache() function in __anon9709::DeviceVk
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Ddevice_gles.h124 BASE_NS::vector<uint8_t> GetPipelineCache() const override;
H A Ddevice_gles.cpp1288 vector<uint8_t> DeviceGLES::GetPipelineCache() const
/foundation/graphic/graphic_3d/lume/LumeRender/src/
H A Drender_context.cpp375 vector<uint8_t> pipelineCache = device_->GetPipelineCache(); in ~RenderContext()

Completed in 9 milliseconds