HomeSort by relevance Sort by last modified time
    Searched refs:xpFactory (Results 1 - 4 of 4) sorted by null

  /external/skia/include/gpu/
GrPaint.h 59 const GrXPFactory* setXPFactory(const GrXPFactory* xpFactory) {
60 fXPFactory.reset(SkSafeRef(xpFactory));
61 return xpFactory;
  /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);
GrPipelineBuilder.h 152 const GrXPFactory* setXPFactory(const GrXPFactory* xpFactory) {
153 fXPFactory.reset(SkSafeRef(xpFactory));
154 return xpFactory;
  /external/skia/src/gpu/batches/
GrDefaultPathRenderer.cpp 568 const GrXPFactory* xpFactory = pipelineBuilder->getXPFactory();
569 SkAutoTUnref<const GrXPFactory> backupXPFactory(SkSafeRef(xpFactory));

Completed in 60 milliseconds