Searched refs:GrWaitSemaphoreOp (Results 1 – 1 of 1) sorted by relevance
16 class GrWaitSemaphoreOp final : public GrSemaphoreOp { class25 return pool->allocate<GrWaitSemaphoreOp>(std::move(semaphore), proxy); in Make()33 explicit GrWaitSemaphoreOp(sk_sp<GrSemaphore> semaphore, GrRenderTargetProxy* proxy) in GrWaitSemaphoreOp() function in GrWaitSemaphoreOp48 return GrWaitSemaphoreOp::Make(context, std::move(semaphore), proxy); in MakeWait()