OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fOutputPrimary
(Results
1 - 6
of
6
) sorted by null
/external/skia/src/gpu/glsl/
GrGLSLXferProcessor.h
43
,
fOutputPrimary
(outputPrimary)
54
const char*
fOutputPrimary
;
GrGLSLXferProcessor.cpp
69
args.
fOutputPrimary
,
/external/skia/src/gpu/effects/
GrDisableColorXP.cpp
66
fragBuilder->codeAppendf("%s = vec4(0);", args.
fOutputPrimary
);
GrCoverageSetOpXP.cpp
79
fragBuilder->codeAppendf("%s = 1.0 - %s;", args.
fOutputPrimary
, args.fInputCoverage);
81
fragBuilder->codeAppendf("%s = %s;", args.
fOutputPrimary
, args.fInputCoverage);
GrCustomXfermode.cpp
158
args.
fOutputPrimary
, args.fInputCoverage, args.fInputColor);
160
fragBuilder->codeAppendf("%s = %s;", args.
fOutputPrimary
, args.fInputColor);
GrPorterDuffXferProcessor.cpp
455
args.
fOutputPrimary
, args.fInputColor, args.fInputCoverage);
640
fragBuilder->codeAppendf("%s = %s * %s;", args.
fOutputPrimary
, args.fInputColor,
[
all
...]
Completed in 498 milliseconds