Searched defs:SkASSERT (Results 1 – 16 of 16) sorted by relevance
72 SkASSERT(fCaps); // needs to have been initialized by derived classes in initCommon() local403 SkASSERT(dst); in writeSurfacePixels() local589 SkASSERT(src); in readSurfacePixels() local781 SkASSERT(proxy); in prepareSurfaceForExternalIO() local789 SkASSERT(proxy); in flushSurfaceWrites() local799 SkASSERT(proxy); in flushSurfaceIO() local889 SkASSERT(sampleCnt > 0); in makeBackendTextureRenderTargetContext() local925 SkASSERT(sampleCnt > 0); in makeBackendTextureAsRenderTargetRenderTargetContext() local1072 SkASSERT(fDidTestPMConversions); in createPMToUPMEffect() local1083 SkASSERT(fDidTestPMConversions); in createUPMToPMEffect() local
110 SkASSERT(resource); in insertResource() local301 SkASSERT(resource->resourcePriv().getScratchKey().isValid()); in willRemoveScratchKey() local329 SkASSERT(resource); in changeUniqueKey() local370 SkASSERT(resource); in refAndMakeResourceMRU() local387 SkASSERT(resource); in notifyCntReachedZero() local461 SkASSERT(resource); in didChangeBudgetStatus() local
68 SkASSERT(mipLevelCount > 0); in createTexture() local167 SkASSERT(Flags::kNone == flags || Flags::kNoPendingIO == flags); in createApproxTexture() local205 SkASSERT(!this->isAbandoned()); in refScratchTexture() local
80 SkASSERT(key.isValid()); in assignUniqueKeyToProxy() local109 SkASSERT(proxy); in removeUniqueKeyFromProxy() local187 SkASSERT(srcImage); in createTextureProxy() local
767 SkASSERT(!image->isTextureBacked()); in shouldTileImage() local
135 SkASSERT(resource); in insertResource() local307 SkASSERT(resource->resourcePriv().getScratchKey().isValid()); in willRemoveScratchKey() local335 SkASSERT(resource); in changeUniqueKey() local377 SkASSERT(resource); in refAndMakeResourceMRU() local399 SkASSERT(resource); in notifyARefCntReachedZero() local480 SkASSERT(resource); in didChangeBudgetStatus() local
211 SkASSERT(fContext->fDidTestPMConversions); in createPMToUPMEffect() local222 SkASSERT(fContext->fDidTestPMConversions); in createUPMToPMEffect() local
255 SkASSERT(!this->isAbandoned()); in findAndRefScratchTexture() local273 SkASSERT(!this->isAbandoned()); in findAndRefScratchTexture() local558 SkASSERT(sampleCnt > 1); in makeMSAAAttachment() local582 SkASSERT(!this->isAbandoned()); in refScratchMSAAAttachment() local
52 SkASSERT(key.isValid()); in assignUniqueKeyToProxy() local92 SkASSERT(proxy); in removeUniqueKeyFromProxy() local262 SkASSERT(fit == SkBackingFit::kExact || mipMapped == GrMipmapped::kNo); in createProxyFromBitmap() local
1663 SkASSERT(stroke.getStyle() == SkStrokeRec::kStroke_Style); in drawStrokedLine() local
16 #define SkASSERT(x) (void)((x) || (ABORT("failed SkASSERT(%s): %s:%d\n", #x, __FILE__, __LINE__), 0… macro
16 #define SkASSERT(x) \ macro
21 #define SkASSERT(x) macro
16 #define SkASSERT assert macro
53 #define SkASSERT(cond) SkASSERT_RELEASE(cond) macro64 #define SkASSERT(cond) static_cast<void>(0) macro
468 #define SkASSERT(cond) SkASSERT_RELEASE(cond) macro479 #define SkASSERT(cond) static_cast<void>(0) macro