Home
last modified time | relevance | path

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

/external/skqp/src/gpu/
DGrContext.cpp72 SkASSERT(fCaps); // needs to have been initialized by derived classes in initCommon() local
403 SkASSERT(dst); in writeSurfacePixels() local
589 SkASSERT(src); in readSurfacePixels() local
781 SkASSERT(proxy); in prepareSurfaceForExternalIO() local
789 SkASSERT(proxy); in flushSurfaceWrites() local
799 SkASSERT(proxy); in flushSurfaceIO() local
889 SkASSERT(sampleCnt > 0); in makeBackendTextureRenderTargetContext() local
925 SkASSERT(sampleCnt > 0); in makeBackendTextureAsRenderTargetRenderTargetContext() local
1072 SkASSERT(fDidTestPMConversions); in createPMToUPMEffect() local
1083 SkASSERT(fDidTestPMConversions); in createUPMToPMEffect() local
DGrResourceCache.cpp110 SkASSERT(resource); in insertResource() local
301 SkASSERT(resource->resourcePriv().getScratchKey().isValid()); in willRemoveScratchKey() local
329 SkASSERT(resource); in changeUniqueKey() local
370 SkASSERT(resource); in refAndMakeResourceMRU() local
387 SkASSERT(resource); in notifyCntReachedZero() local
461 SkASSERT(resource); in didChangeBudgetStatus() local
DGrResourceProvider.cpp68 SkASSERT(mipLevelCount > 0); in createTexture() local
167 SkASSERT(Flags::kNone == flags || Flags::kNoPendingIO == flags); in createApproxTexture() local
205 SkASSERT(!this->isAbandoned()); in refScratchTexture() local
DGrProxyProvider.cpp80 SkASSERT(key.isValid()); in assignUniqueKeyToProxy() local
109 SkASSERT(proxy); in removeUniqueKeyFromProxy() local
187 SkASSERT(srcImage); in createTextureProxy() local
DSkGpuDevice.cpp767 SkASSERT(!image->isTextureBacked()); in shouldTileImage() local
/external/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
DGrDirectContextPriv.cpp211 SkASSERT(fContext->fDidTestPMConversions); in createPMToUPMEffect() local
222 SkASSERT(fContext->fDidTestPMConversions); in createUPMToPMEffect() local
DGrResourceProvider.cpp255 SkASSERT(!this->isAbandoned()); in findAndRefScratchTexture() local
273 SkASSERT(!this->isAbandoned()); in findAndRefScratchTexture() local
558 SkASSERT(sampleCnt > 1); in makeMSAAAttachment() local
582 SkASSERT(!this->isAbandoned()); in refScratchMSAAAttachment() local
DGrProxyProvider.cpp52 SkASSERT(key.isValid()); in assignUniqueKeyToProxy() local
92 SkASSERT(proxy); in removeUniqueKeyFromProxy() local
262 SkASSERT(fit == SkBackingFit::kExact || mipMapped == GrMipmapped::kNo); in createProxyFromBitmap() local
DGrSurfaceDrawContext.cpp1663 SkASSERT(stroke.getStyle() == SkStrokeRec::kStroke_Style); in drawStrokedLine() local
/external/skqp/src/sksl/lex/
DLexUtil.h16 #define SkASSERT(x) (void)((x) || (ABORT("failed SkASSERT(%s): %s:%d\n", #x, __FILE__, __LINE__), 0… macro
/external/skia/src/sksl/lex/
DLexUtil.h16 #define SkASSERT(x) \ macro
/external/skqp/src/sksl/
DSkSLDefines.h21 #define SkASSERT(x) macro
/external/pdfium/third_party/skia_shared/
DSkFloatToDecimal.cpp16 #define SkASSERT assert macro
/external/skqp/include/core/
DSkTypes.h53 #define SkASSERT(cond) SkASSERT_RELEASE(cond) macro
64 #define SkASSERT(cond) static_cast<void>(0) macro
/external/skia/include/core/
DSkTypes.h468 #define SkASSERT(cond) SkASSERT_RELEASE(cond) macro
479 #define SkASSERT(cond) static_cast<void>(0) macro