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:willReadDstColor
(Results
1 - 9
of
9
) sorted by relevance
/third_party/skia/src/gpu/
H
A
D
GrXferProcessor.cpp
20
GrXferProcessor::GrXferProcessor(ClassID classID, bool
willReadDstColor
,
in GrXferProcessor()
argument
23
, fWillReadDstColor(
willReadDstColor
)
in GrXferProcessor()
27
if (!this->
willReadDstColor
()) {
in hasSecondaryOutput()
37
uint32_t key = this->
willReadDstColor
() ? 0x1 : 0x0;
in addToKey()
210
if (!args.fXP.
willReadDstColor
()) {
in emitCode()
H
A
D
GrProcessorAnalysis.cpp
46
if (fp->
willReadDstColor
()) {
in GrColorFragmentProcessorAnalysis()
53
return this->
willReadDstColor
() && !caps.shaderCaps()->dstReadInShaderSupport();
in requiresDstTexture()
H
A
D
GrXferProcessor.h
105
if (!this->
willReadDstColor
()) {
in getBlendInfo()
111
bool
willReadDstColor
() const { return fWillReadDstColor; }
in willReadDstColor()
function in GrXferProcessor
144
GrXferProcessor(ClassID classID, bool
willReadDstColor
, GrProcessorAnalysisCoverage);
H
A
D
GrProcessorAnalysis.h
122
bool
willReadDstColor
() const { return fWillReadDstColor; }
in willReadDstColor()
function in GrColorFragmentProcessorAnalysis
H
A
D
GrFragmentProcessor.h
217
bool
willReadDstColor
() const {
in willReadDstColor()
function in GrFragmentProcessor
H
A
D
GrFragmentProcessor.cpp
176
if (child->
willReadDstColor
()) {
/third_party/skia/src/gpu/glsl/
H
A
D
GrGLSLProgramBuilder.cpp
430
SkASSERT(fp.
willReadDstColor
() == fFS.fHasReadDstColorThisStage_DebugOnly);
in verify()
434
SkASSERT(xp.
willReadDstColor
() == fFS.fHasReadDstColorThisStage_DebugOnly);
in verify()
/third_party/skia/src/gpu/effects/
H
A
D
GrCustomXfermode.cpp
80
: INHERITED(kCustomXP_ClassID, /*
willReadDstColor
=*/true, coverage)
in CustomXP()
128
SkASSERT(this->
willReadDstColor
() != this->hasHWBlendEquation());
/third_party/skia/tests/
H
A
D
GrPorterDuffTest.cpp
104
TEST_ASSERT(!xp->
willReadDstColor
() ||
in XPInfo()
Completed in 12 milliseconds