Lines Matching refs:script
730 * allocation or RS script executions) to complete.
818 * @param params Collection of Invoke script parameters
859 * @param script Script
865 scriptKernelIDCreate(Script script, int32_t slot,
872 * @param script Script
877 scriptInvokeIDCreate(Script script, int32_t slot)
885 * @param script Script
890 scriptFieldIDCreate(Script script, int32_t slot)
990 * @param script Script to be bound to
995 scriptBindAllocation(Script script, Allocation allocation, uint32_t slot);
1002 * @param script Script to be altered
1006 scriptSetTimeZone(Script script, string timeZone);
1122 * Retrieves the value from a global variable in a script.
1155 * Creates a RenderScript C99 kernel script.
1160 * @return script Created Script
1164 generates (Script script);
1167 * Creates a RenderScript Intrinsic script.
1171 * @return script Created Script
1175 generates (Script script);