Home
last modified time | relevance | path

Searched refs:GrSingleOwner (Results 1 - 9 of 9) sorted by relevance

/third_party/skia/include/private/
H A DGrSingleOwner.h18 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 DGrImageContext.h12 #include "include/private/GrSingleOwner.h"
36 GrSingleOwner* singleOwner() const { return &fSingleOwner; } in singleOwner()
50 mutable GrSingleOwner fSingleOwner;
/third_party/skia/src/gpu/
H A DGrResourceProvider.h26 class GrSingleOwner;
42 GrResourceProvider(GrGpu*, GrResourceCache*, GrSingleOwner*);
417 SkDEBUGCODE(mutable GrSingleOwner* fSingleOwner;)
H A DSurfaceContext.h27 class GrSingleOwner;
192 SkDEBUGCODE(GrSingleOwner* singleOwner() const;)
H A DGrImageContextPriv.h31 SkDEBUGCODE(GrSingleOwner* singleOwner() const { return this->context()->singleOwner(); } ) in singleOwner()
H A DGrResourceCache.h34 class GrSingleOwner;
67 GrResourceCache(GrSingleOwner* owner,
549 GrSingleOwner* fSingleOwner = nullptr;
H A DGrResourceProvider.cpp12 #include "include/private/GrSingleOwner.h"
34 GrResourceProvider::GrResourceProvider(GrGpu* gpu, GrResourceCache* cache, GrSingleOwner* owner) in GrResourceProvider()
H A DGrResourceCache.cpp19 #include "include/private/GrSingleOwner.h"
119 GrResourceCache::GrResourceCache(GrSingleOwner* singleOwner, in GrResourceCache()
H A DSurfaceContext.cpp57 GrSingleOwner* SurfaceContext::singleOwner() const { return fContext->priv().singleOwner(); } in singleOwner()

Completed in 10 milliseconds