Searched refs:fProxyView (Results 1 – 5 of 5) sorted by relevance
/external/skia/src/gpu/ganesh/ |
D | GrDstProxyView.h | 35 fProxyView = other.fProxyView; 42 return fProxyView == that.fProxyView && 53 GrSurfaceProxy* proxy() const { return fProxyView.proxy(); } in proxy() 54 const GrSurfaceProxyView& proxyView() const { return fProxyView; } in proxyView() 57 fProxyView = std::move(view); in setProxyView() 58 if (!fProxyView.proxy()) { in setProxyView() 70 GrSurfaceProxyView fProxyView; 74 static_assert(::sk_is_trivially_relocatable<decltype(fProxyView)>::value);
|
D | Device_drawTexture.cpp | 617 textures[i].fProxyView = std::move(view); in drawEdgeAAImageSet() 631 textures[i].fProxyView.proxy(), in drawEdgeAAImageSet() 632 textures[base].fProxyView.proxy()) || in drawEdgeAAImageSet() 633 textures[i].fProxyView.swizzle() != textures[base].fProxyView.swizzle() || in drawEdgeAAImageSet() 641 if (n == 1 || textures[i - 1].fProxyView.proxy() != textures[i].fProxyView.proxy()) { in drawEdgeAAImageSet()
|
D | GrOpsTypes.h | 30 GrSurfaceProxyView fProxyView; member
|
/external/skia/tests/ |
D | BulkRectTest.cpp | 183 set[i].fProxyView = i % 2 == 0 ? proxyViewA : proxyViewB; in textureop_creation_test() 187 set[i].fProxyView = GrSurfaceProxyView(std::move(proxyA), in textureop_creation_test() 210 set[i].fProxyView, in textureop_creation_test()
|
/external/skia/src/gpu/ganesh/ops/ |
D | TextureOp.cpp | 187 if (set[i].fProxyView.proxy() != lastProxy) { in proxy_run_count() 189 lastProxy = set[i].fProxyView.proxy(); in proxy_run_count() 499 , fMetadata(set[0].fProxyView.swizzle(), in TextureOpImpl() 523 (set[0].fProxyView.proxy()->asTextureProxy()->mipmapped() == in TextureOpImpl() 528 fViewCountPairs[0].fProxy = set[0].fProxyView.detachProxy(); in TextureOpImpl() 531 } else if (set[q].fProxyView.proxy() != curProxy) { in TextureOpImpl() 534 new(&fViewCountPairs[++p])ViewCountPair({set[q].fProxyView.detachProxy(), 0}); in TextureOpImpl() 539 SkASSERT(fMetadata.fSwizzle == set[q].fProxyView.swizzle()); in TextureOpImpl() 614 curProxy, set[q].fProxyView.origin()); in TextureOpImpl() 1352 auto op = Make(context, set[i].fProxyView, set[i].fSrcAlphaType, textureColorSpaceXform, in AddTextureSetOps()
|