Lines Matching defs:RenderScript

37  * This class provides access to a RenderScript context, which controls RenderScript
38 * initialization, resource management, and teardown. An instance of the RenderScript
43 * <p>For more information about creating an application that uses RenderScript, read the
44 * <a href="{@docRoot}guide/topics/renderscript/index.html">RenderScript</a> developer guide.</p>
47 public class RenderScript {
114 Log.e(LOG_TAG, "RenderScript.setupDiskCache() called when disabled");
937 * android.renderscript.RenderScript#finish} returns.
1004 * RenderScript worker thread priority enumeration. The default value is
1036 RenderScript mRS;
1050 MessageThread(RenderScript rs) {
1073 throw new RSDriverException("Error processing message from RenderScript.");
1134 RenderScript(Context ctx) {
1142 * Gets the application context associated with the RenderScript context.
1153 public static RenderScript create(Context ctx, int sdkVersion) {
1158 * Create a RenderScript context.
1162 * @return RenderScript
1164 public static RenderScript create(Context ctx, int sdkVersion, ContextType ct) {
1166 Log.e(LOG_TAG, "RenderScript.create() called when disabled; someone is likely to crash");
1170 RenderScript rs = new RenderScript(ctx);
1184 * Create a RenderScript context.
1187 * @return RenderScript
1189 public static RenderScript create(Context ctx) {
1194 * Create a RenderScript context.
1199 * @return RenderScript
1201 public static RenderScript create(Context ctx, ContextType ct) {
1226 * Destroys this RenderScript context. Once this function is called,