Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Namespaces | Macros | Functions
embedder_vk_unittests.cc File Reference
#include <cstring>
#include <string>
#include <utility>
#include <vector>
#include "embedder.h"
#include "embedder_engine.h"
#include "flutter/fml/synchronization/count_down_latch.h"
#include "flutter/shell/platform/embedder/tests/embedder_config_builder.h"
#include "flutter/shell/platform/embedder/tests/embedder_test.h"
#include "flutter/shell/platform/embedder/tests/embedder_test_context_vulkan.h"
#include "flutter/shell/platform/embedder/tests/embedder_unittests_util.h"
#include "flutter/testing/testing.h"

Go to the source code of this file.

Namespaces

namespace  flutter
 
namespace  flutter::testing
 

Macros

#define FML_USED_ON_EMBEDDER
 

Functions

 flutter::testing::TEST_F (EmbedderTest, CanSwapOutVulkanCalls)
 

Macro Definition Documentation

◆ FML_USED_ON_EMBEDDER

#define FML_USED_ON_EMBEDDER

Definition at line 5 of file embedder_vk_unittests.cc.

Variable Documentation

◆ did_call_queue_submit

bool did_call_queue_submit = false

Definition at line 40 of file embedder_vk_unittests.cc.

◆ get_device_proc_addr

decltype(vkGetDeviceProcAddr) * get_device_proc_addr = nullptr

Definition at line 38 of file embedder_vk_unittests.cc.

◆ get_instance_proc_addr

decltype(vkGetInstanceProcAddr) * get_instance_proc_addr = nullptr

Definition at line 37 of file embedder_vk_unittests.cc.

◆ queue_submit_proc_addr

decltype(vkQueueSubmit) * queue_submit_proc_addr = nullptr

Definition at line 39 of file embedder_vk_unittests.cc.