Flutter Engine
The Flutter Engine
|
#include "include/gpu/ganesh/mtl/GrMtlBackendSemaphore.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 | GrMtlBackendSemaphoreData |
Namespaces | |
namespace | GrBackendSemaphores |
Functions | |
static const GrMtlBackendSemaphoreData * | get_and_cast_data (const GrBackendSemaphore &sem) |
SK_API GrBackendSemaphore | GrBackendSemaphores::MakeMtl (GrMTLHandle event, uint64_t value) |
SK_API GrMTLHandle | GrBackendSemaphores::GetMtlHandle (const GrBackendSemaphore &) |
SK_API uint64_t | GrBackendSemaphores::GetMtlValue (const GrBackendSemaphore &) |
|
static |
Definition at line 37 of file GrMtlBackendSemaphore.mm.