Home
last modified time | relevance | path

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

/third_party/skia/src/core/
H A DSkSpecialImage.cpp339 , fView(std::move(view)) in SkSpecialImage_Gpu()
350 return fView.proxy()->gpuMemorySize();
367 fView,
376 GrSurfaceProxyView onView(GrRecordingContext* context) const override { return fView; }
405 fView,
413 GrSurfaceProxy* proxy = fView.proxy();
418 return wrap_proxy_in_image(fContext, fView, this->colorType(), fAlphaType,
422 auto subsetView = GrSurfaceProxyView::Copy(fContext, fView, GrMipmapped::kNo, *subset,
438 return wrap_proxy_in_image(fContext, fView, this->colorType(), fAlphaType, fColorSpace);
454 GrSurfaceProxyView fView; member in SkSpecialImage_Gpu
[all...]
/third_party/skia/src/gpu/ops/
H A DLatticeOp.cpp166 , fView(std::move(view)) in NonAALatticeOp()
183 func(fView.proxy(), GrMipmapped::kNo);
219 auto gp = LatticeGP::Make(arena, fView, fColorSpaceXform, fFilter, fWideColor);
278 Sk4f scales(1.f / fView.proxy()->width(), 1.f / fView.proxy()->height(),
279 1.f / fView.proxy()->width(), 1.f / fView.proxy()->height());
289 if (fView.origin() == kBottomLeft_GrSurfaceOrigin) {
341 *fView.proxy(),
348 if (fView !
390 GrSurfaceProxyView fView; global() member in skgpu::v1::LatticeOp::final
[all...]
/third_party/skia/src/gpu/
H A 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/src/gpu/dawn/
H A DGrDawnAttachment.h22 wgpu::TextureView view() const { return fView; } in view()
42 wgpu::TextureView fView; member in GrDawnAttachment
H A DGrDawnAttachment.cpp23 , fView(view) { in GrDawnAttachment()
/third_party/skia/src/gpu/d3d/
H A DGrD3DAttachment.h30 D3D12_CPU_DESCRIPTOR_HANDLE view() const { return fView.fHandle; } in view()
48 GrD3DDescriptorHeap::CPUHandle fView; member in GrD3DAttachment
H A DGrD3DAttachment.cpp23 , fView(view) in GrD3DAttachment()
/third_party/skia/src/gpu/effects/
H A DGrTextureEffect.h104 GrTexture* texture() const { return fView.asTextureProxy()->peekTexture(); } in texture()
106 const GrSurfaceProxyView& view() const { return fView; } in view()
160 GrSurfaceProxyView fView; member in GrTextureEffect
H A 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()
740 if (fView != that.fView) { in onIsEqual()
759 return fView.asTextureProxy()->textureType() != GrTextureType::kRectangle && in matrixEffectShouldNormalize()
769 , fView(std::move(view)) in GrTextureEffect()
784 , fView(src.fView) in GrTextureEffect()
/third_party/skia/gm/
H A Dimage_pict.cpp177 std::tie(fView, std::ignore) = as_IB(image)->asView(rContext, GrMipmapped::kNo); in TextureGenerator()
189 if (!fView) {
193 if (origin.fX == 0 && origin.fY == 0 && info.dimensions() == fView.proxy()->dimensions() &&
195 return fView;
200 fRContext.get(), fView, mipMapped,
207 GrSurfaceProxyView fView; member in TextureGenerator
H A Dlazytiling.cpp200 fView = create_view(dContext, bm, fOrigin);
201 if (!fView.proxy()) {
233 fView,
265 GrSurfaceProxyView fView; member in skiagm::LazyTilingGM
/third_party/mesa3d/include/HaikuGL/
H A DGLRenderer.h51 inline BGLView* GLView() { return fView; }; in GLView()
63 BGLView* fView; // Never forget who is the boss! member in BGLRenderer
/third_party/mesa3d/src/hgl/
H A DGLRenderer.cpp15 fView(view), in BGLRenderer()

Completed in 7 milliseconds