Home
last modified time | relevance | path

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

/third_party/skia/src/sksl/lex/
DLexUtil.h16 #define SkASSERT(x) \ macro
/third_party/skia/src/gpu/
DGrResourceCache.cpp135 SkASSERT(resource); in insertResource() local
380 SkASSERT(resource->resourcePriv().getScratchKey().isValid()); in willRemoveScratchKey() local
408 SkASSERT(resource); in changeUniqueKey() local
450 SkASSERT(resource); in refAndMakeResourceMRU() local
478 SkASSERT(resource); in notifyARefCntReachedZero() local
563 SkASSERT(resource); in didChangeBudgetStatus() local
DGrResourceProvider.cpp309 SkASSERT(!this->isAbandoned()); in findAndRefScratchTexture() local
328 SkASSERT(!this->isAbandoned()); in findAndRefScratchTexture() local
648 SkASSERT(sampleCnt > 1); in getDiscardableMSAAAttachment() local
692 SkASSERT(sampleCnt > 1); in makeMSAAAttachment() local
725 SkASSERT(!this->isAbandoned()); in refScratchMSAAAttachment() local
DGrDirectContextPriv.cpp326 SkASSERT(this->context()->fDidTestPMConversions); in createPMToUPMEffect() local
337 SkASSERT(this->context()->fDidTestPMConversions); in createUPMToPMEffect() local
DGrProxyProvider.cpp55 SkASSERT(key.isValid()); in assignUniqueKeyToProxy() local
107 SkASSERT(proxy); in removeUniqueKeyFromProxy() local
289 SkASSERT(fit == SkBackingFit::kExact || mipMapped == GrMipmapped::kNo); in createProxyFromBitmap() local
/third_party/skia/include/core/
DSkTypes.h480 #define SkASSERT(cond) SkASSERT_RELEASE(cond) macro
491 #define SkASSERT(cond) static_cast<void>(0) macro
/third_party/skia/src/gpu/v1/
DSurfaceDrawContext.cpp1680 SkASSERT(stroke.getStyle() == SkStrokeRec::kStroke_Style); in drawStrokedLine() local