Home
last modified time | relevance | path

Searched refs:platformExtFunctions_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/ohos/
H A Dplatform_device_vk.cpp25 platformExtFunctions_.vkGetNativeBufferPropertiesOHOS = in RENDER_BEGIN_NAMESPACE()
28 if (!platformExtFunctions_.vkGetNativeBufferPropertiesOHOS) { in RENDER_BEGIN_NAMESPACE()
31 platformExtFunctions_.vkGetMemoryNativeBufferOHOS = in RENDER_BEGIN_NAMESPACE()
33 if (!platformExtFunctions_.vkGetMemoryNativeBufferOHOS) { in RENDER_BEGIN_NAMESPACE()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Ddevice_vk.h276 PlatformExtFunctions platformExtFunctions_; variable
H A Ddevice_vk.cpp1374 return platformExtFunctions_; in GetPlatformExtFunctions()