Searched refs:fProxyView (Results 1 - 7 of 7) sorted by relevance
/third_party/skia/src/gpu/ |
H A D | GrDstProxyView.h | 29 fProxyView = other.fProxyView; in operator =() 36 return fProxyView == that.fProxyView && in operator ==() 47 GrSurfaceProxy* proxy() const { return fProxyView.proxy(); } in proxy() 48 const GrSurfaceProxyView& proxyView() const { return fProxyView; } in proxyView() 51 fProxyView = std::move(view); in setProxyView() 52 if (!fProxyView.proxy()) { in setProxyView() 62 GrSurfaceProxyView fProxyView; member in GrDstProxyView
|
H A D | GrOpsTypes.h | 27 GrSurfaceProxyView fProxyView; member
|
/third_party/skia/src/gpu/ops/ |
H A D | BlurOp.cpp | 25 fProxyView(proxyView),
in BlurOp() 39 state->opsRenderPass()->drawBlurImage(fProxyView, skBlurArg);
in onExecute()
|
H A D | BlurOp.h | 37 func(fProxyView.proxy(), GrMipmapped(false));
54 GrSurfaceProxyView fProxyView;
member in skgpu::v1::final
|
H A D | TextureOp.cpp | 187 if (set[i].fProxyView.proxy() != lastProxy) { in proxy_run_count() 189 lastProxy = set[i].fProxyView.proxy(); in proxy_run_count() 497 , fMetadata(set[0].fProxyView.swizzle(), in TextureOpImpl() 521 (set[0].fProxyView.proxy()->asTextureProxy()->mipmapped() == in TextureOpImpl() 526 fViewCountPairs[0].fProxy = set[0].fProxyView.detachProxy(); in TextureOpImpl() 529 } else if (set[q].fProxyView.proxy() != curProxy) { in TextureOpImpl() 532 new(&fViewCountPairs[++p])ViewCountPair({set[q].fProxyView.detachProxy(), 0}); in TextureOpImpl() 537 SkASSERT(fMetadata.fSwizzle == set[q].fProxyView.swizzle()); in TextureOpImpl() 612 curProxy, set[q].fProxyView.origin()); in TextureOpImpl() 1303 auto op = Make(context, set[i].fProxyView, se in AddTextureSetOps() [all...] |
/third_party/skia/tests/ |
H A D | BulkRectTest.cpp | 124 set[i].fProxyView = i % 2 == 0 ? proxyViewA : proxyViewB; in textureop_creation_test() 128 set[i].fProxyView = GrSurfaceProxyView(std::move(proxyA), in textureop_creation_test() 151 set[i].fProxyView, in textureop_creation_test()
|
/third_party/skia/src/gpu/v1/ |
H A D | Device_drawTexture.cpp | 962 textures[i].fProxyView = std::move(view); in drawEdgeAAImageSet() 976 textures[i].fProxyView.proxy(), in drawEdgeAAImageSet() 977 textures[base].fProxyView.proxy()) || in drawEdgeAAImageSet() 978 textures[i].fProxyView.swizzle() != textures[base].fProxyView.swizzle() || in drawEdgeAAImageSet() 986 if (n == 1 || textures[i - 1].fProxyView.proxy() != textures[i].fProxyView.proxy()) { in drawEdgeAAImageSet()
|
Completed in 7 milliseconds