Searched refs:startFunction (Results 1 – 2 of 2) sorted by relevance
/frameworks/compile/slang/ |
D | slang_rs_reflection.cpp | 609 startFunction(AM_Public, false, nullptr, getClassName(), 1, "RenderScript", in genScriptClassConstructor() 634 startFunction(AM_Public, false, nullptr, getClassName(), 3, "RenderScript", in genScriptClassConstructor() 924 startFunction(AM_Public, false, "Script.InvokeID", in genExportFunction() 933 startFunction(AM_Public, false, "void", in genExportFunction() 1076 startFunction(AM_Public, false, "Script.KernelID", in genExportForEach() 1091 startFunction(AM_Public, false, "void", "forEach_" + EF->getName(), Args); in genExportForEach() 1127 startFunction(AM_Public, false, "void", "forEach_" + EF->getName(), Args); in genExportForEach() 1397 startFunction(AM_Public, false, ResultTypeName.c_str(), MethodName, Args); in genExportReduceArrayVariant() 1479 startFunction(AM_Public, false, ResultTypeName.c_str(), MethodName, Args); in genExportReduceAllocationVariant() 1499 startFunction(AM_Public, false, ResultTypeName.c_str(), MethodName, Args); in genExportReduceAllocationVariant() [all …]
|
D | slang_rs_reflection.h | 152 void startFunction(AccessModifier AM, bool IsStatic, const char *ReturnType, 156 void startFunction(AccessModifier AM, bool IsStatic, const char *ReturnType,
|