Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Ddevice.h249 virtual BASE_NS::vector<uint8_t> GetPipelineCache() const = 0;
/ohos5.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.cpp1105 vector<uint8_t> DeviceVk::GetPipelineCache() const in GetPipelineCache() function in DeviceVk
/ohos5.0/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 in GetPipelineCache() function in DeviceGLES
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/
H A Drender_context.cpp375 vector<uint8_t> pipelineCache = device_->GetPipelineCache(); in ~RenderContext()