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:waitFence
(Results
1 - 13
of
13
) sorted by relevance
/third_party/skia/tools/gpu/
H
A
D
FenceSync.h
26
virtual bool
waitFence
(PlatformFence) const = 0;
/third_party/skia/src/gpu/
H
A
D
GrFinishCallbacks.cpp
29
while (!fCallbacks.empty() && fGpu->
waitFence
(fCallbacks.front().fFence)) {
in check()
H
A
D
GrGpu.h
405
virtual bool
waitFence
(GrFence) = 0;
/third_party/skia/src/gpu/mock/
H
A
D
GrMockGpu.h
31
bool
waitFence
(GrFence) override { return true; }
/third_party/skia/src/gpu/mtl/
H
A
D
GrMtlGpu.h
99
bool
waitFence
(GrFence) override;
/third_party/skia/src/gpu/d3d/
H
A
D
GrD3DGpu.h
103
bool
waitFence
(GrFence) override;
H
A
D
GrD3DGpu.cpp
1744
bool GrD3DGpu::
waitFence
(GrFence fence) {
in waitFence()
function in GrD3DGpu
/third_party/skia/src/gpu/dawn/
H
A
D
GrDawnGpu.h
80
bool
waitFence
(GrFence) override;
H
A
D
GrDawnGpu.cpp
820
bool GrDawnGpu::
waitFence
(GrFence fence) {
in waitFence()
function in GrDawnGpu
/third_party/skia/src/gpu/vk/
H
A
D
GrVkGpu.h
158
bool
waitFence
(GrFence) override;
H
A
D
GrVkGpu.cpp
2829
bool GrVkGpu::
waitFence
(GrFence fence) {
in waitFence()
function in GrVkGpu
/third_party/skia/src/gpu/gl/
H
A
D
GrGLGpu.h
183
bool
waitFence
(GrFence) override;
H
A
D
GrGLGpu.cpp
4041
bool GrGLGpu::
waitFence
(GrFence fence) {
in waitFence()
function in GrGLGpu
Completed in 25 milliseconds