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

/frameworks/rs/
H A DrsElement.h133 void incRefs(const void *) const;
H A DrsType.h114 void incRefs(const void *ptr, size_t ct, size_t startOff = 0) const;
H A DrsType.cpp287 void Type::incRefs(const void *ptr, size_t ct, size_t startOff) const { function in class:Type
294 e->incRefs(p);
H A DrsAllocation.h154 void incRefs(const void *ptr, size_t ct, size_t startOff = 0) const;
H A DrsElement.cpp348 void Element::incRefs(const void *ptr) const { function in class:Element
363 mFields[i].e->incRefs(p2);
H A DrsAllocation.cpp430 void Allocation::incRefs(const void *ptr, size_t ct, size_t startOff) const { function in class:Allocation
431 mHal.state.type->incRefs(ptr, ct, startOff);
/frameworks/rs/driver/
H A DrsdAllocation.cpp807 alloc->incRefs(data, count);
838 alloc->incRefs(src, w);
902 alloc->incRefs(src, w);
1089 e->incRefs(data);
1109 e->incRefs(data);
/frameworks/rs/cpu_ref/
H A DrsCpuScript.cpp1201 elem->incRefs(cVal);

Completed in 279 milliseconds