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

/frameworks/base/rs/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
55 static private ArrayList<RenderScript> mProcessContextList = new ArrayList<RenderScript>();
150 * Only exist to be compatible with old version RenderScript Support lib.
165 * @return The minor RenderScript versio
1356 RenderScript(Context ctx) { method in class:RenderScript
[all...]
/frameworks/support/v8/renderscript/java/src/android/support/v8/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
55 static private ArrayList<RenderScript> mProcessContextList = new ArrayList<RenderScript>();
122 * RenderScript Support lib only support normal context.
141 * RenderScript laye
1327 RenderScript(Context ctx) { method in class:RenderScript
[all...]

Completed in 79 milliseconds