Home
last modified time | relevance | path

Searched refs:startFunction (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_reflection.cpp472 startFunction(AM_Public, false, nullptr, getClassName(), 1, "RenderScript", in genScriptClassConstructor()
497 startFunction(AM_Public, false, nullptr, getClassName(), 3, "RenderScript", in genScriptClassConstructor()
774 startFunction(AM_Public, false, "Script.InvokeID", in genExportFunction()
783 startFunction(AM_Public, false, "void", in genExportFunction()
895 startFunction(AM_Public, false, "Script.KernelID", in genExportForEach()
908 startFunction(AM_Public, false, "void", "forEach_" + EF->getName(), Args); in genExportForEach()
942 startFunction(AM_Public, false, "void", "forEach_" + EF->getName(), Args); in genExportForEach()
1192 startFunction(AM_Public, false, ResultTypeName.c_str(), MethodName, Args); in genExportReduceArrayVariant()
1274 startFunction(AM_Public, false, ResultTypeName.c_str(), MethodName, Args); in genExportReduceAllocationVariant()
1294 startFunction(AM_Public, false, ResultTypeName.c_str(), MethodName, Args); in genExportReduceAllocationVariant()
[all …]
Dslang_rs_reflection.h139 void startFunction(AccessModifier AM, bool IsStatic, const char *ReturnType,
143 void startFunction(AccessModifier AM, bool IsStatic, const char *ReturnType,