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

/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DRenderScript.java36 * This class provides access to a RenderScript context, which controls RenderScript
37 * initialization, resource management, and teardown. An instance of the RenderScript
42 * <p>For more information about creating an application that uses RenderScript, read the
43 * <a href="{@docRoot}guide/topics/renderscript/index.html">RenderScript</a> developer guide.</p>
46 public class RenderScript { class
82 * RenderScript layer or actually using the compatibility library.
683 * android.support.v8.renderscript.RenderScript#finish} returns.
706 android.renderscript.RenderScript.RSMessageHandler newmsg =
707 new android.renderscript.RenderScript
890 RenderScript(Context ctx) { method in class:RenderScript
[all...]
/frameworks/base/graphics/java/android/renderscript/
H A DRenderScript.java37 * 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 { class
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 mR
1134 RenderScript(Context ctx) { method in class:RenderScript
[all...]

Completed in 80 milliseconds