Lines Matching refs:Batch
91 Batch::Batch(CpuScriptGroup2Impl* group, const char* name) : in Batch() function in android::renderscript::Batch
96 Batch::~Batch() { in ~Batch()
103 bool Batch::conflict(CPUClosure* cpuClosure) const { in conflict()
164 Batch* batch = new Batch(this, "Batch0"); in CpuScriptGroup2Impl()
184 batch = new Batch(this, batchStr.c_str()); in CpuScriptGroup2Impl()
196 for (Batch* batch : mBatches) { in CpuScriptGroup2Impl()
204 void Batch::resolveFuncPtr(void* sharedObj) { in resolveFuncPtr()
214 for (Batch* batch : mBatches) { in ~CpuScriptGroup2Impl()
372 for (const Batch* b : mBatches) in compile()
580 void Batch::setGlobalsForBatch() { in setGlobalsForBatch()
624 void Batch::run() { in run()