Searched refs:CreateDevice (Results 1 – 13 of 13) sorted by relevance
/device/generic/vulkan-cereal/fake-android-guest/libvulkan/ |
D | api.cpp | 395 static VkResult CreateDevice(VkPhysicalDevice physical_dev, 862 GetData(physical_dev).dispatch.CreateDevice; in Create() 1086 VkResult LayerChain::CreateDevice(VkPhysicalDevice physical_dev, in CreateDevice() function in vulkan::api::__anon0840ae3a0111::LayerChain 1181 VkResult CreateDevice(VkPhysicalDevice physicalDevice, in CreateDevice() function 1185 return LayerChain::CreateDevice(physicalDevice, pCreateInfo, pAllocator, in CreateDevice()
|
D | api.h | 30 VKAPI_ATTR VkResult CreateDevice(VkPhysicalDevice physicalDevice, const VkDeviceCreateInfo* pCreate…
|
D | driver_gen.h | 69 PFN_vkCreateDevice CreateDevice; member
|
D | driver_gen.cpp | 190 reinterpret_cast<PFN_vkVoidFunction>(CreateDevice), 494 INIT_PROC(true, instance, CreateDevice); in InitDriverTable()
|
D | api_gen.h | 40 PFN_vkCreateDevice CreateDevice; member
|
D | driver.h | 125 VKAPI_ATTR VkResult CreateDevice(VkPhysicalDevice physicalDevice, const VkDeviceCreateInfo* pCreate…
|
D | driver.cpp | 1040 VkResult CreateDevice(VkPhysicalDevice physicalDevice, in CreateDevice() function 1062 result = instance_data.driver.CreateDevice( in CreateDevice()
|
D | api_gen.cpp | 162 INIT_PROC(true, instance, CreateDevice); in InitDispatchTable() 699 { "vkCreateDevice", reinterpret_cast<PFN_vkVoidFunction>(CreateDevice) }, in GetInstanceProcAddr() 1558 return vulkan::api::CreateDevice(physicalDevice, pCreateInfo, pAllocator, pDevice); in vkCreateDevice()
|
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/ |
D | Device.h | 44 static egl::Error CreateDevice(EGLint deviceType, void *nativeDevice, Device **outDevice);
|
D | Device.cpp | 48 egl::Error Device::CreateDevice(EGLint deviceType, void *nativeDevice, Device **outDevice) in CreateDevice() function in egl::Device
|
/device/generic/vulkan-cereal/include/vulkan/ |
D | vk_layer_dispatch_table.h | 45 PFN_vkCreateDevice CreateDevice; member
|
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/d3d9/ |
D | Renderer9.cpp | 305 result = mD3d9->CreateDevice( in initialize() 324 result = mD3d9->CreateDevice(mAdapter, mDeviceType, mDeviceWindow, in initialize()
|
/device/generic/vulkan-cereal/third-party/angle/src/libGLESv2/ |
D | entry_points_egl_ext.cpp | 491 error = Device::CreateDevice(device_type, native_device, &device); in EGL_CreateDeviceANGLE()
|