Searched refs:SK_InvalidGenID (Results 1 – 24 of 24) sorted by relevance
/external/skia/src/gpu/ |
D | GrStencilClip.h | 19 explicit GrStencilClip(const SkISize& rtDims, uint32_t stencilStackID = SK_InvalidGenID) 24 uint32_t stencilStackID = SK_InvalidGenID) 32 bool hasStencilClip() const { return SK_InvalidGenID != fStencilStackID; } in hasStencilClip()
|
D | GrReducedClip.h | 151 uint32_t fAAClipRectGenID = SK_InvalidGenID; // the GenID that the mask will have if the AA 155 uint32_t fMaskGenID = SK_InvalidGenID;
|
D | GrReducedClip.cpp | 96 SkASSERT(SK_InvalidGenID != fAAClipRectGenID); in GrReducedClip() 126 if (SK_InvalidGenID != fAAClipRectGenID && // Is there an AA clip rect? in GrReducedClip() 523 if (SK_InvalidGenID == fAAClipRectGenID) { // No AA clip rect yet? in clipInsideElement() 530 SkASSERT(SK_InvalidGenID != fAAClipRectGenID); in clipInsideElement() 717 fAAClipRectGenID = SK_InvalidGenID; in makeEmpty()
|
D | GrContextThreadSafeProxy.cpp | 30 } while (id == SK_InvalidGenID); in next_id()
|
/external/skqp/src/gpu/ |
D | GrStencilClip.h | 19 GrStencilClip(uint32_t stencilStackID = SK_InvalidGenID) : fStencilStackID(stencilStackID) {} in fStencilStackID() 21 explicit GrStencilClip(const SkIRect& scissorRect, uint32_t stencilStackID = SK_InvalidGenID) 30 bool hasStencilClip() const { return SK_InvalidGenID != fStencilStackID; } in hasStencilClip()
|
D | GrContext_Base.cpp | 15 } while (id == SK_InvalidGenID); in next_id() 22 , fContextID(SK_InvalidGenID == contextID ? next_id() : contextID) { in GrContext_Base()
|
D | GrBackendTextureImageGenerator.cpp | 88 refHelper->fBorrowingContextID = SK_InvalidGenID; in ReleaseRefHelper_TextureReleaseProc() 107 if (SK_InvalidGenID != fRefHelper->fBorrowingContextID) { in onGenerateTexture()
|
D | GrReducedClip.cpp | 47 fAAClipRectGenID = SK_InvalidGenID; in GrReducedClip() 96 SkASSERT(SK_InvalidGenID != fAAClipRectGenID); in GrReducedClip() 119 if (SK_InvalidGenID != fAAClipRectGenID && // Is there an AA clip rect? in GrReducedClip() 502 if (SK_InvalidGenID == fAAClipRectGenID) { // No AA clip rect yet? in clipInsideElement() 509 SkASSERT(SK_InvalidGenID != fAAClipRectGenID); in clipInsideElement() 674 fAAClipRectGenID = SK_InvalidGenID; in makeEmpty()
|
D | GrBackendTextureImageGenerator.h | 60 , fBorrowingContextID(SK_InvalidGenID) {} in RefHelper()
|
/external/skia/src/gpu/text/ |
D | GrTextBlobCache.cpp | 77 SkASSERT(blobID != SK_InvalidGenID); in PostPurgeBlobMessage() 161 GrTextBlobCache::BlobIDCacheEntry::BlobIDCacheEntry() : fID(SK_InvalidGenID) {} in BlobIDCacheEntry()
|
/external/skqp/src/gpu/text/ |
D | GrTextBlobCache.cpp | 37 SkASSERT(blobID != SK_InvalidGenID); in PostPurgeBlobMessage()
|
D | GrTextBlobCache.h | 112 BlobIDCacheEntry() : fID(SK_InvalidGenID) {} in BlobIDCacheEntry()
|
D | GrTextContext.cpp | 209 static uint32_t gContextID = SK_InvalidGenID; in GR_DRAW_OP_TEST_DEFINE()
|
/external/skqp/include/gpu/ |
D | GrContext.h | 283 GrContext(GrBackendApi, int32_t id = SK_InvalidGenID);
|
/external/skqp/include/core/ |
D | SkTypes.h | 160 static constexpr uint32_t SK_InvalidGenID = 0; variable
|
/external/skia/src/core/ |
D | SkVertices.cpp | 28 } while (id == SK_InvalidGenID); in next_id()
|
D | SkTextBlob.cpp | 140 } while (id == SK_InvalidGenID); in next_id()
|
/external/skia/include/core/ |
D | SkTypes.h | 577 static constexpr uint32_t SK_InvalidGenID = 0; variable
|
/external/skqp/src/shaders/ |
D | SkPictureShader.cpp | 103 } while (id == SK_InvalidGenID); in next_id()
|
/external/skqp/tests/ |
D | PictureTest.cpp | 546 REPORTER_ASSERT(reporter, empty->uniqueID() != SK_InvalidGenID); in test_gen_id() 552 REPORTER_ASSERT(reporter, hasData->uniqueID() != SK_InvalidGenID); in test_gen_id()
|
/external/skia/tests/ |
D | PictureTest.cpp | 537 REPORTER_ASSERT(reporter, empty->uniqueID() != SK_InvalidGenID); in test_gen_id() 543 REPORTER_ASSERT(reporter, hasData->uniqueID() != SK_InvalidGenID); in test_gen_id()
|
/external/skqp/src/core/ |
D | SkVertices.cpp | 25 } while (id == SK_InvalidGenID); in next_id()
|
D | SkTextBlob.cpp | 139 } while (id == SK_InvalidGenID); in next_id()
|
/external/skqp/src/gpu/ops/ |
D | GrSmallPathRenderer.cpp | 904 PathTestStruct() : fContextID(SK_InvalidGenID), fAtlas(nullptr) {} in PathTestStruct()
|