Searched refs:GrVkBackendSemaphoreData (Results 1 – 1 of 1) sorted by relevance
14 class GrVkBackendSemaphoreData final : public GrBackendSemaphoreData { class16 GrVkBackendSemaphoreData(VkSemaphore semaphore) : fSemaphore(semaphore) {} in GrVkBackendSemaphoreData() function in GrVkBackendSemaphoreData22 data.emplace<GrVkBackendSemaphoreData>(fSemaphore); in copyTo()32 static const GrVkBackendSemaphoreData* get_and_cast_data(const GrBackendSemaphore& sem) { in get_and_cast_data()35 return static_cast<const GrVkBackendSemaphoreData*>(data); in get_and_cast_data()40 GrVkBackendSemaphoreData data(semaphore); in MakeVk()46 const GrVkBackendSemaphoreData* data = get_and_cast_data(sem); in GetVkSemaphore()