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:onPrepare
(Results
1 - 25
of
32
) sorted by relevance
1
2
/third_party/skia/src/gpu/ops/
H
A
D
DrawableOp.h
44
void
onPrepare
(GrOpFlushState*) override {}
H
A
D
BlurOp.h
50
void
onPrepare
(GrOpFlushState*) override {}
H
A
D
StrokeTessellateOp.h
63
void
onPrepare
(GrOpFlushState*) override;
H
A
D
PathInnerTriangulateOp.h
66
void
onPrepare
(GrOpFlushState*) override;
97
// This buffer gets created by fFanTriangulator during
onPrepare
.
H
A
D
PathTessellateOp.h
61
void
onPrepare
(GrOpFlushState*) override;
H
A
D
ClearOp.h
59
void
onPrepare
(GrOpFlushState*) override {}
H
A
D
GrOp.h
187
this->
onPrepare
(state);
in prepare()
320
virtual void
onPrepare
(GrOpFlushState*) = 0;
H
A
D
DrawAtlasPathOp.h
49
void
onPrepare
(GrOpFlushState*) override;
H
A
D
PathStencilCoverOp.h
86
void
onPrepare
(GrOpFlushState*) override;
104
// Filled during
onPrepare
.
H
A
D
GrMeshDrawOp.cpp
17
void GrMeshDrawOp::
onPrepare
(GrOpFlushState* state) { this->onPrepareDraws(state); }
in onPrepare()
function in GrMeshDrawOp
H
A
D
GrMeshDrawOp.h
128
void
onPrepare
(GrOpFlushState* state) final;
H
A
D
PathTessellateOp.cpp
104
void PathTessellateOp::
onPrepare
(GrOpFlushState* flushState) {
in onPrepare()
function in skgpu::v1::PathTessellateOp
H
A
D
OpsTask.h
63
void
onPrepare
(GrOpFlushState* flushState) override;
H
A
D
StrokeTessellateOp.cpp
246
void StrokeTessellateOp::
onPrepare
(GrOpFlushState* flushState) {
in onPrepare()
function in skgpu::v1::StrokeTessellateOp
H
A
D
DrawAtlasPathOp.cpp
190
void DrawAtlasPathOp::
onPrepare
(GrOpFlushState* flushState) {
in onPrepare()
function in skgpu::v1::DrawAtlasPathOp
H
A
D
PathStencilCoverOp.cpp
226
void PathStencilCoverOp::
onPrepare
(GrOpFlushState* flushState) {
in onPrepare()
function in skgpu::v1::PathStencilCoverOp
/third_party/skia/src/gpu/
H
A
D
GrDDLTask.h
55
void
onPrepare
(GrOpFlushState*) override;
H
A
D
GrDDLTask.cpp
89
void GrDDLTask::
onPrepare
(GrOpFlushState* flushState) {
in onPrepare()
function in GrDDLTask
H
A
D
GrRenderTask.h
258
virtual void
onPrepare
(GrOpFlushState*) {} // OpsTask and GrDDLTask override this
in onPrepare()
function
H
A
D
GrRenderTask.cpp
101
this->
onPrepare
(flushState);
in prepare()
/third_party/skia/tests/
H
A
D
LazyProxyTest.cpp
127
void
onPrepare
(GrOpFlushState*) override {}
390
void
onPrepare
(GrOpFlushState*) override {}
H
A
D
GrPipelineDynamicStateTest.cpp
151
void
onPrepare
(GrOpFlushState*) override {}
H
A
D
OpChainTest.cpp
134
void
onPrepare
(GrOpFlushState*) override {}
/third_party/skia/gm/
H
A
D
fwidth_squircle.cpp
220
void
onPrepare
(GrOpFlushState* flushState) final {
H
A
D
tessellation.cpp
312
void
onPrepare
(GrOpFlushState* flushState) override {
Completed in 12 milliseconds
1
2