Home
last modified time | relevance | path

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

/external/skia/src/gpu/ops/
DGrTextureOp.cpp225 GrSurfaceProxyView proxyView, in Make() argument
235 return GrOp::Make<TextureOp>(context, std::move(proxyView), std::move(textureXform), in Make()
432 TextureOp(GrSurfaceProxyView proxyView, in TextureOp() argument
445 , fMetadata(proxyView.swizzle(), filter, mm, Subset(!!subsetRect), saturate) { in TextureOp()
454 !subsetRect->contains(proxyView.proxy()->backingStoreBoundsRect())); in TextureOp()
466 NormalizationParams params = proxy_normalization_params(proxyView.proxy(), in TextureOp()
467 proxyView.origin()); in TextureOp()
477 fViewCountPairs[0] = {proxyView.detachProxy(), quadCount}; in TextureOp()
1119 GrSurfaceProxyView proxyView, in Make() argument
1131 if (subset && subset->contains(proxyView.proxy()->backingStoreBoundsRect())) { in Make()
[all …]
/external/skia/tests/
DTextureOpTest.cpp51 const GrSurfaceProxyView& proxyView, bool isAA) { in create_op() argument
59 proxyView, in create_op()
/external/skia/src/gpu/
DGrPipeline.cpp37 fDstProxyView = args.fDstProxyView.proxyView(); in GrPipeline()
DGrXferProcessor.h94 const GrSurfaceProxyView& proxyView() const { return fProxyView; } in GR_MAKE_BITFIELD_CLASS_OPS()
DGrSurfaceDrawContext.h699 GrSurfaceProxyView proxyView,
DGrSurfaceDrawContext.cpp699 GrSurfaceProxyView proxyView, in drawTexturedQuad() argument
712 SkASSERT(proxyView.asTextureProxy()); in drawTexturedQuad()
733 GrTextureOp::Make(fContext, std::move(proxyView), srcAlphaType, in drawTexturedQuad()