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:singleOwner
(Results
1 - 12
of
12
) sorted by relevance
/third_party/skia/src/gpu/
H
A
D
GrImageContextPriv.h
31
SkDEBUGCODE(GrSingleOwner*
singleOwner
() const { return this->context()->
singleOwner
(); } )
in singleOwner()
function in GrImageContextPriv
H
A
D
BaseDevice.cpp
17
#define ASSERT_SINGLE_OWNER GR_ASSERT_SINGLE_OWNER(fContext->priv().
singleOwner
())
H
A
D
SurfaceContext.h
192
SkDEBUGCODE(GrSingleOwner*
singleOwner
() const;)
H
A
D
GrDirectContextPriv.cpp
33
#define ASSERT_SINGLE_OWNER GR_ASSERT_SINGLE_OWNER(this->context()->
singleOwner
())
H
A
D
GrDirectContext.cpp
70
#define ASSERT_SINGLE_OWNER GR_ASSERT_SINGLE_OWNER(this->
singleOwner
())
232
fResourceCache = std::make_unique<GrResourceCache>(this->
singleOwner
(),
in init()
243
this->
singleOwner
());
in init()
H
A
D
SurfaceContext.cpp
33
#define ASSERT_SINGLE_OWNER GR_ASSERT_SINGLE_OWNER(this->
singleOwner
())
57
GrSingleOwner* SurfaceContext::
singleOwner
() const { return fContext->priv().
singleOwner
(); }
in singleOwner()
function in skgpu::SurfaceContext
H
A
D
GrProxyProvider.cpp
40
#define ASSERT_SINGLE_OWNER GR_ASSERT_SINGLE_OWNER(fImageContext->priv().
singleOwner
())
H
A
D
GrResourceCache.cpp
119
GrResourceCache::GrResourceCache(GrSingleOwner*
singleOwner
,
in GrResourceCache()
argument
126
, fSingleOwner(
singleOwner
) {
in GrResourceCache()
/third_party/skia/include/private/
H
A
D
GrImageContext.h
36
GrSingleOwner*
singleOwner
() const { return &fSingleOwner; }
in singleOwner()
function in GrImageContext
/third_party/skia/src/gpu/v1/
H
A
D
SurfaceFillContext_v1.cpp
20
#define ASSERT_SINGLE_OWNER GR_ASSERT_SINGLE_OWNER(this->
singleOwner
())
H
A
D
Device.cpp
50
#define ASSERT_SINGLE_OWNER GR_ASSERT_SINGLE_OWNER(fContext->priv().
singleOwner
())
H
A
D
SurfaceDrawContext.cpp
77
#define ASSERT_SINGLE_OWNER GR_ASSERT_SINGLE_OWNER(this->
singleOwner
())
Completed in 18 milliseconds