OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:xpFactory
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/gpu/
GrPipeline.cpp
23
// Create XferProcessor from DS's
XPFactory
24
const GrXPFactory*
xpFactory
= builder.getXPFactory();
26
if (
xpFactory
) {
27
xferProcessor.reset(
xpFactory
->createXferProcessor(args.fOpts,
138
if (
xpFactory
) {
139
xpFactory
->getInvariantBlendedColor(args.fOpts.fColorPOI, &blendedColor);
/external/skia/src/gpu/batches/
GrDefaultPathRenderer.cpp
568
const GrXPFactory*
xpFactory
= pipelineBuilder->getXPFactory();
569
SkAutoTUnref<const GrXPFactory> backupXPFactory(SkSafeRef(
xpFactory
));
Completed in 683 milliseconds