summaryrefslogtreecommitdiff
path: root/cpu_ref/rsCpuIntrinsic.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpu_ref/rsCpuIntrinsic.h')
-rw-r--r--cpu_ref/rsCpuIntrinsic.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpu_ref/rsCpuIntrinsic.h b/cpu_ref/rsCpuIntrinsic.h
index 0ac8e6e7..9c7e1726 100644
--- a/cpu_ref/rsCpuIntrinsic.h
+++ b/cpu_ref/rsCpuIntrinsic.h
@@ -39,7 +39,7 @@ public:
uint32_t usrLen,
const RsScriptCall *sc) override;
- void forEachKernelSetup(uint32_t slot, MTLaunchStruct * mtls) override;
+ void forEachKernelSetup(uint32_t slot, MTLaunchStructForEach * mtls) override;
void invokeInit() override;
void invokeFreeChildren() override;
@@ -65,7 +65,7 @@ public:
protected:
RsScriptIntrinsicID mID;
- outer_foreach_t mRootPtr;
+ ForEachFunc_t mRootPtr;
ObjectBaseRef<const Element> mElement;
};