Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_reflection.cpp534 if (!startClass(AM_Public, false, ClassName, RS_SCRIPT_CLASS_SUPER_CLASS_NAME, in genScriptClass()
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()
[all …]
Dslang_rs_reflection.h123 AM_Public, enumerator