Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/sksl/lex/
DLexUtil.h16 #define SkASSERT(x) (void)((x) || (ABORT("failed SkASSERT(%s): %s:%d\n", #x, __FILE__, __LINE__), 0… macro
/third_party/skia/src/sksl/lex/
DLexUtil.h16 #define SkASSERT(x) \ macro
/third_party/flutter/skia/src/gpu/
DGrResourceCache.cpp134 SkASSERT(resource); in insertResource() local
424 SkASSERT(resource->resourcePriv().getScratchKey().isValid()); in willRemoveScratchKey() local
452 SkASSERT(resource); in changeUniqueKey() local
493 SkASSERT(resource); in refAndMakeResourceMRU() local
514 SkASSERT(resource); in notifyCntReachedZero() local
601 SkASSERT(resource); in didChangeBudgetStatus() local
DGrContextPriv.cpp128 SkASSERT(sampleCnt > 0); in makeBackendTextureRenderTargetContext() local
169 SkASSERT(sampleCnt > 0); in makeBackendTextureAsRenderTargetRenderTargetContext() local
320 SkASSERT(fContext->fDidTestPMConversions); in createPMToUPMEffect() local
331 SkASSERT(fContext->fDidTestPMConversions); in createUPMToPMEffect() local
DGrResourceProvider.cpp89 SkASSERT(mipLevelCount > 0); in createTexture() local
293 SkASSERT(Flags::kNone == flags || Flags::kNoPendingIO == flags); in createApproxTexture() local
349 SkASSERT(!this->isAbandoned()); in refScratchTexture() local
DGrProxyProvider.cpp50 SkASSERT(key.isValid()); in assignUniqueKeyToProxy() local
99 SkASSERT(proxy); in removeUniqueKeyFromProxy() local
267 SkASSERT(srcImage); in createTextureProxy() local
358 SkASSERT(GrMipMapped::kNo == mipMapped || this->caps()->mipMapSupport()); in createProxyFromBitmap() local
DGrRecordingContext.cpp154 SkASSERT(proxy); in makeWrappedSurfaceContext() local
DGrContext.cpp66 SkASSERT(fThreadSafeProxy); // needs to have been initialized by derived classes in init() local
DSkGpuDevice.cpp766 SkASSERT(!image->isTextureBacked()); in shouldTileImage() local
/third_party/skia/src/gpu/
DGrResourceCache.cpp135 SkASSERT(resource); in insertResource() local
373 SkASSERT(resource->resourcePriv().getScratchKey().isValid()); in willRemoveScratchKey() local
401 SkASSERT(resource); in changeUniqueKey() local
443 SkASSERT(resource); in refAndMakeResourceMRU() local
471 SkASSERT(resource); in notifyARefCntReachedZero() local
556 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/flutter/skia/src/sksl/
DSkSLDefines.h24 #define SkASSERT(x) do { if (!(x)) abort(); } while (false) macro
/third_party/flutter/skia/include/core/
DSkTypes.h50 #define SkASSERT(cond) SkASSERT_RELEASE(cond) macro
61 #define SkASSERT(cond) static_cast<void>(0) macro
/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