Migrate SkSLExternalFunction to the ir/ directory.
Change-Id: I8ca4fbba551624c61a4ebe7a4716750fe0b48196 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/395818 Commit-Queue: John Stiles <johnstiles@google.com> Commit-Queue: Ethan Nicholas <ethannicholas@google.com> Auto-Submit: John Stiles <johnstiles@google.com> Reviewed-by: Ethan Nicholas <ethannicholas@google.com> Reviewed-by: Brian Osman <brianosman@google.com>
This commit is contained in:
parent
3473b4e724
commit
7134646ebd
@ -45,7 +45,6 @@ skia_sksl_sources = [
|
||||
"$_src/sksl/SkSLDehydrator.cpp",
|
||||
"$_src/sksl/SkSLDehydrator.h",
|
||||
"$_src/sksl/SkSLErrorReporter.h",
|
||||
"$_src/sksl/SkSLExternalFunction.h",
|
||||
"$_src/sksl/SkSLFileOutputStream.h",
|
||||
"$_src/sksl/SkSLIRGenerator.cpp",
|
||||
"$_src/sksl/SkSLIRGenerator.h",
|
||||
@ -120,6 +119,7 @@ skia_sksl_sources = [
|
||||
"$_src/sksl/ir/SkSLExpressionStatement.cpp",
|
||||
"$_src/sksl/ir/SkSLExpressionStatement.h",
|
||||
"$_src/sksl/ir/SkSLExtension.h",
|
||||
"$_src/sksl/ir/SkSLExternalFunction.h",
|
||||
"$_src/sksl/ir/SkSLExternalFunctionCall.h",
|
||||
"$_src/sksl/ir/SkSLExternalFunctionReference.h",
|
||||
"$_src/sksl/ir/SkSLField.h",
|
||||
|
@ -10,7 +10,7 @@
|
||||
|
||||
#include "include/core/SkString.h"
|
||||
#include "modules/particles/include/SkReflected.h"
|
||||
#include "src/sksl/SkSLExternalFunction.h"
|
||||
#include "src/sksl/ir/SkSLExternalFunction.h"
|
||||
|
||||
#include <memory>
|
||||
|
||||
|
@ -9,8 +9,8 @@
|
||||
#define SKSL_EXTERNALFUNCTIONCALL
|
||||
|
||||
#include "include/private/SkTArray.h"
|
||||
#include "src/sksl/SkSLExternalFunction.h"
|
||||
#include "src/sksl/ir/SkSLExpression.h"
|
||||
#include "src/sksl/ir/SkSLExternalFunction.h"
|
||||
#include "src/sksl/ir/SkSLFunctionDeclaration.h"
|
||||
|
||||
namespace SkSL {
|
||||
|
@ -8,8 +8,8 @@
|
||||
#ifndef SKSL_EXTERNALFUNCTIONREFERENCE
|
||||
#define SKSL_EXTERNALFUNCTIONREFERENCE
|
||||
|
||||
#include "src/sksl/SkSLExternalFunction.h"
|
||||
#include "src/sksl/ir/SkSLExpression.h"
|
||||
#include "src/sksl/ir/SkSLExternalFunction.h"
|
||||
|
||||
namespace SkSL {
|
||||
|
||||
|
@ -7,8 +7,8 @@
|
||||
|
||||
#include "include/core/SkM44.h"
|
||||
#include "src/sksl/SkSLCompiler.h"
|
||||
#include "src/sksl/SkSLExternalFunction.h"
|
||||
#include "src/sksl/SkSLVMGenerator.h"
|
||||
#include "src/sksl/ir/SkSLExternalFunction.h"
|
||||
#include "src/utils/SkJSON.h"
|
||||
|
||||
#include "tests/Test.h"
|
||||
|
Loading…
Reference in New Issue
Block a user