OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cacheAccess
(Results
1 - 4
of
4
) sorted by null
/external/skia/src/gpu/
GrTextureProxyCacheAccess.h
16
class GrTextureProxy::
CacheAccess
{
26
explicit
CacheAccess
(GrTextureProxy* textureProxy) : fTextureProxy(textureProxy) {}
27
CacheAccess
(const
CacheAccess
&) {} // unimpl
28
CacheAccess
& operator=(const
CacheAccess
&); // unimpl
31
const
CacheAccess
* operator&() const;
32
CacheAccess
* operator&();
40
inline GrTextureProxy::
CacheAccess
GrTextureProxy::
cacheAccess
() { return CacheAccess(this);
[
all
...]
GrGpuResourceCacheAccess.h
21
class GrGpuResource::
CacheAccess
{
76
CacheAccess
(GrGpuResource* resource) : fResource(resource) {}
77
CacheAccess
(const
CacheAccess
& that) : fResource(that.fResource) {}
78
CacheAccess
& operator=(const
CacheAccess
&); // unimpl
81
const
CacheAccess
* operator&() const;
82
CacheAccess
* operator&();
91
inline GrGpuResource::
CacheAccess
GrGpuResource::
cacheAccess
() { return CacheAccess(this);
[
all
...]
/external/skqp/src/gpu/
GrTextureProxyCacheAccess.h
16
class GrTextureProxy::
CacheAccess
{
26
explicit
CacheAccess
(GrTextureProxy* textureProxy) : fTextureProxy(textureProxy) {}
27
CacheAccess
(const
CacheAccess
&) {} // unimpl
28
CacheAccess
& operator=(const
CacheAccess
&); // unimpl
31
const
CacheAccess
* operator&() const;
32
CacheAccess
* operator&();
40
inline GrTextureProxy::
CacheAccess
GrTextureProxy::
cacheAccess
() { return CacheAccess(this);
[
all
...]
GrGpuResourceCacheAccess.h
21
class GrGpuResource::
CacheAccess
{
76
CacheAccess
(GrGpuResource* resource) : fResource(resource) {}
77
CacheAccess
(const
CacheAccess
& that) : fResource(that.fResource) {}
78
CacheAccess
& operator=(const
CacheAccess
&); // unimpl
81
const
CacheAccess
* operator&() const;
82
CacheAccess
* operator&();
91
inline GrGpuResource::
CacheAccess
GrGpuResource::
cacheAccess
() { return CacheAccess(this);
[
all
...]
Completed in 246 milliseconds