Searched defs:fResource (Results 1 - 8 of 8) sorted by relevance

/external/icu/icu4c/source/common/unicode/
H A Dresbund.h486 UResourceBundle *fResource; member in class:ResourceBundle
/external/skia/src/gpu/vk/
H A DGrVkSemaphore.h52 const Resource* getResource() const { return fResource; }
59 const Resource* fResource; member in class:GrVkSemaphore
H A DGrVkBuffer.h25 SkASSERT(!fResource);
29 VkBuffer buffer() const { return fResource->fBuffer; }
30 const GrVkAlloc& alloc() const { return fResource->fAlloc; }
31 const GrVkRecycledResource* resource() const { return fResource; }
85 : fDesc(desc), fResource(resource), fOffset(0), fMapPtr(nullptr) {
115 const Resource* fResource; member in class:GrVkBuffer
H A DGrVkImage.h36 fResource = new BorrowedResource(info.fImage, info.fAlloc, info.fImageTiling);
38 fResource = new Resource(info.fImage, info.fAlloc, info.fImageTiling);
47 const Resource* resource() const { return fResource; }
170 const Resource* fResource; member in class:GrVkImage
/external/skia/src/gpu/
H A DGrGpuResourcePriv.h25 void setUniqueKey(const GrUniqueKey& key) { fResource->setUniqueKey(key); }
29 void removeUniqueKey() { fResource->removeUniqueKey(); }
35 void makeBudgeted() { fResource->makeBudgeted(); }
41 void makeUnbudgeted() { fResource->makeUnbudgeted(); }
47 bool ret = SkBudgeted::kYes == fResource->fBudgeted;
48 SkASSERT(ret || !fResource->getUniqueKey().isValid() || fResource->fRefsWrappedObjects);
55 bool refsWrappedObjects() const { return fResource->fRefsWrappedObjects; }
62 const GrScratchKey& getScratchKey() const { return fResource->fScratchKey; }
68 void removeScratchKey() const { fResource
79 GrGpuResource* fResource; member in class:GrGpuResource::ResourcePriv
[all...]
H A DGrGpuResourceCacheAccess.h28 return !fResource->getUniqueKey().isValid() && fResource->fScratchKey.isValid() &&
29 SkBudgeted::kYes == fResource->resourcePriv().isBudgeted();
36 fResource->release();
37 if (fResource->isPurgeable()) {
38 delete fResource;
46 fResource->abandon();
47 if (fResource->isPurgeable()) {
48 delete fResource;
53 void setUniqueKey(const GrUniqueKey& key) { fResource
97 GrGpuResource* fResource; member in class:GrGpuResource::CacheAccess
[all...]
H A DGrGpuResourceRef.h39 GrGpuResource* getResource() const { return fResource; }
82 GrGpuResource* fResource; member in class:GrGpuResourceRef
176 GrPendingIOResource(T* resource = NULL) : fResource(NULL) {
200 fResource = resource;
207 explicit operator bool() const { return SkToBool(fResource); }
210 return fResource == other.fResource;
213 T* get() const { return fResource; }
217 if (fResource) {
220 fResource
233 T* fResource; member in class:GrPendingIOResource
[all...]
H A DGrResourceCache.h28 GrGpuResource* fResource; member in struct:GrGpuResourceFreedMessage

Completed in 262 milliseconds