Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/
DGrDynamicAtlas.cpp189 sk_sp<GrTexture> backingTexture) { in instantiate() argument
203 if (backingTexture) { in instantiate()
205 auto backingRT = backingTexture->asRenderTarget(); in instantiate()
211 fBackingTexture = std::move(backingTexture); in instantiate()
DGrDynamicAtlas.h75 void instantiate(GrOnFlushResourceProvider*, sk_sp<GrTexture> backingTexture = nullptr);
/third_party/flutter/skia/src/gpu/ccpr/
DGrCCAtlas.cpp220 GrOnFlushResourceProvider* onFlushRP, sk_sp<GrTexture> backingTexture) { in makeRenderTargetContext() argument
231 if (backingTexture) { in makeRenderTargetContext()
233 auto backingRT = backingTexture->asRenderTarget(); in makeRenderTargetContext()
240 fBackingTexture = std::move(backingTexture); in makeRenderTargetContext()
DGrCCPerFlushResources.cpp567 sk_sp<GrTexture> backingTexture; in finalize() local
571 backingTexture = skstd::exchange(texture, nullptr); in finalize()
576 if (auto rtc = atlas->makeRenderTargetContext(onFlushRP, std::move(backingTexture))) { in finalize()
DGrCCAtlas.h104 sk_sp<GrTexture> backingTexture = nullptr);
/third_party/skia/src/gpu/ops/
DAtlasRenderTask.h45 sk_sp<GrTexture> backingTexture = nullptr) {
47 fDynamicAtlas->instantiate(onFlushRP, std::move(backingTexture));
/third_party/flutter/skia/tools/fiddle/
Dfiddle_main.cpp32 sk_sp<GrTexture> backingTexture; // not externed variable
170 backingTexture = resourceProvider->createTexture(backingDesc, format, GrRenderable::kNo, 1, in setup_backend_objects()
173 if (!backingTexture) { in setup_backend_objects()
177 backEndTexture = backingTexture->getBackendTexture(); in setup_backend_objects()
/third_party/flutter/skia/tests/
DGrCCPRTest.cpp301 const GrBackendTexture& backingTexture = texture->getBackendTexture(); in DEF_CCPR_TEST() local
302 SkASSERT(GrBackendApi::kMock == backingTexture.backend()); in DEF_CCPR_TEST()
304 if (!backingTexture.isValid()) { in DEF_CCPR_TEST()
309 backingTexture.getMockTextureInfo(&info); in DEF_CCPR_TEST()