Flutter Engine
The Flutter Engine
|
Functions | |
SK_API GrBackendSemaphore | MakeMtl (GrMTLHandle event, uint64_t value) |
SK_API GrMTLHandle | GetMtlHandle (const GrBackendSemaphore &) |
SK_API uint64_t | GetMtlValue (const GrBackendSemaphore &) |
SK_API GrBackendSemaphore | MakeVk (VkSemaphore semaphore) |
SK_API VkSemaphore | GetVkSemaphore (const GrBackendSemaphore &) |
GrMTLHandle GrBackendSemaphores::GetMtlHandle | ( | const GrBackendSemaphore & | sem | ) |
Definition at line 49 of file GrMtlBackendSemaphore.mm.
uint64_t GrBackendSemaphores::GetMtlValue | ( | const GrBackendSemaphore & | sem | ) |
Definition at line 56 of file GrMtlBackendSemaphore.mm.
VkSemaphore GrBackendSemaphores::GetVkSemaphore | ( | const GrBackendSemaphore & | sem | ) |
Definition at line 43 of file GrVkBackendSemaphore.cpp.
GrBackendSemaphore GrBackendSemaphores::MakeMtl | ( | GrMTLHandle | event, |
uint64_t | value | ||
) |
Definition at line 44 of file GrMtlBackendSemaphore.mm.
GrBackendSemaphore GrBackendSemaphores::MakeVk | ( | VkSemaphore | semaphore | ) |
Definition at line 38 of file GrVkBackendSemaphore.cpp.