Searched defs:CacheAccess (Results 1 – 9 of 9) sorted by relevance
26 explicit CacheAccess(GrTextureProxy* textureProxy) : fTextureProxy(textureProxy) {} in CacheAccess() function27 CacheAccess(const CacheAccess&) {} // unimpl in CacheAccess() function
76 CacheAccess(GrGpuResource* resource) : fResource(resource) {} in CacheAccess() function77 CacheAccess(const CacheAccess& that) : fResource(that.fResource) {} in CacheAccess() function
26 explicit CacheAccess(GrTextureProxy* textureProxy) : fTextureProxy(textureProxy) {} in CacheAccess() function27 CacheAccess(const CacheAccess&) {} // unimpl in CacheAccess() argument
76 class CacheAccess; variable
225 class CacheAccess; variable
220 class CacheAccess; variable
1212 MemoryAccess *CacheAccess = DFI.getPath(N - 1); in UpwardsDFSWalk() local1225 MemoryAccess *CacheAccess = DFI.getPath(N - 1); in UpwardsDFSWalk() local