Home
last modified time | relevance | path

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

/external/skia/src/gpu/ganesh/
DGrResourceCache.cpp76 SkASSERT(resource); in insertResource() local
227 SkASSERT(resource->resourcePriv().getScratchKey().isValid()); in willRemoveScratchKey() local
255 SkASSERT(resource); in changeUniqueKey() local
297 SkASSERT(resource); in refAndMakeResourceMRU() local
315 SkASSERT(resource); in notifyARefCntReachedZero() local
391 SkASSERT(resource); in didChangeBudgetStatus() local
DGrResourceProvider.cpp333 SkASSERT(!this->isAbandoned()); in findAndRefScratchTexture() local
354 SkASSERT(!this->isAbandoned()); in findAndRefScratchTexture() local
723 SkASSERT(sampleCnt > 1); in getDiscardableMSAAAttachment() local
767 SkASSERT(sampleCnt > 1); in makeMSAAAttachment() local
802 SkASSERT(!this->isAbandoned()); in refScratchMSAAAttachment() local
DGrDirectContextPriv.cpp359 SkASSERT(this->context()->fDidTestPMConversions); in createPMToUPMEffect() local
370 SkASSERT(this->context()->fDidTestPMConversions); in createUPMToPMEffect() local
DGrProxyProvider.cpp63 SkASSERT(key.isValid()); in assignUniqueKeyToProxy() local
103 SkASSERT(proxy); in removeUniqueKeyFromProxy() local
288 SkASSERT(fit == SkBackingFit::kExact || mipmapped == skgpu::Mipmapped::kNo); in createProxyFromBitmap() local
DSurfaceDrawContext.cpp1662 SkASSERT(stroke.getStyle() == SkStrokeRec::kStroke_Style); in drawStrokedLine() local
/external/skia/src/sksl/lex/
DLexUtil.h16 #define SkASSERT(x) \ macro
/external/skia/include/private/base/
DSkAssert.h110 #define SkASSERT(cond) SkASSERT_RELEASE(cond) macro
116 #define SkASSERT(cond) static_cast<void>(0) macro
/external/skia/src/gpu/graphite/
DResourceCache.cpp115 SkASSERT(resource); in insertResource() local
169 SkASSERT(key.isValid()); in findAndRefResource() local
DRecorder.cpp262 SkASSERT(device); in registerDevice() local