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:fContextID
(Results
1 - 8
of
8
) sorted by relevance
/third_party/skia/include/gpu/
H
A
D
GrContextThreadSafeProxy.h
121
SkASSERT((this == &that) == (this->
fContextID
== that.
fContextID
));
in operator ==()
147
const uint32_t
fContextID
;
member in final
/third_party/mesa3d/src/gallium/targets/haiku-softpipe/
H
A
D
SoftwareRenderer.cpp
157
fContextID
= fContextObj->CreateContext(this);
in SoftwareRenderer()
160
if (
fContextID
< 0)
in SoftwareRenderer()
201
fContextObj->SetCurrentContext(true,
fContextID
);
in LockGL()
212
fContextObj->SetCurrentContext(false,
fContextID
);
in UnlockGL()
249
fContextObj->SwapBuffers(
fContextID
);
in SwapBuffers()
259
fContextObj->Draw(
fContextID
, updateRect);
in Draw()
H
A
D
SoftwareRenderer.h
43
context_id
fContextID
;
member in SoftwareRenderer
/third_party/skia/src/gpu/text/
H
A
D
GrTextBlobCache.h
37
: fBlobID(blobID),
fContextID
(contextUniqueID) {}
in PurgeBlobMessage()
40
uint32_t
fContextID
;
member
H
A
D
GrTextBlobCache.cpp
15
return msg.
fContextID
== msgBusUniqueID;
in SkShouldPostMessageToBus()
/third_party/skia/include/private/
H
A
D
GrResourceKey.h
339
: fKey(key),
fContextID
(contextUniqueID), fInThreadSafeCache(inThreadSafeCache) {
in GrUniqueKeyInvalidatedMessage()
348
uint32_t contextID() const { return
fContextID
; }
in contextID()
353
uint32_t
fContextID
= SK_InvalidUniqueID;
member in GrUniqueKeyInvalidatedMessage
/third_party/skia/src/gpu/
H
A
D
GrContextThreadSafeProxy.cpp
36
: fBackend(backend), fOptions(options),
fContextID
(next_id()) {
in GrContextThreadSafeProxy()
44
fTextBlobCache = std::make_unique<GrTextBlobCache>(
fContextID
);
in init()
H
A
D
GrContextThreadSafeProxyPriv.h
32
uint32_t contextID() const { return fProxy->
fContextID
; }
in contextID()
Completed in 5 milliseconds