Home
last modified time | relevance | path

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

/frameworks/native/vulkan/include/hardware/
Dhwvulkan.h30 #define HWVULKAN_DEVICE_0 "vk0" macro
/frameworks/native/vulkan/libvulkan/
Ddriver.cpp142 module->common.methods->open(&module->common, HWVULKAN_DEVICE_0, in Open()
/frameworks/native/vulkan/doc/implementors_guide/
Dimplementors_guide.adoc24 … time being, only one driver is supported, and the constant string +HWVULKAN_DEVICE_0+ is passed t…
/frameworks/native/vulkan/nulldrv/
Dnull_driver.cpp154 if (strcmp(id, HWVULKAN_DEVICE_0) == 0) { in OpenDevice()