chromium/third_party/skia/src/sksl/SkSLIntrinsicList.cpp

/*
 * Copyright 2021 Google LLC.
 *
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */

#include "src/base/SkNoDestructor.h"
#include "src/base/SkStringView.h"
#include "src/sksl/SkSLIntrinsicList.h"

usingnamespaceskia_private;

namespace SkSL {

const IntrinsicMap& GetIntrinsicMap() {}

IntrinsicKind FindIntrinsicKind(std::string_view functionName) {}

}  // namespace SkSL