Lines Matching refs:proxy
18 GrRenderTargetProxy* proxy,
21 proxy,
28 explicit GrSignalSemaphoreOp(sk_sp<GrSemaphore> semaphore, GrRenderTargetProxy* proxy,
30 : INHERITED(ClassID(), std::move(semaphore), proxy), fForceFlush(forceFlush) {}
46 GrRenderTargetProxy* proxy) {
48 proxy));
54 explicit GrWaitSemaphoreOp(sk_sp<GrSemaphore> semaphore, GrRenderTargetProxy* proxy)
55 : INHERITED(ClassID(), std::move(semaphore), proxy) {}
67 GrRenderTargetProxy* proxy,
69 return GrSignalSemaphoreOp::Make(std::move(semaphore), proxy, forceFlush);
73 GrRenderTargetProxy* proxy) {
74 return GrWaitSemaphoreOp::Make(std::move(semaphore), proxy);