Searched refs:startFunction (Results 1 – 2 of 2) sorted by relevance
/frameworks/compile/slang/ |
D | slang_rs_reflection.cpp | 472 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 …]
|
D | slang_rs_reflection.h | 139 void startFunction(AccessModifier AM, bool IsStatic, const char *ReturnType, 143 void startFunction(AccessModifier AM, bool IsStatic, const char *ReturnType,
|