HomeSort by relevance Sort by last modified time
    Searched refs:fResource (Results 1 - 8 of 8) sorted by null

  /external/skia/src/gpu/
GrGpuResourceRef.cpp 11 fResource = NULL;
17 fResource = NULL;
25 SkASSERT(fResource);
26 fResource->unref();
31 fResource->completedRead();
34 fResource->completedWrite();
37 fResource->completedRead();
38 fResource->completedWrite();
46 SkASSERT(SkToBool(fResource) == fOwnRef);
48 fResource->unref()
    [all...]
GrGpuResourceCacheAccess.h 29 return !fResource->getUniqueKey().isValid() && fResource->fScratchKey.isValid() &&
30 fResource->resourcePriv().isBudgeted();
36 bool isWrapped() const { return GrGpuResource::kWrapped_LifeCycle == fResource->fLifeCycle; }
42 fResource->release();
43 if (fResource->isPurgeable()) {
44 SkDELETE(fResource);
52 fResource->abandon();
53 if (fResource->isPurgeable()) {
54 SkDELETE(fResource);
    [all...]
GrGpuResourcePriv.h 26 void setUniqueKey(const GrUniqueKey& key) { fResource->setUniqueKey(key); }
30 void removeUniqueKey() { fResource->removeUniqueKey(); }
36 void makeBudgeted() { fResource->makeBudgeted(); }
42 void makeUnbudgeted() { fResource->makeUnbudgeted(); }
48 bool ret = GrGpuResource::kCached_LifeCycle == fResource->fLifeCycle;
49 SkASSERT(ret || !fResource->getUniqueKey().isValid());
58 const GrScratchKey& getScratchKey() const { return fResource->fScratchKey; }
64 void removeScratchKey() const { fResource->removeScratchKey(); }
67 ResourcePriv(GrGpuResource* resource) : fResource(resource) { }
68 ResourcePriv(const ResourcePriv& that) : fResource(that.fResource) {
    [all...]
  /external/icu/icu4c/source/common/
resbund.cpp 179 fResource = ures_open(0, Locale::getDefault().getName(), &err);
187 if (other.fResource) {
188 fResource = ures_copyResb(0, other.fResource, &status);
191 fResource = NULL;
199 fResource = ures_copyResb(0, res, &err);
202 fResource = NULL;
209 fResource = ures_open(path, locale.getName(), &err);
218 if(fResource != 0) {
219 ures_close(fResource);
    [all...]
resbund_cnv.cpp 46 fResource = ures_open(NULL, locale.getName(), &error);
51 fResource = ures_openU(nullTerminatedPath.getBuffer(), locale.getName(), &error);
  /external/skia/include/gpu/
GrGpuResourceRef.h 43 GrGpuResource* getResource() const { return fResource; }
82 GrGpuResource* fResource;
160 GrPendingIOResource(T* resource = NULL) : fResource(NULL) {
180 fResource = resource;
187 operator bool() const { return SkToBool(fResource); }
189 T* get() const { return fResource; }
193 if (fResource) {
196 fResource->completedRead();
199 fResource->completedWrite();
202 fResource->completedRead()
    [all...]
  /external/icu/icu4c/source/common/unicode/
resbund.h 484 UResourceBundle *fResource;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 

Completed in 1390 milliseconds