Flutter Engine
Loading...
Searching...
No Matches
test_vulkan_image.cc
Go to the documentation of this file.
1
// Copyright 2013 The Flutter Authors. All rights reserved.
2
// Use of this source code is governed by a BSD-style license that can be
3
// found in the LICENSE file.
4
5
#include "
flutter/testing/test_vulkan_image.h
"
6
7
#include "
flutter/testing/test_vulkan_context.h
"
8
9
namespace
flutter::testing
{
10
11
TestVulkanImage::TestVulkanImage() =
default
;
12
13
TestVulkanImage::TestVulkanImage(TestVulkanImage&& other) =
default
;
14
TestVulkanImage&
TestVulkanImage::operator=
(TestVulkanImage&& other) =
default
;
15
16
TestVulkanImage::~TestVulkanImage
() =
default
;
17
18
VkImage
TestVulkanImage::GetImage
() {
19
return
image_;
20
}
21
22
}
// namespace flutter::testing
flutter::testing::TestVulkanImage::~TestVulkanImage
~TestVulkanImage()
flutter::testing::TestVulkanImage::operator=
TestVulkanImage & operator=(TestVulkanImage &&other)
flutter::testing::TestVulkanImage::GetImage
VkImage GetImage()
Definition
test_vulkan_image.cc:18
flutter::testing
Definition
native_assets_unittests.cc:10
test_vulkan_context.h
test_vulkan_image.h
testing
test_vulkan_image.cc
Generated on Thu Nov 6 2025 16:11:29 for Flutter Engine by
1.9.8