Searched refs:CreateImage (Results 1 – 6 of 6) sorted by relevance
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/ |
D | wsi_common.h | 239 WSI_CB(CreateImage);
|
D | wsi_common.c | 156 WSI_GET_CB(CreateImage); in wsi_device_init() 689 result = wsi->CreateImage(chain->device, &info->create, in wsi_create_image() 1587 return wsi->CreateImage(chain->device, &chain->image_info.create, in wsi_common_create_swapchain_image()
|
D | wsi_common_win32.cpp | 455 result = wsi->CreateImage(chain->base.device, &create, in wsi_create_dxgi_image_mem()
|
/hardware/google/gfxstream/common/detector/ |
D | Vulkan.h | 128 gfxstream::expected<ImageWithMemory, vkhpp::Result> CreateImage(
|
D | Vulkan.cpp | 300 gfxstream::expected<Vk::ImageWithMemory, vkhpp::Result> Vk::CreateImage( in CreateImage() function in gfxstream::Vk 808 GFXSTREAM_EXPECT(CreateImage(width, height, color_format, in CreateFramebuffer() 818 GFXSTREAM_EXPECT(CreateImage(width, height, depth_format, in CreateFramebuffer()
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/overlay-layer/ |
D | overlay.cpp | 1644 VK_CHECK(device_data->vtable.CreateImage(device_data->device, &image_info, in setup_swapchain_data_pipeline()
|