Searched defs:RenderScript (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DRenderScript.java35 * This class provides access to a RenderScript context, which controls RenderScript
36 * initialization, resource management, and teardown. An instance of the RenderScript
41 * <p>For more information about creating an application that uses RenderScript, read the
42 * <a href="{@docRoot}guide/topics/renderscript/index.html">RenderScript</a> developer guide.</p>
45 public class RenderScript { class
83 throw new RSRuntimeException("Can't use RS classes before setting up a RenderScript context");
92 * RenderScript layer or actually using the compatibility library.
135 Class<?> javaRS = Class.forName("android.renderscript.RenderScript");
766 * android.support.v8.renderscript.RenderScript#finis
956 RenderScript(Context ctx) { method in class:RenderScript
[all...]
/frameworks/base/rs/java/android/renderscript/
H A DRenderScript.java34 * This class provides access to a RenderScript context, which controls RenderScript
35 * initialization, resource management, and teardown. An instance of the RenderScript
40 * <p>For more information about creating an application that uses RenderScript, read the
41 * <a href="{@docRoot}guide/topics/renderscript/index.html">RenderScript</a> developer guide.</p>
44 public class RenderScript { class
151 Log.e(LOG_TAG, "RenderScript.setupDiskCache() called when disabled");
971 * android.renderscript.RenderScript#finish} returns.
1038 * RenderScript worker thread priority enumeration. The default value is
1078 RenderScript mR
1181 RenderScript(Context ctx) { method in class:RenderScript
[all...]

Completed in 256 milliseconds