OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fInputCoverage
(Results
1 - 5
of
5
) sorted by null
/external/skia/src/gpu/glsl/
GrGLSLXferProcessor.cpp
28
if (args.
fInputCoverage
) {
33
"}", args.
fInputCoverage
);
67
args.
fInputCoverage
,
GrGLSLXferProcessor.h
42
,
fInputCoverage
(inputCoverage)
53
const char*
fInputCoverage
;
/external/skia/src/gpu/effects/
GrCoverageSetOpXP.cpp
79
fragBuilder->codeAppendf("%s = 1.0 - %s;", args.fOutputPrimary, args.
fInputCoverage
);
81
fragBuilder->codeAppendf("%s = %s;", args.fOutputPrimary, args.
fInputCoverage
);
GrCustomXfermode.cpp
156
if (args.
fInputCoverage
) {
158
args.fOutputPrimary, args.
fInputCoverage
, args.fInputColor);
GrPorterDuffXferProcessor.cpp
452
args.fOutputSecondary, args.fInputColor, args.
fInputCoverage
);
455
args.fOutputPrimary, args.fInputColor, args.
fInputCoverage
);
639
SkASSERT(args.
fInputCoverage
);
641
args.
fInputCoverage
);
[
all
...]
Completed in 3166 milliseconds