Home
last modified time | relevance | path

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

/frameworks/libs/native_bridge_support/android_api/libvulkan/proxy/
Dvulkan_types.go205 if !isVulkanHandle(typе, arch) {
215 isVulkanHandle(typе, cpp_types.Arm64) &&
216 isVulkanHandle(typе, cpp_types.X86_64)
219 func isVulkanHandle(typе cpp_types.Type, arch cpp_types.Arch) bool { func