Home
last modified time | relevance | path

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

/external/skia/tools/gpu/
DManagedBackendTexture.cpp137 struct MBETContext { struct
138 MBETContext(const sk_sp<sk_gpu_test::ManagedGraphiteTexture>& tex) in MBETContext() function
140 MBETContext(const sk_sp<sk_gpu_test::ManagedGraphiteTexture> mbets[SkYUVAInfo::kMaxPlanes]) in MBETContext() argument
150 std::unique_ptr<MBETContext> context(static_cast<MBETContext*>(ctx)); in ReleaseProc()
154 std::unique_ptr<MBETContext> context(static_cast<MBETContext*>(ctx)); in FinishedProc()
157 std::unique_ptr<MBETContext> context(static_cast<MBETContext*>(ctx)); in ImageReleaseProc()
167 return new MBETContext{{sk_ref_sp(this)}}; in releaseContext()
172 return new MBETContext(mbets); in MakeYUVAReleaseContext()