Home
last modified time | relevance | path

Searched defs:SkASSERT (Results 1 – 8 of 8) sorted by relevance

/external/skia/src/gpu/ganesh/
DGrResourceCache.cpp72 SkASSERT(resource); in insertResource() local
223 SkASSERT(resource->resourcePriv().getScratchKey().isValid()); in willRemoveScratchKey() local
251 SkASSERT(resource); in changeUniqueKey() local
293 SkASSERT(resource); in refAndMakeResourceMRU() local
315 SkASSERT(resource); in notifyARefCntReachedZero() local
396 SkASSERT(resource); in didChangeBudgetStatus() local
DGrResourceProvider.cpp351 SkASSERT(!this->isAbandoned()); in findAndRefScratchTexture() local
372 SkASSERT(!this->isAbandoned()); in findAndRefScratchTexture() local
732 SkASSERT(sampleCnt > 1); in getDiscardableMSAAAttachment() local
776 SkASSERT(sampleCnt > 1); in makeMSAAAttachment() local
811 SkASSERT(!this->isAbandoned()); in refScratchMSAAAttachment() local
DGrDirectContextPriv.cpp335 SkASSERT(this->context()->fDidTestPMConversions); in createPMToUPMEffect() local
346 SkASSERT(this->context()->fDidTestPMConversions); in createUPMToPMEffect() local
DGrProxyProvider.cpp54 SkASSERT(key.isValid()); in assignUniqueKeyToProxy() local
94 SkASSERT(proxy); in removeUniqueKeyFromProxy() local
279 SkASSERT(fit == SkBackingFit::kExact || mipmapped == GrMipmapped::kNo); in createProxyFromBitmap() local
DSurfaceDrawContext.cpp1652 SkASSERT(stroke.getStyle() == SkStrokeRec::kStroke_Style); in drawStrokedLine() local
/external/skia/include/private/base/
DSkAssert.h66 #define SkASSERT(cond) SkASSERT_RELEASE(cond) macro
75 #define SkASSERT(cond) static_cast<void>(0) macro
/external/skia/src/sksl/lex/
DLexUtil.h16 #define SkASSERT(x) \ macro
/external/skia/src/gpu/graphite/
DResourceCache.cpp40 SkASSERT(!fIsShutdown); in shutdown() local
65 SkASSERT(resource); in insertResource() local