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:onIsUsed
(Results
1 - 11
of
11
) sorted by relevance
/third_party/skia/src/gpu/
H
A
D
GrTextureResolveRenderTask.h
21
bool
onIsUsed
(GrSurfaceProxy* proxy) const override {
H
A
D
GrRenderTask.h
135
return this->
onIsUsed
(proxy);
in isUsed()
219
virtual bool
onIsUsed
(GrSurfaceProxy*) const = 0;
H
A
D
GrCopyRenderTask.h
35
bool
onIsUsed
(GrSurfaceProxy* proxy) const override { return proxy == fSrc.get(); }
H
A
D
GrWaitRenderTask.h
25
bool
onIsUsed
(GrSurfaceProxy* proxy) const override {
H
A
D
GrWritePixelsRenderTask.h
32
bool
onIsUsed
(GrSurfaceProxy* proxy) const override { return false; }
H
A
D
GrDDLTask.h
40
bool
onIsUsed
(GrSurfaceProxy*) const override;
H
A
D
GrTransferFromRenderTask.h
30
bool
onIsUsed
(GrSurfaceProxy* proxy) const override {
H
A
D
GrDDLTask.cpp
53
bool GrDDLTask::
onIsUsed
(GrSurfaceProxy* proxy) const {
in onIsUsed()
function in GrDDLTask
/third_party/skia/src/gpu/mock/
H
A
D
GrMockRenderTask.h
30
bool
onIsUsed
(GrSurfaceProxy* proxy) const override {
/third_party/skia/src/gpu/ops/
H
A
D
OpsTask.h
242
bool
onIsUsed
(GrSurfaceProxy*) const override;
H
A
D
OpsTask.cpp
900
bool OpsTask::
onIsUsed
(GrSurfaceProxy* proxyToCheck) const {
in onIsUsed()
function in skgpu::v1::OpsTask
Completed in 5 milliseconds