Searched refs:backendTexture (Results 1 – 3 of 3) sorted by relevance
83 LocalRef(std::unique_ptr<SkiaBackendTexture> backendTexture, CleanupManager& cleanupMgr) { in LocalRef() argument84 mTexture = new AutoBackendTexture(std::move(backendTexture), cleanupMgr); in LocalRef()119 AutoBackendTexture(std::unique_ptr<SkiaBackendTexture> backendTexture,
35 AutoBackendTexture::AutoBackendTexture(std::unique_ptr<SkiaBackendTexture> backendTexture, in AutoBackendTexture() argument37 : mCleanupMgr(cleanupMgr), mBackendTexture(std::move(backendTexture)) {} in AutoBackendTexture()
434 std::unique_ptr<SkiaBackendTexture> backendTexture = in mapExternalTextureBuffer() local437 std::make_shared<AutoBackendTexture::LocalRef>(std::move(backendTexture), in mapExternalTextureBuffer()489 std::unique_ptr<SkiaBackendTexture> backendTexture = in getOrCreateBackendTexture() local491 return std::make_shared<AutoBackendTexture::LocalRef>(std::move(backendTexture), in getOrCreateBackendTexture()