Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:CacheAccess
(Results
1 - 5
of
5
) sorted by relevance
/third_party/skia/src/gpu/
H
A
D
GrTextureProxyCacheAccess.h
16
class GrTextureProxy::
CacheAccess
{
class in GrTextureProxy
26
explicit
CacheAccess
(GrTextureProxy* textureProxy) : fTextureProxy(textureProxy) {}
in CacheAccess()
function in GrTextureProxy::CacheAccess
28
CacheAccess
(const
CacheAccess
&) = default;
29
CacheAccess
& operator=(const
CacheAccess
&) = delete;
32
const
CacheAccess
* operator&() const;
33
CacheAccess
* operator&();
41
inline GrTextureProxy::
CacheAccess
GrTextureProxy::cacheAccess() { return
CacheAccess
(thi
[all...]
H
A
D
GrGpuResourceCacheAccess.h
21
class GrGpuResource::
CacheAccess
{
class in GrGpuResource
90
CacheAccess
(GrGpuResource* resource) : fResource(resource) {}
in CacheAccess()
function in GrGpuResource::CacheAccess
91
CacheAccess
(const
CacheAccess
& that) : fResource(that.fResource) {}
in CacheAccess()
function in GrGpuResource::CacheAccess
92
CacheAccess
& operator=(const
CacheAccess
&) = delete;
95
const
CacheAccess
* operator&() const = delete;
96
CacheAccess
* operator&() = delete;
105
inline GrGpuResource::
CacheAccess
GrGpuResource::cacheAccess() { return
CacheAccess
(thi
[all...]
H
A
D
GrTextureProxy.h
94
class
CacheAccess
;
95
inline
CacheAccess
cacheAccess();
96
inline const
CacheAccess
cacheAccess() const; // NOLINT(readability-const-return-type)
204
// Methods made available via GrTextureProxy::
CacheAccess
H
A
D
GrGpuResource.h
272
class
CacheAccess
;
273
inline
CacheAccess
cacheAccess();
274
inline const
CacheAccess
cacheAccess() const; // NOLINT(readability-const-return-type)
375
* Called by
CacheAccess
.
380
* Frees the object in the underlying 3D API. Called by
CacheAccess
.
386
// See comments in
CacheAccess
and ResourcePriv.
438
const
CacheAccess
* operator&() const = delete;
439
CacheAccess
* operator&() = delete;
H
A
D
GrGpuResourcePriv.h
81
ResourcePriv& operator=(const
CacheAccess
&) = delete;
Completed in 3 milliseconds