Home | History | Annotate | Download | only in renderscript

Lines Matching refs:script

215     native void rsnContextBindRootScript(int con, int script);
216 synchronized void nContextBindRootScript(int script) {
218 rsnContextBindRootScript(mContext, script);
582 native void rsnScriptBindAllocation(int con, int script, int alloc, int slot);
583 synchronized void nScriptBindAllocation(int script, int alloc, int slot) {
585 rsnScriptBindAllocation(mContext, script, alloc, slot);
587 native void rsnScriptSetTimeZone(int con, int script, byte[] timeZone);
588 synchronized void nScriptSetTimeZone(int script, byte[] timeZone) {
590 rsnScriptSetTimeZone(mContext, script, timeZone);
694 byte[] script, int length);
695 synchronized int nScriptCCreate(String resName, String cacheDir, byte[] script, int length) {
697 return rsnScriptCCreate(mContext, resName, cacheDir, script, length);
931 * to receive RS messages from scripts. When a script calls {@code
934 * some time after {@code rsSendToClient} completes in the script,
1082 throw new RSInvalidStateException("Received a message from the script with no message handler installed.");
1218 * allocation or RS script executions) to complete.