Home
last modified time | relevance | path

Searched refs:lowLevelDevice_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Ddevice_vk.h270 BASE_NS::unique_ptr<LowLevelDeviceVk> lowLevelDevice_; variable
H A Ddevice_vk.cpp667 lowLevelDevice_ = make_unique<LowLevelDeviceVk>(*this); in DeviceVk()
906 return *lowLevelDevice_; in GetLowLevelDevice()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Ddevice_gles.h352 BASE_NS::unique_ptr<LowLevelDeviceGLES> lowLevelDevice_; variable
H A Ddevice_gles.cpp1137 lowLevelDevice_ = make_unique<LowLevelDeviceGLES>(*this); in DeviceGLES()
1174 return *lowLevelDevice_; in GetLowLevelDevice()