| 4145 | return VK_SUCCESS; |
| 4146 | } |
| 4147 | static VKAPI_ATTR VkResult VKAPI_CALL GetMemoryNativeBufferOHOS(VkDevice device, const VkMemoryGetNativeBufferInfoOHOS* pInfo, |
| 4148 | struct OH_NativeBuffer** pBuffer) { |
| 4149 | // Not a CREATE or DESTROY function |
| 4150 | return VK_SUCCESS; |
| 4151 | } |
| 4152 | #endif /* VK_USE_PLATFORM_OHOS */ |
| 4153 | static VKAPI_ATTR void VKAPI_CALL CmdSetDepthClampEnableEXT(VkCommandBuffer commandBuffer, VkBool32 depthClampEnable) { |
| 4154 | // Not a CREATE or DESTROY function |
nothing calls this directly
no outgoing calls
no test coverage detected