Searched defs:ScriptGroup (Results 1 - 4 of 4) sorted by relevance

/frameworks/rs/
H A DrsScriptGroup.h33 class ScriptGroup : public ObjectBase { class in namespace:android::renderscript
82 static ScriptGroup * create(Context *rsc,
98 virtual ~ScriptGroup();
106 // Check if input/output Allocations are correctly set for a ScriptGroup.
107 // Send any error back to the client (app). Called before the ScriptGroup
111 ScriptGroup(Context *);
H A DrsScriptGroup.cpp23 ScriptGroup::ScriptGroup(Context *rsc) : ObjectBase(rsc) { function in class:ScriptGroup
26 ScriptGroup::~ScriptGroup() {
36 ScriptGroup::IO::IO(const ScriptKernelID *kid) {
40 ScriptGroup::Node::Node(Script *s) {
46 ScriptGroup::Node * ScriptGroup::findNode(Script *s) const {
59 bool ScriptGroup::calcOrderRecurse(Node *n, int depth) {
82 static int CompareNodeForSort(ScriptGroup
[all...]
/frameworks/base/rs/java/android/renderscript/
H A DScriptGroup.java22 * ScriptGroup creates a group of kernels that are executed
33 * A ScriptGroup must contain at least one kernel. A ScriptGroup
36 * ScriptGroup with multiple DAGs or attempting to create
37 * a cycle within a ScriptGroup will throw an exception.
39 * Currently, all kernels in a ScriptGroup must be from separate
44 public final class ScriptGroup extends BaseObj { class in inherits:BaseObj
91 ScriptGroup(long id, RenderScript rs) { method in class:ScriptGroup
96 * Sets an input of the ScriptGroup. This specifies an
98 * Allocation provided from outside of the ScriptGroup
[all...]
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DScriptGroup.java23 * ScriptGroup creates a group of kernels that are executed
34 * A ScriptGroup must contain at least one kernel. A ScriptGroup
37 * ScriptGroup with multiple DAGs or attempting to create
38 * a cycle within a ScriptGroup will throw an exception.
40 * Currently, all kernels in a ScriptGroup must be from separate
46 public class ScriptGroup extends BaseObj { class in inherits:BaseObj
93 ScriptGroup(int id, RenderScript rs) { method in class:ScriptGroup
98 * Sets an input of the ScriptGroup. This specifies an
100 * Allocation provided from outside of the ScriptGroup
[all...]

Completed in 1283 milliseconds