HomeSort by relevance Sort by last modified time
    Searched defs:uniqueID (Results 1 - 25 of 61) sorted by null

1 2 3

  /external/skia/src/gpu/
GrRenderTargetContextPriv.h 103 * guaranteed to match the uniqueID of the underlying GrRenderTarget - beware!
105 GrSurfaceProxy::UniqueID uniqueID() const {
106 return fRenderTargetContext->fRenderTargetProxy->uniqueID();
  /external/skqp/src/gpu/
GrRenderTargetContextPriv.h 103 * guaranteed to match the uniqueID of the underlying GrRenderTarget - beware!
105 GrSurfaceProxy::UniqueID uniqueID() const {
106 return fRenderTargetContext->fRenderTargetProxy->uniqueID();
  /external/skia/src/core/
SkSpecialImage.h 56 uint32_t uniqueID() const { return fUniqueID; }
82 uint32_t uniqueID,
147 SkSpecialImage(const SkIRect& subset, uint32_t uniqueID, const SkSurfaceProps*);
SkPicture.cpp 35 uint32_t SkPicture::uniqueID() const {
  /external/skqp/src/core/
SkSpecialImage.h 56 uint32_t uniqueID() const { return fUniqueID; }
82 uint32_t uniqueID,
147 SkSpecialImage(const SkIRect& subset, uint32_t uniqueID, const SkSurfaceProps*);
SkPicture.cpp 35 uint32_t SkPicture::uniqueID() const {
  /external/smali/smalidea/src/main/java/org/jf/smalidea/debugging/value/
LazyObjectReference.java 82 @Override public long uniqueID() {
83 return getValue().uniqueID();
  /external/skia/include/core/
SkImage.h 491 uint32_t uniqueID() const { return fUniqueID; }
    [all...]
SkImageGenerator.h 35 uint32_t uniqueID() const { return fUniqueID; }
177 SkImageGenerator(const SkImageInfo& info, uint32_t uniqueId = kNeedNewImageUniqueID);
SkTextBlob.h 40 uint32_t uniqueID() const { return fUniqueID; }
63 * Serialize the typeface into a data blob, storing type uniqueID of each referenced typeface.
SkTypeface.h 78 SkFontID uniqueID() const { return fUniqueID; }
80 /** Return the uniqueID for the specified typeface. If the face is null,
81 resolve it to the default font and return its uniqueID. Will never
84 static SkFontID UniqueID(const SkTypeface* face);
300 /** uniqueID must be unique and non-zero
SkVertices.h 82 uint32_t uniqueID() const { return fUniqueID; }
  /external/skqp/include/core/
SkImageGenerator.h 35 uint32_t uniqueID() const { return fUniqueID; }
177 SkImageGenerator(const SkImageInfo& info, uint32_t uniqueId = kNeedNewImageUniqueID);
SkImage.h 319 uint32_t uniqueID() const { return fUniqueID; }
625 SkImage(int width, int height, uint32_t uniqueID);
SkTextBlob.h 40 uint32_t uniqueID() const { return fUniqueID; }
63 * Serialize the typeface into a data blob, storing type uniqueID of each referenced typeface.
SkTypeface.h 78 SkFontID uniqueID() const { return fUniqueID; }
80 /** Return the uniqueID for the specified typeface. If the face is null,
81 resolve it to the default font and return its uniqueID. Will never
84 static SkFontID UniqueID(const SkTypeface* face);
300 /** uniqueID must be unique and non-zero
SkVertices.h 82 uint32_t uniqueID() const { return fUniqueID; }
  /external/skia/include/gpu/
GrContext.h 324 uint32_t uniqueID() { return fUniqueID; }
458 bool matches(GrContext* context) const { return context->uniqueID() == fContextUniqueID; }
498 uint32_t uniqueID,
502 , fContextUniqueID(uniqueID)
GrGpuResource.h 184 class UniqueID {
186 static UniqueID InvalidID() {
187 return UniqueID(uint32_t(SK_InvalidUniqueID));
190 UniqueID() {}
192 explicit UniqueID(uint32_t id) : fID(id) {}
196 bool operator==(const UniqueID& other) const {
199 bool operator!=(const UniqueID& other) const {
215 UniqueID uniqueID() const { return fUniqueID; }
359 const UniqueID fUniqueID
    [all...]
  /external/skia/include/private/
GrOpList.h 89 uint32_t uniqueID() const { return fUniqueID; }
  /external/skqp/include/gpu/
GrContext.h 286 uint32_t uniqueID() { return fUniqueID; }
416 bool matches(GrContext* context) const { return context->uniqueID() == fContextUniqueID; }
421 uint32_t uniqueID,
425 , fContextUniqueID(uniqueID)
GrGpuResource.h 184 class UniqueID {
186 static UniqueID InvalidID() {
187 return UniqueID(uint32_t(SK_InvalidUniqueID));
190 UniqueID() {}
192 explicit UniqueID(uint32_t id) : fID(id) {}
196 bool operator==(const UniqueID& other) const {
199 bool operator!=(const UniqueID& other) const {
215 UniqueID uniqueID() const { return fUniqueID; }
337 const UniqueID fUniqueID
    [all...]
  /external/skqp/include/private/
GrOpList.h 100 uint32_t uniqueID() const { return fUniqueID; }
  /external/skia/src/gpu/ops/
GrOp.h 128 // We lazily initialize the uniqueID because currently the only user is GrAuditTrail
129 uint32_t uniqueID() const {
  /external/skia/src/image/
SkImage_Raster.cpp 117 sk_sp<GrTextureProxy> refPinnedTextureProxy(uint32_t* uniqueID) const override;
181 uint32_t uniqueID;
182 sk_sp<GrTextureProxy> tex = this->refPinnedTextureProxy(&uniqueID);
195 sk_sp<GrTextureProxy> SkImage_Raster::refPinnedTextureProxy(uint32_t* uniqueID) const {
199 *uniqueID = fPinnedUniqueID;

Completed in 402 milliseconds

1 2 3