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:getOpsTask
(Results
1 - 4
of
4
) sorted by relevance
/third_party/skia/src/gpu/v1/
H
A
D
SurfaceFillContext_v1.cpp
39
// when the SurfaceFillContext attempts to use it (via
getOpsTask
).
90
this->
getOpsTask
()->addDrawOp(fContext->priv().drawingManager(),
in addDrawOp()
119
this->
getOpsTask
()->addOp(drawingMgr,
in addOp()
125
OpsTask* SurfaceFillContext::
getOpsTask
() {
in getOpsTask()
function in skgpu::v1::SurfaceFillContext
137
return sk_ref_sp(this->
getOpsTask
());
in refRenderTask()
164
this->
getOpsTask
()->discard();
in discard()
204
auto opsTask = this->
getOpsTask
();
in internalClear()
H
A
D
SurfaceDrawContext.cpp
288
// when the surfaceDrawContext attempts to use it (via
getOpsTask
).
883
this->
getOpsTask
()->setInitialStencilContent(
in setNeedsStencil()
1498
auto opsTask = this->
getOpsTask
();
in setLastClip()
1507
auto opsTask = this->
getOpsTask
();
in mustRenderClip()
1963
opRequiresDMSAAAttachment && !this->
getOpsTask
()->usesMSAASurface();
in addDrawOp()
1968
if (this->
getOpsTask
()->renderPassXferBarriers() & GrXferBarrierFlags::kTexture) {
in addDrawOp()
1969
SkASSERT(!this->
getOpsTask
()->isColorNoOp());
in addDrawOp()
1984
SkASSERT(this->
getOpsTask
()->isEmpty());
in addDrawOp()
1989
auto opsTask = this->
getOpsTask
();
in addDrawOp()
2035
this->asRenderTargetProxy(), this->
getOpsTask
()
in setupDstProxyView()
[all...]
H
A
D
SurfaceFillContext_v1.h
47
OpsTask*
getOpsTask
();
95
// reason, the OpsTask should only ever be accessed via '
getOpsTask
'.
/third_party/skia/tests/
H
A
D
ClearTest.cpp
255
auto opsTask = sdc->
getOpsTask
();
in clear_op_test()
281
auto opsTask = sdc->
getOpsTask
();
in clear_op_test()
Completed in 6 milliseconds