Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Namespaces | Macros
VkTestMemoryAllocator.cpp File Reference
#include "tools/gpu/vk/VkTestMemoryAllocator.h"
#include "include/gpu/vk/VulkanExtensions.h"
#include "src/core/SkTraceEvent.h"
#include "src/gpu/vk/VulkanInterface.h"

Go to the source code of this file.

Namespaces

namespace  sk_gpu_test
 

Macros

#define SKGPU_COPY_FUNCTION(NAME)   functions.vk##NAME = interface->fFunctions.f##NAME
 
#define SKGPU_COPY_FUNCTION_KHR(NAME)   functions.vk##NAME##KHR = interface->fFunctions.f##NAME
 

Macro Definition Documentation

◆ SKGPU_COPY_FUNCTION

#define SKGPU_COPY_FUNCTION (   NAME)    functions.vk##NAME = interface->fFunctions.f##NAME

◆ SKGPU_COPY_FUNCTION_KHR

#define SKGPU_COPY_FUNCTION_KHR (   NAME)    functions.vk##NAME##KHR = interface->fFunctions.f##NAME