Searched refs:ScriptKernelID (Results 1 - 10 of 10) sorted by relevance

/frameworks/rs/
H A DrsScriptGroup.h35 Vector<ObjectBaseRef<ScriptKernelID> > mKernels;
39 ObjectBaseRef<const ScriptKernelID> mSource;
40 ObjectBaseRef<const ScriptKernelID> mDstKernel;
52 Vector<const ScriptKernelID *> mKernels;
62 IO(const ScriptKernelID *);
64 const ScriptKernelID *mKernel;
83 ScriptKernelID ** kernels, size_t kernelsSize,
84 ScriptKernelID ** src, size_t srcSize,
85 ScriptKernelID ** dstK, size_t dstKSize,
93 void setInput(Context *rsc, ScriptKernelID *ki
[all...]
H A DrsScriptGroup.cpp36 ScriptGroup::IO::IO(const ScriptKernelID *kid) {
105 const ScriptKernelID *k = mKernels[ct].get();
151 const ScriptKernelID *k = mKernels[ct].get();
194 ScriptKernelID ** kernels, size_t kernelsSize,
195 ScriptKernelID ** src, size_t srcSize,
196 ScriptKernelID ** dstK, size_t dstKSize,
200 size_t kernelCount = kernelsSize / sizeof(ScriptKernelID *);
235 const ScriptKernelID *k = l->mSource.get();
256 void ScriptGroup::setInput(Context *rsc, ScriptKernelID *kid, Allocation *a) {
270 void ScriptGroup::setOutput(Context *rsc, ScriptKernelID *ki
[all...]
H A DrsScript.h35 class ScriptKernelID : public ObjectBase { class in namespace:android::renderscript
37 ScriptKernelID(Context *rsc, Script *s, int slot, int sig);
38 virtual ~ScriptKernelID();
H A DrsScript.cpp111 ScriptKernelID::ScriptKernelID(Context *rsc, Script *s, int slot, int sig) function in class:ScriptKernelID
120 ScriptKernelID::~ScriptKernelID() {
124 void ScriptKernelID::serialize(Context *rsc, OStream *stream) const {
128 RsA3DClassID ScriptKernelID::getClassId() const {
154 ScriptKernelID *kid = new ScriptKernelID(rsc, (Script *)vs, slot, sig);
H A Drs_hal.h33 class ScriptKernelID;
305 const ScriptKernelID *kid, Allocation *);
307 const ScriptKernelID *kid, Allocation *);
/frameworks/rs/cpu_ref/
H A DrsCpuScriptGroup.h28 virtual void setInput(const ScriptKernelID *kid, Allocation *);
29 virtual void setOutput(const ScriptKernelID *kid, Allocation *);
52 const ScriptKernelID *const* kernels;
H A Drsd_cpu.h49 class ScriptKernelID;
108 virtual void setInput(const ScriptKernelID *kid, Allocation *) = 0;
109 virtual void setOutput(const ScriptKernelID *kid, Allocation *) = 0;
H A DrsCpuScriptGroup.cpp40 void CpuScriptGroupImpl::setInput(const ScriptKernelID *kid, Allocation *a) {
43 void CpuScriptGroupImpl::setOutput(const ScriptKernelID *kid, Allocation *a) {
116 Vector<const ScriptKernelID *> kernels;
138 const ScriptKernelID *k = n->mKernels[ct2];
/frameworks/rs/driver/
H A DrsdScriptGroup.h26 const android::renderscript::ScriptKernelID *kid,
30 const android::renderscript::ScriptKernelID *kid,
H A DrsdScriptGroup.cpp39 const ScriptKernelID *kid, Allocation *) {
43 const ScriptKernelID *kid, Allocation *) {

Completed in 624 milliseconds