Home
last modified time | relevance | path

Searched refs:uniqueID (Results 1 – 25 of 212) sorted by relevance

123456789

/external/skia/tests/
Dimage-bitmap.cpp28 REPORTER_ASSERT(r, img->uniqueID() == bm.getGenerationID()); in DEF_TEST()
29 REPORTER_ASSERT(r, img->uniqueID() != imgA->uniqueID()); in DEF_TEST()
30 REPORTER_ASSERT(r, img->uniqueID() != imgB->uniqueID()); in DEF_TEST()
31 REPORTER_ASSERT(r, imgA->uniqueID() != imgB->uniqueID()); in DEF_TEST()
32 REPORTER_ASSERT(r, imgA->uniqueID() != a.getGenerationID()); in DEF_TEST()
33 REPORTER_ASSERT(r, imgB->uniqueID() != b.getGenerationID()); in DEF_TEST()
DDeviceTest.cpp51 SkASSERT(bm.getGenerationID() == special->uniqueID());
60 SkASSERT(bm.getGenerationID() == special->uniqueID());
96 SkASSERT(bm.getGenerationID() == special->uniqueID()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
106 SkASSERT(image->uniqueID() != special->uniqueID()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
116 SkASSERT(image->uniqueID() == special->uniqueID()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
DImageFilterCacheTest.cpp36 SkImageFilterCacheKey key1(0, SkMatrix::I(), clip, image->uniqueID(), image->subset()); in test_find_existing()
37 SkImageFilterCacheKey key2(0, SkMatrix::I(), clip, subset->uniqueID(), subset->subset()); in test_find_existing()
61 SkImageFilterCacheKey key0(0, SkMatrix::I(), clip1, image->uniqueID(), image->subset()); in test_dont_find_if_diff_key()
62 SkImageFilterCacheKey key1(1, SkMatrix::I(), clip1, image->uniqueID(), image->subset()); in test_dont_find_if_diff_key()
64 image->uniqueID(), image->subset()); in test_dont_find_if_diff_key()
65 SkImageFilterCacheKey key3(0, SkMatrix::I(), clip2, image->uniqueID(), image->subset()); in test_dont_find_if_diff_key()
66 SkImageFilterCacheKey key4(0, SkMatrix::I(), clip1, subset->uniqueID(), subset->subset()); in test_dont_find_if_diff_key()
85 SkImageFilterCacheKey key1(0, SkMatrix::I(), clip, image->uniqueID(), image->subset()); in test_internal_purge()
86 SkImageFilterCacheKey key2(1, SkMatrix::I(), clip, image->uniqueID(), image->subset()); in test_internal_purge()
110 SkImageFilterCacheKey key1(0, SkMatrix::I(), clip, image->uniqueID(), image->subset()); in test_explicit_purging()
[all …]
DGpuLayerCacheTest.cpp59 GrCachedLayer* layer = cache->findLayerOrCreate(picture.uniqueID(),
67 GrCachedLayer* temp = TestingAccess::Find(cache, picture.uniqueID(), SkMatrix::I(),
73 REPORTER_ASSERT(reporter, picture.uniqueID() == layer->pictureID());
141 GrCachedLayer* layer = TestingAccess::Find(&cache, picture->uniqueID(), SkMatrix::I(),
170 GrCachedLayer* layer = TestingAccess::Find(&cache, picture->uniqueID(), SkMatrix::I(),
187 GrCachedLayer* layer = TestingAccess::Find(&cache, picture->uniqueID(), SkMatrix::I(),
240 GrCachedLayer* layer = TestingAccess::Find(&cache, picture->uniqueID(), SkMatrix::I(),
251 GrCachedLayer* layer = TestingAccess::Find(&cache, picture->uniqueID(), SkMatrix::I(),
278 TestingAccess::Purge(&cache, picture->uniqueID());
329 GrCachedLayer* layer = TestingAccess::Find(&cache, picture->uniqueID(), SkMatrix::I(),
[all …]
DProxyTest.cpp36 REPORTER_ASSERT(reporter, !proxy->uniqueID().isInvalid()); in check_surface()
50 GrSurfaceProxy::UniqueID idBefore = rtProxy->uniqueID(); in check_rendertarget()
54 REPORTER_ASSERT(reporter, rtProxy->uniqueID() == idBefore); in check_rendertarget()
56 REPORTER_ASSERT(reporter, rtProxy->uniqueID().asUInt() != rt->uniqueID().asUInt()); in check_rendertarget()
77 GrSurfaceProxy::UniqueID idBefore = texProxy->uniqueID(); in check_texture()
82 REPORTER_ASSERT(reporter, texProxy->uniqueID() == idBefore); in check_texture()
84 REPORTER_ASSERT(reporter, texProxy->uniqueID().asUInt() != tex->uniqueID().asUInt()); in check_texture()
DVerticesTest.cpp85 REPORTER_ASSERT(reporter, v0->uniqueID() != 0); in DEF_TEST()
86 REPORTER_ASSERT(reporter, v1->uniqueID() != 0); in DEF_TEST()
87 REPORTER_ASSERT(reporter, v0->uniqueID() != v1->uniqueID()); in DEF_TEST()
/external/skqp/tests/
Dimage-bitmap.cpp28 REPORTER_ASSERT(r, img->uniqueID() == bm.getGenerationID()); in DEF_TEST()
29 REPORTER_ASSERT(r, img->uniqueID() != imgA->uniqueID()); in DEF_TEST()
30 REPORTER_ASSERT(r, img->uniqueID() != imgB->uniqueID()); in DEF_TEST()
31 REPORTER_ASSERT(r, imgA->uniqueID() != imgB->uniqueID()); in DEF_TEST()
32 REPORTER_ASSERT(r, imgA->uniqueID() != a.getGenerationID()); in DEF_TEST()
33 REPORTER_ASSERT(r, imgB->uniqueID() != b.getGenerationID()); in DEF_TEST()
DProxyTest.cpp35 REPORTER_ASSERT(reporter, !proxy->uniqueID().isInvalid()); in check_surface()
50 GrSurfaceProxy::UniqueID idBefore = rtProxy->uniqueID(); in check_rendertarget()
54 REPORTER_ASSERT(reporter, rtProxy->uniqueID() == idBefore); in check_rendertarget()
57 REPORTER_ASSERT(reporter, rtProxy->uniqueID().asUInt() == rt->uniqueID().asUInt()); in check_rendertarget()
60 REPORTER_ASSERT(reporter, rtProxy->uniqueID().asUInt() != rt->uniqueID().asUInt()); in check_rendertarget()
83 GrSurfaceProxy::UniqueID idBefore = texProxy->uniqueID(); in check_texture()
88 REPORTER_ASSERT(reporter, texProxy->uniqueID() == idBefore); in check_texture()
91 REPORTER_ASSERT(reporter, texProxy->uniqueID().asUInt() == tex->uniqueID().asUInt()); in check_texture()
94 REPORTER_ASSERT(reporter, texProxy->uniqueID().asUInt() != tex->uniqueID().asUInt()); in check_texture()
DDeviceTest.cpp51 SkASSERT(bm.getGenerationID() == special->uniqueID());
60 SkASSERT(bm.getGenerationID() == special->uniqueID());
96 SkASSERT(bm.getGenerationID() == special->uniqueID()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
106 SkASSERT(image->uniqueID() != special->uniqueID()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
116 SkASSERT(image->uniqueID() == special->uniqueID()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
DGpuLayerCacheTest.cpp59 GrCachedLayer* layer = cache->findLayerOrCreate(picture.uniqueID(),
67 GrCachedLayer* temp = TestingAccess::Find(cache, picture.uniqueID(), SkMatrix::I(),
73 REPORTER_ASSERT(reporter, picture.uniqueID() == layer->pictureID());
141 GrCachedLayer* layer = TestingAccess::Find(&cache, picture->uniqueID(), SkMatrix::I(),
170 GrCachedLayer* layer = TestingAccess::Find(&cache, picture->uniqueID(), SkMatrix::I(),
187 GrCachedLayer* layer = TestingAccess::Find(&cache, picture->uniqueID(), SkMatrix::I(),
240 GrCachedLayer* layer = TestingAccess::Find(&cache, picture->uniqueID(), SkMatrix::I(),
251 GrCachedLayer* layer = TestingAccess::Find(&cache, picture->uniqueID(), SkMatrix::I(),
278 TestingAccess::Purge(&cache, picture->uniqueID());
329 GrCachedLayer* layer = TestingAccess::Find(&cache, picture->uniqueID(), SkMatrix::I(),
[all …]
DImageFilterCacheTest.cpp36 SkImageFilterCacheKey key1(0, SkMatrix::I(), clip, image->uniqueID(), image->subset()); in test_find_existing()
37 SkImageFilterCacheKey key2(0, SkMatrix::I(), clip, subset->uniqueID(), subset->subset()); in test_find_existing()
61 SkImageFilterCacheKey key0(0, SkMatrix::I(), clip1, image->uniqueID(), image->subset()); in test_dont_find_if_diff_key()
62 SkImageFilterCacheKey key1(1, SkMatrix::I(), clip1, image->uniqueID(), image->subset()); in test_dont_find_if_diff_key()
64 image->uniqueID(), image->subset()); in test_dont_find_if_diff_key()
65 SkImageFilterCacheKey key3(0, SkMatrix::I(), clip2, image->uniqueID(), image->subset()); in test_dont_find_if_diff_key()
66 SkImageFilterCacheKey key4(0, SkMatrix::I(), clip1, subset->uniqueID(), subset->subset()); in test_dont_find_if_diff_key()
85 SkImageFilterCacheKey key1(0, SkMatrix::I(), clip, image->uniqueID(), image->subset()); in test_internal_purge()
86 SkImageFilterCacheKey key2(1, SkMatrix::I(), clip, image->uniqueID(), image->subset()); in test_internal_purge()
110 SkImageFilterCacheKey key1(0, SkMatrix::I(), clip, image->uniqueID(), image->subset()); in test_explicit_purging()
[all …]
DVerticesTest.cpp85 REPORTER_ASSERT(reporter, v0->uniqueID() != 0); in DEF_TEST()
86 REPORTER_ASSERT(reporter, v1->uniqueID() != 0); in DEF_TEST()
87 REPORTER_ASSERT(reporter, v0->uniqueID() != v1->uniqueID()); in DEF_TEST()
/external/skia/src/core/
DSkSpecialImage.cpp37 SkSpecialImage_Base(const SkIRect& subset, uint32_t uniqueID, const SkSurfaceProps* props) in SkSpecialImage_Base() argument
38 : INHERITED(subset, uniqueID, props) { in SkSpecialImage_Base()
74 uint32_t uniqueID, in SkSpecialImage() argument
78 , fUniqueID(kNeedNewImageUniqueID_SpecialImage == uniqueID ? SkNextID::ImageID() : uniqueID) { in SkSpecialImage()
117 this->uniqueID(), in makeTextureImage()
196 return MakeDeferredFromGpu(context, subset, image->uniqueID(), std::move(proxy), in MakeFromImage()
351 uint32_t uniqueID, sk_sp<GrTextureProxy> proxy, SkAlphaType at, in SkSpecialImage_Gpu() argument
353 : INHERITED(subset, uniqueID, props) in SkSpecialImage_Gpu()
363 SkNotifyBitmapGenIDIsStale(this->uniqueID()); in ~SkSpecialImage_Gpu()
382 this->uniqueID(), fAlphaType, in onDraw()
[all …]
DSkSpecialImage.h56 uint32_t uniqueID() const { return fUniqueID; } in uniqueID() function
82 uint32_t uniqueID,
147 SkSpecialImage(const SkIRect& subset, uint32_t uniqueID, const SkSurfaceProps*);
/external/skqp/src/core/
DSkSpecialImage.cpp37 SkSpecialImage_Base(const SkIRect& subset, uint32_t uniqueID, const SkSurfaceProps* props) in SkSpecialImage_Base() argument
38 : INHERITED(subset, uniqueID, props) { in SkSpecialImage_Base()
74 uint32_t uniqueID, in SkSpecialImage() argument
78 , fUniqueID(kNeedNewImageUniqueID_SpecialImage == uniqueID ? SkNextID::ImageID() : uniqueID) { in SkSpecialImage()
117 this->uniqueID(), in makeTextureImage()
196 return MakeDeferredFromGpu(context, subset, image->uniqueID(), std::move(proxy), in MakeFromImage()
351 uint32_t uniqueID, sk_sp<GrTextureProxy> proxy, SkAlphaType at, in SkSpecialImage_Gpu() argument
353 : INHERITED(subset, uniqueID, props) in SkSpecialImage_Gpu()
363 SkNotifyBitmapGenIDIsStale(this->uniqueID()); in ~SkSpecialImage_Gpu()
382 this->uniqueID(), fAlphaType, in onDraw()
[all …]
DSkSpecialImage.h56 uint32_t uniqueID() const { return fUniqueID; } in uniqueID() function
82 uint32_t uniqueID,
147 SkSpecialImage(const SkIRect& subset, uint32_t uniqueID, const SkSurfaceProps*);
/external/clang/test/Analysis/
Divars.m7 int uniqueID; field
14 int savedID = obj->uniqueID;
15 clang_analyzer_eval(savedID == obj->uniqueID); // expected-warning{{TRUE}}
18 clang_analyzer_eval(savedID == obj->uniqueID); // expected-warning{{UNKNOWN}}
27 int savedID = self->uniqueID;
28 clang_analyzer_eval(savedID == self->uniqueID); // expected-warning{{TRUE}}
31 clang_analyzer_eval(savedID == self->uniqueID); // expected-warning{{UNKNOWN}}
138 int *x = &obj->uniqueID;
/external/skqp/src/gpu/
DGrRenderTargetOpList.cpp333 GR_AUDIT_TRAIL_ADD_OP(fAuditTrail, op.get(), fTarget.get()->uniqueID()); in recordOp()
336 this->uniqueID(), in recordOp()
338 op->uniqueID(), in recordOp()
352 candidate.fOp->uniqueID()); in recordOp()
361 candidate.fOp->uniqueID()); in recordOp()
385 GrOP_INFO("opList: %d ForwardCombine %d ops:\n", this->uniqueID(), fRecordedOps.count()); in forwardCombine()
398 i, op->name(), op->uniqueID(), in forwardCombine()
399 candidate.fOp->name(), candidate.fOp->uniqueID()); in forwardCombine()
407 i, op->name(), op->uniqueID(), in forwardCombine()
408 candidate.fOp->name(), candidate.fOp->uniqueID()); in forwardCombine()
[all …]
/external/skia/src/gpu/
DGrRenderTargetOpList.cpp333 GR_AUDIT_TRAIL_ADD_OP(fAuditTrail, op.get(), fTarget.get()->uniqueID()); in recordOp()
336 this->uniqueID(), in recordOp()
338 op->uniqueID(), in recordOp()
352 candidate.fOp->uniqueID()); in recordOp()
361 candidate.fOp->uniqueID()); in recordOp()
385 GrOP_INFO("opList: %d ForwardCombine %d ops:\n", this->uniqueID(), fRecordedOps.count()); in forwardCombine()
398 i, op->name(), op->uniqueID(), in forwardCombine()
399 candidate.fOp->name(), candidate.fOp->uniqueID()); in forwardCombine()
407 i, op->name(), op->uniqueID(), in forwardCombine()
408 candidate.fOp->name(), candidate.fOp->uniqueID()); in forwardCombine()
[all …]
/external/skqp/src/image/
DSkImage_Gpu.h26 SkImage_Gpu(GrContext*, uint32_t uniqueID, SkAlphaType, sk_sp<GrTextureProxy>,
47 sk_sp<GrTextureProxy> refPinnedTextureProxy(uint32_t* uniqueID) const override { in refPinnedTextureProxy() argument
48 *uniqueID = this->uniqueID(); in refPinnedTextureProxy()
/external/skia/src/image/
DSkImage_Gpu.h26 SkImage_Gpu(GrContext*, uint32_t uniqueID, SkAlphaType, sk_sp<GrTextureProxy>,
47 sk_sp<GrTextureProxy> refPinnedTextureProxy(uint32_t* uniqueID) const override { in refPinnedTextureProxy() argument
48 *uniqueID = this->uniqueID(); in refPinnedTextureProxy()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
DV3TBSCertificateGenerator.java116 DERBitString uniqueID) in setIssuerUniqueID() argument
118 this.issuerUniqueID = uniqueID; in setIssuerUniqueID()
122 DERBitString uniqueID) in setSubjectUniqueID() argument
124 this.subjectUniqueID = uniqueID; in setSubjectUniqueID()
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/
DX509v3CertificateBuilder.java89 public X509v3CertificateBuilder setSubjectUniqueID(boolean[] uniqueID) in setSubjectUniqueID() argument
91 tbsGen.setSubjectUniqueID(CertUtils.booleanToBitString(uniqueID)); in setSubjectUniqueID()
102 public X509v3CertificateBuilder setIssuerUniqueID(boolean[] uniqueID) in setIssuerUniqueID() argument
104 tbsGen.setIssuerUniqueID(CertUtils.booleanToBitString(uniqueID)); in setIssuerUniqueID()
/external/webrtc/talk/media/devices/
Dmacdevicemanagermm.mm121 @"modelUniqueID: \"%@\", uniqueID \"%@\", isConnected: %d, "
127 [qt_capture_device uniqueID],
135 Device(name, [[qt_capture_device uniqueID] UTF8String]));
163 @"modelID: \"%@\", uniqueID \"%@\", isConnected: %d, "
169 [capture_device uniqueID],
176 Device(name, [[capture_device uniqueID] UTF8String]));
/external/skqp/src/gpu/gl/
DGrGLVertexArray.cpp117 if (array->fVertexBufferUniqueID != vertexBuffer->uniqueID() || in set()
140 array->fVertexBufferUniqueID = vertexBuffer->uniqueID(); in set()
205 if (state && fIndexBufferUniqueID != ibuff->uniqueID()) { in bindWithIndexBuffer()
213 fIndexBufferUniqueID = ibuff->uniqueID(); in bindWithIndexBuffer()

123456789