Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common.h239 WSI_CB(CreateImage);
Dwsi_common.c156 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()
Dwsi_common_win32.cpp455 result = wsi->CreateImage(chain->base.device, &create, in wsi_create_dxgi_image_mem()
/hardware/google/gfxstream/common/detector/
DVulkan.h128 gfxstream::expected<ImageWithMemory, vkhpp::Result> CreateImage(
DVulkan.cpp300 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/
Doverlay.cpp1644 VK_CHECK(device_data->vtable.CreateImage(device_data->device, &image_info, in setup_swapchain_data_pipeline()