Searched refs:RSoVAllocation (Results 1 - 4 of 4) sorted by relevance

/frameworks/rs/rsov/driver/
H A DrsovScript.h41 class RSoVAllocation;
109 void InitDescriptorSet(const std::vector<RSoVAllocation *> &inputAllocations,
110 RSoVAllocation *outputAllocation);
115 const std::vector<RSoVAllocation *> &input,
116 RSoVAllocation *output);
H A DrsovAllocation.h57 class RSoVAllocation { class in namespace:android::renderscript::rsov
59 RSoVAllocation(RSoVContext *context, const Type *type, size_t bufferSize);
60 ~RSoVAllocation() { delete mBuffer; }
H A DrsovScript.cpp166 std::vector<RSoVAllocation *> inputAllocations(inLen);
168 inputAllocations[i] = static_cast<RSoVAllocation *>(ains[i]->mHal.drv);
170 RSoVAllocation *outputAllocation =
171 static_cast<RSoVAllocation *>(aout->mHal.drv);
411 const std::vector<RSoVAllocation *> &inputAllocations,
412 RSoVAllocation *outputAllocation) {
492 const std::vector<RSoVAllocation *> &inputAllocations,
493 RSoVAllocation *outputAllocation) {
H A DrsovAllocation.cpp219 RSoVAllocation::RSoVAllocation(RSoVContext *context, const Type *type, function in class:android::renderscript::rsov::RSoVAllocation
307 RSoVAllocation *rsovAlloc = new RSoVAllocation(rsov, type, allocSize);
315 RSoVAllocation *rsovAlloc = static_cast<RSoVAllocation *>(alloc->mHal.drv);

Completed in 58 milliseconds