OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hasSecondaryOutput
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/gpu/
GrXferProcessor.cpp
55
bool GrXferProcessor::
hasSecondaryOutput
() const {
/external/skia/src/gpu/effects/
GrPorterDuffXferProcessor.cpp
62
bool
hasSecondaryOutput
() const { return kNone_OutputType != fSecondaryOutputType; }
364
bool onHasSecondaryOutput() const override { return fBlendFormula.
hasSecondaryOutput
(); }
450
if (blendFormula.
hasSecondaryOutput
()) {
[
all
...]
Completed in 2942 milliseconds