Searched defs:uniqueID (Results 1 - 25 of 36) sorted by relevance

12

/external/skia/src/core/
H A DSkSpecialImage.h56 uint32_t uniqueID() const { return fUniqueID; } function in class:SkSpecialImage
82 uint32_t uniqueID,
147 SkSpecialImage(const SkIRect& subset, uint32_t uniqueID, const SkSurfaceProps*);
H A DSkImageFilterCache.h19 SkImageFilterCacheKey(const uint32_t uniqueID, const SkMatrix& matrix, argument
21 : fUniqueID(uniqueID)
H A DSkImageGenerator.cpp12 SkImageGenerator::SkImageGenerator(const SkImageInfo& info, uint32_t uniqueID) argument
14 , fUniqueID(kNeedNewImageUniqueID == uniqueID ? SkNextID::ImageID() : uniqueID)
H A DSkPicture.cpp28 uint32_t SkPicture::uniqueID() const { function in class:SkPicture
H A DSkSpecialImage.cpp37 SkSpecialImage_Base(const SkIRect& subset, uint32_t uniqueID, const SkSurfaceProps* props) argument
38 : INHERITED(subset, uniqueID, props) {
74 uint32_t uniqueID,
78 , fUniqueID(kNeedNewImageUniqueID_SpecialImage == uniqueID ? SkNextID::ImageID() : uniqueID) {
116 this->uniqueID(),
195 return MakeDeferredFromGpu(context, subset, image->uniqueID(), std::move(proxy),
350 uint32_t uniqueID, sk_sp<GrTextureProxy> proxy, SkAlphaType at,
352 : INHERITED(subset, uniqueID, props)
362 SkNotifyBitmapGenIDIsStale(this->uniqueID());
73 SkSpecialImage(const SkIRect& subset, uint32_t uniqueID, const SkSurfaceProps* props) argument
349 SkSpecialImage_Gpu(GrContext* context, const SkIRect& subset, uint32_t uniqueID, sk_sp<GrTextureProxy> proxy, SkAlphaType at, sk_sp<SkColorSpace> colorSpace, const SkSurfaceProps* props) argument
503 MakeDeferredFromGpu(GrContext* context, const SkIRect& subset, uint32_t uniqueID, sk_sp<GrTextureProxy> proxy, sk_sp<SkColorSpace> colorSpace, const SkSurfaceProps* props, SkAlphaType at) argument
[all...]
/external/skia/src/gpu/
H A DGrRenderTargetContextPriv.h99 * guaranteed to match the uniqueID of the underlying GrRenderTarget - beware!
101 GrSurfaceProxy::UniqueID uniqueID() const { function in class:GrRenderTargetContextPriv
102 return fRenderTargetContext->fRenderTargetProxy->uniqueID();
H A DGrOpList.h83 int32_t uniqueID() const { return fUniqueID; } function in class:GrOpList
H A DGrTextureAdjuster.cpp17 const SkIRect& contentArea, uint32_t uniqueID,
25 , fUniqueID(uniqueID) {
15 GrTextureAdjuster(GrContext* context, sk_sp<GrTextureProxy> original, SkAlphaType alphaType, const SkIRect& contentArea, uint32_t uniqueID, SkColorSpace* cs) argument
H A DGrGpu.h337 MultisampleSpecs(uint8_t uniqueID, int effectiveSampleCnt, const SkPoint* locations) argument
338 : fUniqueID(uniqueID),
358 const MultisampleSpecs& getMultisampleSpecs(uint8_t uniqueID) { argument
359 SkASSERT(uniqueID > 0 && uniqueID < fMultisampleSpecs.count());
360 return fMultisampleSpecs[uniqueID];
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/
H A DX509v3CertificateBuilder.java86 * @param uniqueID a boolean array representing the bits making up the subjectUniqueID.
89 public X509v3CertificateBuilder setSubjectUniqueID(boolean[] uniqueID) argument
91 tbsGen.setSubjectUniqueID(CertUtils.booleanToBitString(uniqueID));
99 * @param uniqueID a boolean array representing the bits making up the issuerUniqueID.
102 public X509v3CertificateBuilder setIssuerUniqueID(boolean[] uniqueID) argument
104 tbsGen.setIssuerUniqueID(CertUtils.booleanToBitString(uniqueID));
/external/skia/include/core/
H A DSkImageGenerator.h35 uint32_t uniqueID() const { return fUniqueID; } function in class:SkImageGenerator
H A DSkTextBlob.h37 uint32_t uniqueID() const { return fUniqueID; } function in class:final
64 * Serialize the typeface into a data blob, storing type uniqueID of each referenced typeface.
H A DSkTypeface.h98 SkFontID uniqueID() const { return fUniqueID; } function in class:SkTypeface
100 /** Return the uniqueID for the specified typeface. If the face is null,
101 resolve it to the default font and return its uniqueID. Will never
330 /** uniqueID must be unique and non-zero
H A DSkVertices.h80 uint32_t uniqueID() const { return fUniqueID; } function in class:SkVertices
H A DSkImage.h253 uint32_t uniqueID() const { return fUniqueID; } function in class:SkImage
532 SkImage(int width, int height, uint32_t uniqueID);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
H A DV3TBSCertificateGenerator.java116 DERBitString uniqueID)
118 this.issuerUniqueID = uniqueID;
122 DERBitString uniqueID)
124 this.subjectUniqueID = uniqueID;
115 setIssuerUniqueID( DERBitString uniqueID) argument
121 setSubjectUniqueID( DERBitString uniqueID) argument
/external/skia/include/gpu/
H A DGrContext.h248 uint32_t uniqueID() { return fUniqueID; } function in class:GrContext
373 GrContextThreadSafeProxy(sk_sp<const GrCaps> caps, uint32_t uniqueID) argument
375 , fContextUniqueID(uniqueID) {}
H A DGrGpuResource.h214 UniqueID uniqueID() const { return fUniqueID; } function in class:GrGpuResource
/external/skia/tests/
H A DProxyTest.cpp28 const GrGpuResource::UniqueID& uniqueID,
34 if (!uniqueID.isInvalid()) {
35 REPORTER_ASSERT(reporter, proxy->uniqueID().asUInt() == uniqueID.asUInt());
37 REPORTER_ASSERT(reporter, !proxy->uniqueID().isInvalid());
53 GrSurfaceProxy::UniqueID idBefore = rtProxy->uniqueID();
57 REPORTER_ASSERT(reporter, rtProxy->uniqueID() == idBefore);
59 // Wrapped resources share their uniqueID with the wrapping RenderTargetProxy
60 REPORTER_ASSERT(reporter, rtProxy->uniqueID().asUInt() == rt->uniqueID()
23 check_surface(skiatest::Reporter* reporter, GrSurfaceProxy* proxy, GrSurfaceOrigin origin, int width, int height, GrPixelConfig config, const GrGpuResource::UniqueID& uniqueID, SkBudgeted budgeted) argument
[all...]
/external/smali/smalidea/src/main/java/org/jf/smalidea/debugging/value/
H A DLazyObjectReference.java82 @Override public long uniqueID() { method in class:LazyObjectReference
83 return getValue().uniqueID();
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
H A DX509V3CertificateGenerator.java195 public void setSubjectUniqueID(boolean[] uniqueID) argument
197 tbsGen.setSubjectUniqueID(booleanToBitString(uniqueID));
203 public void setIssuerUniqueID(boolean[] uniqueID) argument
205 tbsGen.setIssuerUniqueID(booleanToBitString(uniqueID));
/external/skia/include/private/
H A DGrSurfaceProxy.h243 * The contract for the uniqueID is:
245 * the uniqueID will match that of the wrapped resource
248 * the uniqueID will be different from the real resource, when it is allocated
249 * the proxy's uniqueID will not change across the instantiate call
253 * What this boils down to is that the uniqueID of a proxy can be used to consistently
257 UniqueID uniqueID() const { return fUniqueID; } function in class:GrSurfaceProxy
261 return UniqueID(fTarget->uniqueID());
352 // Note: this ctor pulls a new uniqueID from the same pool at the GrGpuResources
/external/skia/src/gpu/ops/
H A DGrOp.h122 // We lazily initialize the uniqueID because currently the only user is GrAuditTrail
123 uint32_t uniqueID() const { function in class:GrOp
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DPathV1.h48 uint64_t uniqueID; ///< A number to uniquely ID this file member in class:llvm::sys::FileStatus
53 group(999), uniqueID(0), isDir(false), isFile(false) { }
60 uint64_t getUniqueID() const { return uniqueID; }
/external/skia/src/image/
H A DSkImage_Raster.cpp117 sk_sp<GrTextureProxy> refPinnedTextureProxy(uint32_t* uniqueID) const override;
185 uint32_t uniqueID; local
186 sk_sp<GrTextureProxy> tex = this->refPinnedTextureProxy(&uniqueID);
200 sk_sp<GrTextureProxy> SkImage_Raster::refPinnedTextureProxy(uint32_t* uniqueID) const {
204 *uniqueID = fPinnedUniqueID;
345 SkASSERT(kNeedNewImageUniqueID == id || image->uniqueID() == id);

Completed in 5385 milliseconds

12