Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/
DGrPendingIOResource.h16 class GrProxyPendingIO : SkNoncopyable {
18 GrProxyPendingIO() = default;
19 GrProxyPendingIO(GrSurfaceProxy* resource) { this->reset(resource); } in GrProxyPendingIO() function
20 ~GrProxyPendingIO() { this->reset(nullptr); } in ~GrProxyPendingIO()
43 bool operator==(const GrProxyPendingIO& other) const = delete;
DGrPipeline.h221 GrProxyPendingIO fDstTextureProxy;
/third_party/flutter/skia/tests/
DProxyRefTest.cpp69 GrProxyPendingIO pendingIO(proxy.get()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
109 GrProxyPendingIO pendingIO(proxy.get()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
122 GrProxyPendingIO secondPendingIO(proxy.get()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/third_party/flutter/skia/src/gpu/ops/
DGrCopySurfaceOp.h75 GrProxyPendingIO fSrc;
76 GrProxyPendingIO fDst;