Home
last modified time | relevance | path

Searched refs:PlatformExtFunctions (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/linux/
H A Dplatform_vk.h31 struct PlatformExtFunctions {}; struct
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/mac/
H A Dplatform_vk.h31 struct PlatformExtFunctions {}; struct
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/windows/
H A Dplatform_vk.h30 struct PlatformExtFunctions {}; struct
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/ohos/
H A Dplatform_vk.h33 struct PlatformExtFunctions { struct
H A Dplatform_hardware_buffer_util.cpp34 const PlatformExtFunctions& extFunctions = deviceVk.GetPlatformExtFunctions(); in QueryHwBufferFormatProperties()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Ddevice_vk.h238 const PlatformExtFunctions& GetPlatformExtFunctions() const;
276 PlatformExtFunctions platformExtFunctions_;
H A Ddevice_vk.cpp1372 const PlatformExtFunctions& DeviceVk::GetPlatformExtFunctions() const in GetPlatformExtFunctions()