Lines Matching defs:RenderScript

36  * 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 {
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.RSMessageHandler() {
761 android.renderscript.RenderScript.RSErrorHandler newmsg =
762 new android.renderscript.RenderScript.RSErrorHandler() {
777 * RenderScript worker thread priority enumeration. The default value is
809 RenderScript mRS;
821 MessageThread(RenderScript rs) {
844 throw new RSDriverException("Error processing message from RenderScript.");
890 RenderScript(Context ctx) {
897 * Gets the application context associated with the RenderScript context.
908 public static RenderScript create(Context ctx, int sdkVersion) {
913 * Create a RenderScript context.
917 * @return RenderScript
919 public static RenderScript create(Context ctx, int sdkVersion, ContextType ct) {
920 RenderScript rs = new RenderScript(ctx);
962 * Create a RenderScript context.
965 * @return RenderScript
967 public static RenderScript create(Context ctx) {
972 * Create a RenderScript context.
978 * @return RenderScript
980 public static RenderScript create(Context ctx, ContextType ct) {
1005 * Destroys this RenderScript context. Once this function is called,