Home
last modified time | relevance | path

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

/external/skqp/src/gpu/ops/
DGrSemaphoreOp.cpp16 class GrWaitSemaphoreOp final : public GrSemaphoreOp { class
25 return pool->allocate<GrWaitSemaphoreOp>(std::move(semaphore), proxy); in Make()
33 explicit GrWaitSemaphoreOp(sk_sp<GrSemaphore> semaphore, GrRenderTargetProxy* proxy) in GrWaitSemaphoreOp() function in GrWaitSemaphoreOp
48 return GrWaitSemaphoreOp::Make(context, std::move(semaphore), proxy); in MakeWait()