Home
last modified time | relevance | path

Searched refs:singleOwner (Results 1 - 12 of 12) sorted by relevance

/third_party/skia/src/gpu/
H A DGrImageContextPriv.h31 SkDEBUGCODE(GrSingleOwner* singleOwner() const { return this->context()->singleOwner(); } ) in singleOwner() function in GrImageContextPriv
H A DBaseDevice.cpp17 #define ASSERT_SINGLE_OWNER GR_ASSERT_SINGLE_OWNER(fContext->priv().singleOwner())
H A DSurfaceContext.h192 SkDEBUGCODE(GrSingleOwner* singleOwner() const;)
H A DGrDirectContextPriv.cpp33 #define ASSERT_SINGLE_OWNER GR_ASSERT_SINGLE_OWNER(this->context()->singleOwner())
H A DGrDirectContext.cpp70 #define ASSERT_SINGLE_OWNER GR_ASSERT_SINGLE_OWNER(this->singleOwner())
232 fResourceCache = std::make_unique<GrResourceCache>(this->singleOwner(), in init()
243 this->singleOwner()); in init()
H A DSurfaceContext.cpp33 #define ASSERT_SINGLE_OWNER GR_ASSERT_SINGLE_OWNER(this->singleOwner())
57 GrSingleOwner* SurfaceContext::singleOwner() const { return fContext->priv().singleOwner(); } in singleOwner() function in skgpu::SurfaceContext
H A DGrProxyProvider.cpp40 #define ASSERT_SINGLE_OWNER GR_ASSERT_SINGLE_OWNER(fImageContext->priv().singleOwner())
H A DGrResourceCache.cpp119 GrResourceCache::GrResourceCache(GrSingleOwner* singleOwner, in GrResourceCache() argument
126 , fSingleOwner(singleOwner) { in GrResourceCache()
/third_party/skia/include/private/
H A DGrImageContext.h36 GrSingleOwner* singleOwner() const { return &fSingleOwner; } in singleOwner() function in GrImageContext
/third_party/skia/src/gpu/v1/
H A DSurfaceFillContext_v1.cpp20 #define ASSERT_SINGLE_OWNER GR_ASSERT_SINGLE_OWNER(this->singleOwner())
H A DDevice.cpp50 #define ASSERT_SINGLE_OWNER GR_ASSERT_SINGLE_OWNER(fContext->priv().singleOwner())
H A DSurfaceDrawContext.cpp77 #define ASSERT_SINGLE_OWNER GR_ASSERT_SINGLE_OWNER(this->singleOwner())

Completed in 18 milliseconds