Home
last modified time | relevance | path

Searched defs:SkASSERT (Results 1 – 17 of 17) 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/
DGrContext.cpp66 SkASSERT(fThreadSafeProxy); // needs to have been initialized by derived classes in init() local
287 SkASSERT(fDidTestPMConversions); in createPMToUPMEffect() local
298 SkASSERT(fDidTestPMConversions); in createUPMToPMEffect() local
DGrContextPriv.cpp126 SkASSERT(sampleCnt > 0); in makeBackendTextureRenderTargetContext() local
166 SkASSERT(sampleCnt > 0); in makeBackendTextureAsRenderTargetRenderTargetContext() local
204 SkASSERT(proxy); in flushSurfaceWrites() local
214 SkASSERT(proxy); in flushSurfaceIO() local
224 SkASSERT(proxy); in prepareSurfaceForExternalIO() local
303 SkASSERT(src); in readSurfacePixels() local
498 SkASSERT(dst); in writeSurfacePixels() local
DGrResourceCache.cpp148 SkASSERT(resource); in insertResource() local
335 SkASSERT(resource->resourcePriv().getScratchKey().isValid()); in willRemoveScratchKey() local
363 SkASSERT(resource); in changeUniqueKey() local
404 SkASSERT(resource); in refAndMakeResourceMRU() local
421 SkASSERT(resource); in notifyCntReachedZero() local
495 SkASSERT(resource); in didChangeBudgetStatus() local
DGrResourceProvider.cpp49 SkASSERT(mipLevelCount > 0); in createTexture() local
148 SkASSERT(Flags::kNone == flags || Flags::kNoPendingIO == flags); in createApproxTexture() local
186 SkASSERT(!this->isAbandoned()); in refScratchTexture() local
DGrProxyProvider.cpp50 SkASSERT(key.isValid()); in assignUniqueKeyToProxy() local
87 SkASSERT(proxy); in removeUniqueKeyFromProxy() local
199 SkASSERT(srcImage); in createTextureProxy() local
DSkGpuDevice.cpp785 SkASSERT(!image->isTextureBacked()); in shouldTileImage() 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) (void)((x) || (ABORT("failed SkASSERT(%s): %s:%d\n", #x, __FILE__, __LINE__), 0… macro
/external/skqp/src/sksl/
DSkSLDefines.h21 #define SkASSERT(x) macro
/external/skia/src/sksl/
DSkSLDefines.h21 #define SkASSERT(x) macro
/external/skia/include/core/
DSkTypes.h53 #define SkASSERT(cond) SkASSERT_RELEASE(cond) macro
64 #define SkASSERT(cond) static_cast<void>(0) macro
/external/skqp/include/core/
DSkTypes.h53 #define SkASSERT(cond) SkASSERT_RELEASE(cond) macro
64 #define SkASSERT(cond) static_cast<void>(0) macro