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

  /external/skia/src/gpu/
GrGpuResourceCacheAccess.h 22 class GrGpuResource::CacheAccess {
81 CacheAccess(GrGpuResource* resource) : fResource(resource) {}
82 CacheAccess(const CacheAccess& that) : fResource(that.fResource) {}
83 CacheAccess& operator=(const CacheAccess&); // unimpl
86 const CacheAccess* operator&() const;
87 CacheAccess* operator&();
96 inline GrGpuResource::CacheAccess GrGpuResource::cacheAccess() { return CacheAccess(this);
    [all...]
GrGpuResourcePriv.h 69 ResourcePriv& operator=(const CacheAccess&); // unimpl
  /external/skia/include/gpu/
GrGpuResource.h 235 class CacheAccess;
236 inline CacheAccess cacheAccess();
237 inline const CacheAccess cacheAccess() const;
248 * Called by CacheAccess.
307 * Frees the object in the underlying 3D API. Called by CacheAccess.
313 // See comments in CacheAccess and ResourcePriv.

Completed in 1024 milliseconds