Flutter Engine
The Flutter Engine
|
#include "include/gpu/ganesh/vk/GrVkBackendSemaphore.h"
#include "include/gpu/GrTypes.h"
#include "include/private/base/SkAssert.h"
#include "src/gpu/ganesh/GrBackendSemaphorePriv.h"
Go to the source code of this file.
Classes | |
class | GrVkBackendSemaphoreData |
Namespaces | |
namespace | GrBackendSemaphores |
Functions | |
static const GrVkBackendSemaphoreData * | get_and_cast_data (const GrBackendSemaphore &sem) |
SK_API GrBackendSemaphore | GrBackendSemaphores::MakeVk (VkSemaphore semaphore) |
SK_API VkSemaphore | GrBackendSemaphores::GetVkSemaphore (const GrBackendSemaphore &) |
|
static |
Definition at line 31 of file GrVkBackendSemaphore.cpp.