Home | History | Annotate | Download | only in slang

Lines Matching refs:startFunction

361   startFunction(AM_Public, false, NULL, getClassName(), 1, "RenderScript",
383 startFunction(AM_Public, false, NULL, getClassName(), 3, "RenderScript",
629 startFunction(AM_Public, false, "void",
719 startFunction(AM_Public, false, "Script.KernelID",
731 startFunction(AM_Public, false, "void", "forEach_" + EF->getName(), Args);
764 startFunction(AM_Public, false, "void", "forEach_" + EF->getName(), Args);
958 startFunction(AM_PublicSynchronized, false, "void", "set_" + VarName, 1,
1056 startFunction(AM_Public, false, "void", "bind_" + VarName, 1,
1102 startFunction(AM_PublicSynchronized, false, "void", "set_" + VarName, 1,
1158 startFunction(AM_PublicSynchronized, false, "void", "set_" + VarName, 1,
1185 startFunction(AM_Public, false, TypeName.c_str(), "get_" + VarName, 0);
1195 startFunction(AM_Public, false, "Script.FieldID", "getFieldID_" + VarName,
1479 startFunction(AM_Public, true, "Element", "createElement", 1, "RenderScript",
1498 startFunction(AM_Private, false, NULL, getClassName(), 1, "RenderScript",
1506 startFunction(AM_Public, false, NULL, getClassName(), 2, "RenderScript",
1517 startFunction(AM_Public, false, NULL, getClassName(), 3, "RenderScript",
1528 startFunction(AM_Public, true, getClassName().c_str(), "create1D", 3,
1539 startFunction(AM_Public, true, getClassName().c_str(), "create1D", 2,
1546 startFunction(AM_Public, true, getClassName().c_str(), "create2D", 3,
1553 startFunction(AM_Public, true, getClassName().c_str(), "create2D", 4,
1568 startFunction(AM_Public, true, "Type.Builder", "createTypeBuilder", 1,
1575 startFunction(AM_Public, true, getClassName().c_str(), "createCustom", 3,
1591 startFunction(AM_Private, false, "void", "copyToArray", 2,
1606 startFunction(AM_Private, false, "void", "copyToArrayLocal", 2,
1615 startFunction(AM_PublicSynchronized, false, "void", "set", 3,
1636 startFunction(AM_PublicSynchronized, false, RS_TYPE_ITEM_CLASS_NAME, "get", 1,
1654 startFunction(AM_PublicSynchronized, false, "void", "set_" + F->getName(),
1694 startFunction(AM_PublicSynchronized, false,
1706 startFunction(AM_PublicSynchronized, false, "void", "copyAll", 0);
1719 startFunction(AM_PublicSynchronized, false, "void", "resize", 1, "int",
2051 void RSReflectionJava::startFunction(AccessModifier AM, bool IsStatic,
2067 startFunction(AM, IsStatic, ReturnType, FunctionName, Args);
2070 void RSReflectionJava::startFunction(AccessModifier AM, bool IsStatic,