Home
last modified time | relevance | path

Searched refs:fView (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/src/core/
DSkSpecialImage.cpp339 , fView(std::move(view)) in SkSpecialImage_Gpu()
350 return fView.proxy()->gpuMemorySize(); in getSize()
367 fView, in onDraw()
376 GrSurfaceProxyView onView(GrRecordingContext* context) const override { return fView; } in onView()
405 fView, in onMakeSubset()
413 GrSurfaceProxy* proxy = fView.proxy(); in onAsImage()
418 return wrap_proxy_in_image(fContext, fView, this->colorType(), fAlphaType, in onAsImage()
422 auto subsetView = GrSurfaceProxyView::Copy(fContext, fView, GrMipmapped::kNo, *subset, in onAsImage()
438 return wrap_proxy_in_image(fContext, fView, this->colorType(), fAlphaType, fColorSpace); in onAsImage()
454 GrSurfaceProxyView fView; member in SkSpecialImage_Gpu
/third_party/skia/src/gpu/ops/
DLatticeOp.cpp160 , fView(std::move(view)) in NonAALatticeOp()
177 func(fView.proxy(), GrMipmapped::kNo); in visitProxies()
213 auto gp = LatticeGP::Make(arena, fView, fColorSpaceXform, fFilter, fWideColor); in onCreateProgramInfo()
272 Sk4f scales(1.f / fView.proxy()->width(), 1.f / fView.proxy()->height(), in onPrepareDraws()
273 1.f / fView.proxy()->width(), 1.f / fView.proxy()->height()); in onPrepareDraws()
283 if (fView.origin() == kBottomLeft_GrSurfaceOrigin) { in onPrepareDraws()
335 *fView.proxy(), in onExecute()
342 if (fView != that->fView) { in onCombineIfPossible()
384 GrSurfaceProxyView fView; member in skgpu::v1::LatticeOp::__anon68ca81ef0111::NonAALatticeOp
/third_party/skia/src/gpu/
DGrThreadSafeCache.h193 , fView(view) in Entry()
210 if (fTag == kView && fView.proxy()->unique()) { in uniquelyHeld()
236 return fView; in view()
247 fView = view; in set()
254 fView.reset(); in makeEmpty()
283 GrSurfaceProxyView fView; member
/third_party/skia/gm/
Dimage_pict.cpp177 std::tie(fView, std::ignore) = as_IB(image)->asView(rContext, GrMipmapped::kNo); in TextureGenerator()
189 if (!fView) { in onGenerateTexture()
193 if (origin.fX == 0 && origin.fY == 0 && info.dimensions() == fView.proxy()->dimensions() && in onGenerateTexture()
195 return fView; in onGenerateTexture()
200 fRContext.get(), fView, mipMapped, in onGenerateTexture()
207 GrSurfaceProxyView fView; member in TextureGenerator
Dlazytiling.cpp200 fView = create_view(dContext, bm, fOrigin); in onGpuSetup()
201 if (!fView.proxy()) { in onGpuSetup()
233 fView, in onDraw()
265 GrSurfaceProxyView fView; member in skiagm::LazyTilingGM
/third_party/skia/src/gpu/effects/
DGrTextureEffect.h102 GrTexture* texture() const { return fView.asTextureProxy()->peekTexture(); } in texture()
104 const GrSurfaceProxyView& view() const { return fView; } in view()
158 GrSurfaceProxyView fView; variable
DGrTextureEffect.cpp245 if (fView.origin() == kBottomLeft_GrSurfaceOrigin) { in coordAdjustmentMatrix()
251 if (fView.origin() == kBottomLeft_GrSurfaceOrigin) { in coordAdjustmentMatrix()
400 te.fView.asTextureProxy()->textureType() != GrTextureType::kRectangle; in emitCode()
733 if (fView != that.fView) { in onIsEqual()
752 return fView.asTextureProxy()->textureType() != GrTextureType::kRectangle && in matrixEffectShouldNormalize()
762 , fView(std::move(view)) in GrTextureEffect()
777 , fView(src.fView) in GrTextureEffect()
/third_party/skia/src/gpu/d3d/
DGrD3DAttachment.h30 D3D12_CPU_DESCRIPTOR_HANDLE view() const { return fView.fHandle; } in view()
48 GrD3DDescriptorHeap::CPUHandle fView; variable
DGrD3DAttachment.cpp23 , fView(view) in GrD3DAttachment()
/third_party/skia/src/gpu/dawn/
DGrDawnAttachment.h22 wgpu::TextureView view() const { return fView; } in view()
42 wgpu::TextureView fView; variable
DGrDawnAttachment.cpp23 , fView(view) { in GrDawnAttachment()
/third_party/mesa3d/include/HaikuGL/
DGLRenderer.h51 inline BGLView* GLView() { return fView; }; in GLView()
63 BGLView* fView; // Never forget who is the boss! variable
/third_party/mesa3d/src/hgl/
DGLRenderer.cpp15 fView(view), in BGLRenderer()