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:fColorLoadOp
(Results
1 - 9
of
9
) sorted by relevance
/third_party/skia/src/gpu/mock/
H
A
D
GrMockOpsRenderPass.h
22
,
fColorLoadOp
(colorInfo.fLoadOp) {
in GrMockOpsRenderPass()
32
if (GrLoadOp::kClear ==
fColorLoadOp
) {
66
GrLoadOp
fColorLoadOp
;
member in GrMockOpsRenderPass
/third_party/skia/src/gpu/
H
A
D
GrProgramInfo.h
44
,
fColorLoadOp
(colorLoadOp) {
in GrProgramInfo()
82
GrLoadOp colorLoadOp() const { return
fColorLoadOp
; }
in colorLoadOp()
115
GrLoadOp
fColorLoadOp
;
member in GrProgramInfo
H
A
D
GrOpFlushState.h
71
,
fColorLoadOp
(colorLoadOp) {
in OpArgs()
84
GrLoadOp colorLoadOp() const { return
fColorLoadOp
; }
in colorLoadOp()
101
GrLoadOp
fColorLoadOp
;
member
/third_party/skia/src/gpu/ops/
H
A
D
OpsTask.cpp
475
(fClippedContentBounds.isEmpty() &&
fColorLoadOp
!= GrLoadOp::kDiscard)) {
in onPrePrepare()
488
fColorLoadOp
);
in onPrePrepare()
501
(fClippedContentBounds.isEmpty() &&
fColorLoadOp
!= GrLoadOp::kDiscard)) {
in onPrepare()
526
fColorLoadOp
);
in onPrepare()
560
(fClippedContentBounds.isEmpty() &&
fColorLoadOp
!= GrLoadOp::kDiscard)) {
in onExecute()
567
SkASSERT(
fColorLoadOp
!= GrLoadOp::kClear ||
in onExecute()
633
fColorLoadOp
,
in onExecute()
669
fColorLoadOp
);
in onExecute()
687
fColorLoadOp
= op;
in setColorLoadOp()
689
if (GrLoadOp::kClear ==
fColorLoadOp
) {
in setColorLoadOp()
[all...]
H
A
D
OpsTask.h
148
return fOpChains.empty() && GrLoadOp::kLoad ==
fColorLoadOp
;
in isColorNoOp()
265
GrLoadOp
fColorLoadOp
= GrLoadOp::kLoad;
member in skgpu::v1::OpsTask::CanDiscardPreviousOps
H
A
D
PathStencilCoverOp.cpp
197
args.
fColorLoadOp
,
in prePreparePrograms()
/third_party/skia/src/gpu/tessellate/shaders/
H
A
D
GrTessellationShader.h
63
GrLoadOp
fColorLoadOp
;
member
77
args.fXferBarrierFlags, args.
fColorLoadOp
);
in MakeProgram()
/third_party/skia/src/gpu/d3d/
H
A
D
GrD3DOpsRenderPass.h
73
GrLoadOp
fColorLoadOp
;
member in GrD3DOpsRenderPass
H
A
D
GrD3DOpsRenderPass.cpp
42
fColorLoadOp
= colorInfo.fLoadOp;
in set()
63
if (GrLoadOp::kClear ==
fColorLoadOp
) {
in onBegin()
Completed in 6 milliseconds