Searched refs:GrSingleOwner (Results 1 - 9 of 9) sorted by relevance
/third_party/skia/include/private/ |
H A D | GrSingleOwner.h | 18 GrSingleOwner::AutoEnforce debug_SingleOwner(obj, __FILE__, __LINE__); 21 class GrSingleOwner { class 23 GrSingleOwner() : fOwner(kIllegalThreadID), fReentranceCount(0) {} in GrSingleOwner() function in GrSingleOwner 26 AutoEnforce(GrSingleOwner* so, const char* file, int line) in AutoEnforce() 34 GrSingleOwner* fSO; 62 class GrSingleOwner {}; // Provide a no-op implementation so we can pass pointers to constructors class
|
H A D | GrImageContext.h | 12 #include "include/private/GrSingleOwner.h" 36 GrSingleOwner* singleOwner() const { return &fSingleOwner; } in singleOwner() 50 mutable GrSingleOwner fSingleOwner;
|
/third_party/skia/src/gpu/ |
H A D | GrResourceProvider.h | 26 class GrSingleOwner; 42 GrResourceProvider(GrGpu*, GrResourceCache*, GrSingleOwner*); 417 SkDEBUGCODE(mutable GrSingleOwner* fSingleOwner;)
|
H A D | SurfaceContext.h | 27 class GrSingleOwner; 192 SkDEBUGCODE(GrSingleOwner* singleOwner() const;)
|
H A D | GrImageContextPriv.h | 31 SkDEBUGCODE(GrSingleOwner* singleOwner() const { return this->context()->singleOwner(); } ) in singleOwner()
|
H A D | GrResourceCache.h | 34 class GrSingleOwner; 67 GrResourceCache(GrSingleOwner* owner, 549 GrSingleOwner* fSingleOwner = nullptr;
|
H A D | GrResourceProvider.cpp | 12 #include "include/private/GrSingleOwner.h" 34 GrResourceProvider::GrResourceProvider(GrGpu* gpu, GrResourceCache* cache, GrSingleOwner* owner) in GrResourceProvider()
|
H A D | GrResourceCache.cpp | 19 #include "include/private/GrSingleOwner.h" 119 GrResourceCache::GrResourceCache(GrSingleOwner* singleOwner, in GrResourceCache()
|
H A D | SurfaceContext.cpp | 57 GrSingleOwner* SurfaceContext::singleOwner() const { return fContext->priv().singleOwner(); } in singleOwner()
|
Completed in 10 milliseconds