Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/device/
H A Dintf_device.h232 virtual DeviceConfiguration GetDeviceConfiguration() const = 0;
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/
H A Drender_context.cpp374 …if (device_->GetDeviceConfiguration().configurationFlags & CORE_DEVICE_CONFIGURATION_PIPELINE_CACH… in ~RenderContext()
404 …if (device_->GetDeviceConfiguration().configurationFlags & CORE_DEVICE_CONFIGURATION_PIPELINE_CACH… in Init()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Ddevice.h154 DeviceConfiguration GetDeviceConfiguration() const override;
H A Ddevice.cpp758 DeviceConfiguration Device::GetDeviceConfiguration() const in GetDeviceConfiguration() function in Device
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/util/
H A Drender_frame_util.cpp61 bufferedPostFrame_.resize(device_.GetDeviceConfiguration().bufferingCount); in RenderFrameUtil()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dswapchain_vk.cpp281 const DeviceConfiguration deviceConfig = device_.GetDeviceConfiguration(); in SwapchainVk()