Lines Matching refs:script
282 native void rsnContextBindRootScript(long con, long script);
283 synchronized void nContextBindRootScript(long script) {
285 rsnContextBindRootScript(mContext, script);
375 throw new RSRuntimeException("Failed creating script group.");
730 native void rsnScriptBindAllocation(long con, long script, long alloc, int slot);
731 synchronized void nScriptBindAllocation(long script, long alloc, int slot) {
733 rsnScriptBindAllocation(mContext, script, alloc, slot);
735 native void rsnScriptSetTimeZone(long con, long script, byte[] timeZone);
736 synchronized void nScriptSetTimeZone(long script, byte[] timeZone) {
738 rsnScriptSetTimeZone(mContext, script, timeZone);
835 byte[] script, int length);
836 synchronized long nScriptCCreate(String resName, String cacheDir, byte[] script, int length) {
838 return rsnScriptCCreate(mContext, resName, cacheDir, script, length);
1138 * to receive RS messages from scripts. When a script calls {@code
1141 * some time after {@code rsSendToClient} completes in the script,
1299 throw new RSInvalidStateException("Received a message from the script with no message handler installed.");
1590 * allocation or RS script executions) to complete.