/* * Copyright 2014 Google Inc. * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #include "src/gpu/ganesh/GrProcessorAnalysis.h" #include "src/gpu/ganesh/GrCaps.h" #include "src/gpu/ganesh/GrFragmentProcessor.h" #include "src/gpu/ganesh/GrShaderCaps.h" GrColorFragmentProcessorAnalysis::GrColorFragmentProcessorAnalysis( const GrProcessorAnalysisColor& input, std::unique_ptr<GrFragmentProcessor> const fps[], int count) { … } bool GrColorFragmentProcessorAnalysis::requiresDstTexture(const GrCaps& caps) const { … }