Home
last modified time | relevance | path

Searched refs:GrVkBackendSemaphoreData (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/gpu/ganesh/vk/
DGrVkBackendSemaphore.cpp14 class GrVkBackendSemaphoreData final : public GrBackendSemaphoreData { class
16 GrVkBackendSemaphoreData(VkSemaphore semaphore) : fSemaphore(semaphore) {} in GrVkBackendSemaphoreData() function in GrVkBackendSemaphoreData
22 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()