Home
last modified time | relevance | path

Searched refs:GrDawnTexture (Results 1 – 8 of 8) sorted by relevance

/external/skia/src/gpu/ganesh/dawn/
DGrDawnTexture.cpp14 GrDawnTexture::GrDawnTexture(GrDawnGpu* gpu, in GrDawnTexture() function in GrDawnTexture
23 sk_sp<GrDawnTexture> GrDawnTexture::Make(GrDawnGpu* gpu, in Make()
59 sk_sp<GrDawnTexture> result; in Make()
64 result = sk_sp<GrDawnTexture>( in Make()
65 new GrDawnTexture(gpu, dimensions, info, status, label)); in Make()
71 GrBackendFormat GrDawnTexture::backendFormat() const { in backendFormat()
75 sk_sp<GrDawnTexture> GrDawnTexture::MakeWrapped(GrDawnGpu* gpu, SkISize dimensions, in MakeWrapped()
80 sk_sp<GrDawnTexture> tex; in MakeWrapped()
84 tex = sk_sp<GrDawnTexture>(new GrDawnTextureRenderTarget( in MakeWrapped()
87 tex = sk_sp<GrDawnTexture>(new GrDawnTexture(gpu, dimensions, info, status, label)); in MakeWrapped()
[all …]
DGrDawnTexture.h16 class GrDawnTexture : public GrTexture {
18 static sk_sp<GrDawnTexture> Make(GrDawnGpu*,
28 static sk_sp<GrDawnTexture> MakeWrapped(GrDawnGpu*, SkISize dimensions, GrRenderable,
32 ~GrDawnTexture() override;
42 GrDawnTexture(GrDawnGpu*,
DGrDawnTextureRenderTarget.h22 class GrDawnTextureRenderTarget : public GrDawnTexture, public GrDawnRenderTarget {
33 GrBackendFormat backendFormat() const override { return GrDawnTexture::backendFormat(); } in backendFormat()
38 GrDawnTexture::onAbandon(); in onAbandon()
43 GrDawnTexture::onRelease(); in onRelease()
DBUILD.bazel28 "GrDawnTexture.cpp",
29 "GrDawnTexture.h",
DGrDawnGpu.cpp198 GrDawnTexture* texture = static_cast<GrDawnTexture*>(surface->asTexture()); in onWritePixels()
264 return GrDawnTexture::Make(this, dimensions, format, renderable, renderTargetSampleCnt, in onCreateTexture()
289 return GrDawnTexture::MakeWrapped(this, dimensions, GrRenderable::kNo, 1, cacheable, ioType, in onWrapBackendTexture()
314 sk_sp<GrTexture> result = GrDawnTexture::MakeWrapped(this, dimensions, GrRenderable::kYes, in onWrapRenderableBackendTexture()
643 if (auto t = static_cast<GrDawnTexture*>(src->asTexture())) { in get_dawn_texture_from_surface()
739 GrDawnTexture* src = static_cast<GrDawnTexture*>(tex); in onRegenerateMipMapLevels()
796 colorTargetState.format = static_cast<GrDawnTexture*>(tex)->format(); in onRegenerateMipMapLevels()
823 dstViewDesc.format = static_cast<GrDawnTexture*>(tex)->format(); in onRegenerateMipMapLevels()
DGrDawnTextureRenderTarget.cpp21 , GrDawnTexture(gpu, dimensions, textureInfo, mipmapStatus, label) in GrDawnTextureRenderTarget()
DGrDawnProgramBuilder.cpp479 GrDawnTexture* tex = static_cast<GrDawnTexture*>(texture); in set_texture()
/external/skia/gn/
Dgpu.gni885 "$_src/gpu/ganesh/dawn/GrDawnTexture.cpp",
886 "$_src/gpu/ganesh/dawn/GrDawnTexture.h",