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
332 SkASSERT(resource->resourcePriv().getScratchKey().isValid()); in willRemoveScratchKey() local
360 SkASSERT(resource); in changeUniqueKey() local
401 SkASSERT(resource); in refAndMakeResourceMRU() local
422 SkASSERT(resource); in notifyCntReachedZero() local
509 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
87 SkASSERT(proxy); in removeUniqueKeyFromProxy() local
254 SkASSERT(srcImage); in createTextureProxy() local
345 SkASSERT(GrMipMapped::kNo == mipMapped || this->caps()->mipMapSupport()); in createProxyFromBitmap() local
DGrContext.cpp66 SkASSERT(fThreadSafeProxy); // needs to have been initialized by derived classes in init() local
DGrRecordingContext.cpp154 SkASSERT(proxy); in makeWrappedSurfaceContext() local
DSkGpuDevice.cpp766 SkASSERT(!image->isTextureBacked()); in shouldTileImage() local
/third_party/skia/src/gpu/
DGrResourceCache.cpp135 SkASSERT(resource); in insertResource() local
307 SkASSERT(resource->resourcePriv().getScratchKey().isValid()); in willRemoveScratchKey() local
335 SkASSERT(resource); in changeUniqueKey() local
377 SkASSERT(resource); in refAndMakeResourceMRU() local
399 SkASSERT(resource); in notifyARefCntReachedZero() local
480 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
95 SkASSERT(proxy); in removeUniqueKeyFromProxy() local
276 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.h477 #define SkASSERT(cond) SkASSERT_RELEASE(cond) macro
488 #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