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

/frameworks/rs/
H A DrsElement.h135 void incRefs(const void *) const;
H A DrsType.h131 void incRefs(const void *ptr, size_t ct, size_t startOff = 0) const;
H A DrsElement.cpp350 void Element::incRefs(const void *ptr) const { function in class:android::renderscript::Element
365 mFields[i].e->incRefs(p2);
H A DrsType.cpp321 void Type::incRefs(const void *ptr, size_t ct, size_t startOff) const { function in class:android::renderscript::Type
328 e->incRefs(p);
H A DrsAllocation.h171 void incRefs(const void *ptr, size_t ct, size_t startOff = 0) const;
H A DrsAllocation.cpp521 void Allocation::incRefs(const void *ptr, size_t ct, size_t startOff) const { function in class:android::renderscript::Allocation
522 mHal.state.type->incRefs(ptr, ct, startOff);
/frameworks/rs/rsov/driver/
H A DrsovAllocation.cpp330 alloc->incRefs(data, count);
353 alloc->incRefs(src, w);
406 alloc->incRefs(src, w);
681 e->incRefs(data);
H A DrsovScript.cpp285 elem->incRefs(cVal);
/frameworks/rs/driver/
H A DrsdAllocation.cpp830 alloc->incRefs(data, count);
861 alloc->incRefs(src, w);
927 alloc->incRefs(src, w);
1113 e->incRefs(data);
/frameworks/rs/cpu_ref/
H A DrsCpuScript.cpp900 elem->incRefs(cVal);

Completed in 173 milliseconds