Home
last modified time | relevance | path

Searched refs:GR_ASSERT_SINGLE_OWNER (Results 1 - 11 of 11) sorted by relevance

/third_party/skia/include/private/
H A DGrSingleOwner.h17 #define GR_ASSERT_SINGLE_OWNER(obj) \ macro
61 #define GR_ASSERT_SINGLE_OWNER(obj) macro
/third_party/skia/src/gpu/
H A DBaseDevice.cpp17 #define ASSERT_SINGLE_OWNER GR_ASSERT_SINGLE_OWNER(fContext->priv().singleOwner())
H A DGrDirectContextPriv.cpp33 #define ASSERT_SINGLE_OWNER GR_ASSERT_SINGLE_OWNER(this->context()->singleOwner())
H A DGrResourceProvider.cpp32 #define ASSERT_SINGLE_OWNER GR_ASSERT_SINGLE_OWNER(fSingleOwner)
H A DGrProxyProvider.cpp40 #define ASSERT_SINGLE_OWNER GR_ASSERT_SINGLE_OWNER(fImageContext->priv().singleOwner())
H A DGrDirectContext.cpp70 #define ASSERT_SINGLE_OWNER GR_ASSERT_SINGLE_OWNER(this->singleOwner())
H A DGrResourceCache.cpp40 #define ASSERT_SINGLE_OWNER GR_ASSERT_SINGLE_OWNER(fSingleOwner)
H A DSurfaceContext.cpp33 #define ASSERT_SINGLE_OWNER GR_ASSERT_SINGLE_OWNER(this->singleOwner())
/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 17 milliseconds